diff options
| author | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
| commit | bd44fc6fcb1fe3df7b8a8c81839e34470fed7911 (patch) | |
| tree | f1a6118da93cac4f533bb001ccbb43ff18366ef3 /microvms/authentik/authentik.nix | |
| parent | ea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 (diff) | |
authentik: init
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; + }; +} |
