authentik: init
This commit is contained in:
parent
ea46b0bb1e
commit
bd44fc6fcb
12 changed files with 428 additions and 26 deletions
8
microvms/authentik/authentik.nix
Normal file
8
microvms/authentik/authentik.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
environmentFile = config.sops.secrets."authentik/envfile".path;
|
||||
settings.disable_startup_analytics = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue