diff options
| author | Grisha Shipunov | 2026-07-26 20:32:54 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-08-01 19:00:44 +0000 |
| commit | cc89163f31ee00b1402b1ebf6070eda29d4c97f9 (patch) | |
| tree | 97acde7d124a4a6b35158eb58678b68ba92e919f /microvms/auth/authentik.nix | |
| parent | d1f771dd9eeb680cbd7ffef5a8667dae5bbb4837 (diff) | |
:authentik: yeet
Diffstat (limited to 'microvms/auth/authentik.nix')
| -rw-r--r-- | microvms/auth/authentik.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/microvms/auth/authentik.nix b/microvms/auth/authentik.nix deleted file mode 100644 index a1257ee..0000000 --- a/microvms/auth/authentik.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, inputs, ... }: -{ - imports = [ - inputs.authentik-nix.nixosModules.default - ]; - sops.secrets."authentik/env" = { }; - services.authentik = { - enable = true; - environmentFile = config.sops.secrets."authentik/env".path; - settings = { - log_level = "debug"; - disable_startup_analytics = true; - avatars = "initials"; - postgresql.host = "/run/postgresql"; - }; - }; -} |
