summaryrefslogtreecommitdiff
path: root/hosts/auth/default.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-21 00:14:24 +0000
committerGrigory Shipunov2025-01-21 00:14:24 +0000
commitea75d168e423dfd71d6122d3c9540223585c662e (patch)
tree03b56ab92278bd1aab17f285b92541f3cebe46a7 /hosts/auth/default.nix
parent30d2e7fafc7ea9e89ae26cedeab0fcbdf457bc3d (diff)
deploy authentik, cleanup
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" ];