aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-18 14:46:47 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-18 14:46:47 -0700
commitd09952fcd5ae3b73ea91f0f308527f70c0dc5c21 (patch)
tree08a570d4da8fd6c15285b461d3df6b283c477226 /machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix
parentconfigure wireguard for rivendell (diff)
downloadinfra-d09952fcd5ae3b73ea91f0f308527f70c0dc5c21.tar.gz
move keycloak and forgejo on rivendell
I had to rekey all the secrets. Updated the documentation for both how to setup forgejo and keycloak.
Diffstat (limited to '')
-rw-r--r--profiles/keycloak.nix (renamed from machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix)5
1 files changed, 2 insertions, 3 deletions
diff --git a/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix b/profiles/keycloak.nix
index b6fb6c3..7aac133 100644
--- a/machines/nixos/x86_64-linux/synology-vm/profiles/keycloak.nix
+++ b/profiles/keycloak.nix
@@ -1,7 +1,7 @@
-{ config, self, ... }:
+{ config, ... }:
{
age.secrets.keycloak-db-password = {
- file = "${self}/secrets/keycloak-db-password.age";
+ file = ../secrets/keycloak-db-password.age;
};
networking.firewall.allowedTCPPorts = [ 8080 ];
@@ -11,7 +11,6 @@
database.passwordFile = config.age.secrets.keycloak-db-password.path;
settings = {
hostname = "id.fcuny.net";
- http-host = "10.100.0.40";
http-port = 8080;
proxy-headers = "xforwarded";
http-enabled = true;