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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix
index dbc585c..95e3153 100644
--- a/hosts/auth/default.nix
+++ b/hosts/auth/default.nix
@@ -5,6 +5,7 @@ in
{
imports = [
./keycloak.nix
+ ./oauth2-proxy.nix
];
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];