cluster/services/sso: move from VEGAS/sso
This commit is contained in:
parent
540275e71c
commit
3179d90463
3 changed files with 5 additions and 1 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 {
|
||||
|
|
|
@ -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