profiles/wayf: init work (wip)

This is a very early version of the deployment, it doesn't work due to… PHP versions issues?

Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
Ryan Lahfa 2024-02-14 04:17:49 +01:00
parent c9fe2f098b
commit 4a043d6fb5
5 changed files with 423 additions and 2 deletions

View file

@ -85,7 +85,7 @@ in
};
lagon = { name, nodes, ... }: {
deployment.tags = [ "keycloak" ];
deployment.tags = [ "keycloak" "wayf" ];
deployment.targetHost = "lagon.federez.net";
networking.hostName = name;
federez.monitoring.apiKey = "f85dcb12-970c-4ea1-99b4-01e2fc26bc6c";
@ -97,7 +97,7 @@ in
imports = [
./profiles/vm.nix
./profiles/keycloak.nix
./profiles/wayf.nix
];
};