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.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/auth/authentik.nix b/hosts/auth/authentik.nix
index f60f269..023e2db 100644
--- a/hosts/auth/authentik.nix
+++ b/hosts/auth/authentik.nix
@@ -1,5 +1,8 @@
-{ config, ... }:
+{ config, inputs, ... }:
{
+ imports = [
+ inputs.authentik-nix.nixosModules.default
+ ];
sops.secrets."authentik/env" = { };
services.authentik = {
enable = true;