diff options
Diffstat (limited to 'microvms/authentik/authentik.nix')
| -rw-r--r-- | microvms/authentik/authentik.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/microvms/authentik/authentik.nix b/microvms/authentik/authentik.nix new file mode 100644 index 0000000..3095944 --- /dev/null +++ b/microvms/authentik/authentik.nix @@ -0,0 +1,8 @@ +{ config, ... }: +{ + services.authentik = { + enable = true; + environmentFile = config.sops.secrets."authentik/envfile".path; + settings.disable_startup_analytics = true; + }; +} |
