diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/keycloak.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/profiles/keycloak.nix b/profiles/keycloak.nix deleted file mode 100644 index 7aac133..0000000 --- a/profiles/keycloak.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, ... }: -{ - age.secrets.keycloak-db-password = { - file = ../secrets/keycloak-db-password.age; - }; - - networking.firewall.allowedTCPPorts = [ 8080 ]; - - services.keycloak = { - enable = true; - database.passwordFile = config.age.secrets.keycloak-db-password.path; - settings = { - hostname = "id.fcuny.net"; - http-port = 8080; - proxy-headers = "xforwarded"; - http-enabled = true; - }; - }; -} |
