summaryrefslogtreecommitdiff
path: root/hosts/auth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/auth/default.nix')
-rw-r--r--hosts/auth/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix
index 95e3153..de5044d 100644
--- a/hosts/auth/default.nix
+++ b/hosts/auth/default.nix
@@ -4,8 +4,7 @@ let
in
{
imports = [
- ./keycloak.nix
- ./oauth2-proxy.nix
+ ./authentik.nix
];
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];