summaryrefslogtreecommitdiff
path: root/hosts/auth/default.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-19 23:04:22 +0000
committerGrigory Shipunov2025-01-20 18:07:35 +0000
commit31106bdf15b9e578fd4dd0f3f48ef89afcf4bcde (patch)
tree4cdf3ab7f2a0d93b9ee08ab826251c6252293812 /hosts/auth/default.nix
parentedc0ae406202658c3f17b7433694e942c62b38c7 (diff)
add oauth2-proxy
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" ];