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:
parent
c9fe2f098b
commit
4a043d6fb5
5 changed files with 423 additions and 2 deletions
4
hive.nix
4
hive.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue