diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-15 11:37:47 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-15 11:37:47 -0800 |
| commit | 9954f9795bfca02ab90cc6fe89d08dc34ce72f53 (patch) | |
| tree | bd6dd6b2ec561f2db7738746d038daa715468c73 /profiles/keycloak.nix | |
| parent | simplify the backups (diff) | |
| download | infra-9954f9795bfca02ab90cc6fe89d08dc34ce72f53.tar.gz | |
delete profiles for forgejo and keycloak
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; - }; - }; -} |
