This commit is contained in:
soraefir
2026-05-08 01:37:57 +02:00
parent 4bc68eeeaf
commit cb29056296
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ in{
INFOMANIAK_API_KEY = { sopsFile = ./server.yaml; }; INFOMANIAK_API_KEY = { sopsFile = ./server.yaml; };
} // (lib.genAttrs (map (name: "${lib.toUpper name}") allApps) (name: { } // (lib.genAttrs (map (name: "${lib.toUpper name}") allApps) (name: {
owner = "postgres"; owner = "postgres";
mode = "0644";
sopsFile = ./server.yaml; sopsFile = ./server.yaml;
})); }));
}; };

View File

@@ -37,7 +37,8 @@
db = true; db = true;
subdomain = "sso"; subdomain = "sso";
ip = "10.88.0.125"; ip = "10.88.0.125";
port = 9000 ; port = 9000;
pubPort = 9999;
}; };
}; };
}; };