From 5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 14 Jan 2025 21:24:05 +0000 Subject: yeet authentik, add keycloak and radicale --- microvms/authentik/authentik.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 microvms/authentik/authentik.nix (limited to 'microvms/authentik/authentik.nix') 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; - }; -} -- cgit v1.3.1