summaryrefslogtreecommitdiff
path: root/hosts/auth/authentik.nix
diff options
context:
space:
mode:
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;