authentik: init
This commit is contained in:
parent
ea46b0bb1e
commit
bd44fc6fcb
12 changed files with 428 additions and 26 deletions
10
hosts/minime/uvm.nix
Normal file
10
hosts/minime/uvm.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
microvm.stateDir = "/var/lib/microvms";
|
||||
microvm.vms = {
|
||||
authentik = {
|
||||
flake = inputs.self;
|
||||
updateFlake = "github:gshipunov/nix-config/master";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue