cluster/services/sso: move from VEGAS/sso
This commit is contained in:
parent
e85c6bb2c8
commit
6ccc263100
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
services.sso = {
|
||||
nodes.host = [ "VEGAS" ];
|
||||
nixos.host = ./host.nix;
|
||||
};
|
||||
|
||||
dns.records = let
|
||||
ssoAddr = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
in {
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
links.keycloak.protocol = "http";
|
||||
|
||||
age.secrets.keycloak-dbpass = {
|
||||
file = ../../../../secrets/keycloak-dbpass.age;
|
||||
file = ../../../secrets/keycloak-dbpass.age;
|
||||
owner = "root";
|
||||
group = "root";
|
||||
mode = "0400";
|
|
@ -20,7 +20,6 @@
|
|||
./services/jokes
|
||||
./services/mail
|
||||
./services/minecraft
|
||||
./services/sso
|
||||
./services/websites
|
||||
./services/wireguard-server
|
||||
depot.nixosModules.hyprspace
|
||||
|
|
Loading…
Reference in a new issue