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