From bd44fc6fcb1fe3df7b8a8c81839e34470fed7911 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 12 Jan 2025 21:32:36 +0100 Subject: authentik: init --- microvms/authentik/authentik.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 microvms/authentik/authentik.nix (limited to 'microvms/authentik/authentik.nix') 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; + }; +} -- cgit v1.3.1