diff options
| author | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
| commit | 31b066909db390a91504b415974ea594a771015a (patch) | |
| tree | 773b9c5daec4611be6aab6c4e3e3786bf3984967 /hosts/auth/authentik.nix | |
| parent | e8114c1d6188a622c3f2267ebe7653fe1d82cfbf (diff) | |
cleanup and format
Diffstat (limited to 'hosts/auth/authentik.nix')
| -rw-r--r-- | hosts/auth/authentik.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
