diff options
| author | Grigory Shipunov | 2025-01-21 00:14:24 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-21 00:14:24 +0000 |
| commit | ea75d168e423dfd71d6122d3c9540223585c662e (patch) | |
| tree | 03b56ab92278bd1aab17f285b92541f3cebe46a7 /hosts/auth/keycloak.nix | |
| parent | 30d2e7fafc7ea9e89ae26cedeab0fcbdf457bc3d (diff) | |
deploy authentik, cleanup
Diffstat (limited to 'hosts/auth/keycloak.nix')
| -rw-r--r-- | hosts/auth/keycloak.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/auth/keycloak.nix b/hosts/auth/keycloak.nix deleted file mode 100644 index de537ef..0000000 --- a/hosts/auth/keycloak.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, ... }: -{ - services.keycloak = { - enable = true; - database = { - type = "postgresql"; - createLocally = true; - passwordFile = config.sops.secrets."keycloak/db_pass".path; - }; - settings = { - hostname = "https://auth.oxapentane.com"; - http-port = 38080; - http-enabled = true; - proxy-headers = "xforwarded"; - proxy-trusted-addresses = "10.89.88.0/24,fd31:185d:722f::/48"; - }; - }; -} |
