authentik: init

This commit is contained in:
Grisha Shipunov 2025-01-12 21:32:36 +01:00
parent ea46b0bb1e
commit bd44fc6fcb
12 changed files with 428 additions and 26 deletions

10
hosts/minime/uvm.nix Normal file
View file

@ -0,0 +1,10 @@
{ inputs, ... }:
{
microvm.stateDir = "/var/lib/microvms";
microvm.vms = {
authentik = {
flake = inputs.self;
updateFlake = "github:gshipunov/nix-config/master";
};
};
}