From 31b066909db390a91504b415974ea594a771015a Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 25 Jan 2025 15:37:01 +0100 Subject: cleanup and format --- hosts/auth/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/auth/authentik.nix') diff --git a/hosts/auth/authentik.nix b/hosts/auth/authentik.nix index 00589ab..f60f269 100644 --- a/hosts/auth/authentik.nix +++ b/hosts/auth/authentik.nix @@ -1,6 +1,6 @@ { config, ... }: { - sops.secrets."authentik/env" = {}; + sops.secrets."authentik/env" = { }; services.authentik = { enable = true; environmentFile = config.sops.secrets."authentik/env".path; -- cgit v1.3.1