summaryrefslogtreecommitdiff
path: root/hosts/auth/authentik.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-25 15:37:01 +0100
committerGrisha Shipunov2025-01-25 15:37:01 +0100
commit31b066909db390a91504b415974ea594a771015a (patch)
tree773b9c5daec4611be6aab6c4e3e3786bf3984967 /hosts/auth/authentik.nix
parente8114c1d6188a622c3f2267ebe7653fe1d82cfbf (diff)
cleanup and format
Diffstat (limited to 'hosts/auth/authentik.nix')
-rw-r--r--hosts/auth/authentik.nix2
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;