diff --git a/cluster/services/sso/default.nix b/cluster/services/sso/default.nix index 45c2292..03b0cef 100644 --- a/cluster/services/sso/default.nix +++ b/cluster/services/sso/default.nix @@ -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 { diff --git a/hosts/VEGAS/services/sso/default.nix b/cluster/services/sso/host.nix similarity index 100% rename from hosts/VEGAS/services/sso/default.nix rename to cluster/services/sso/host.nix diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 3bd7bef..bcce2f3 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -20,7 +20,6 @@ ./services/jokes ./services/mail ./services/minecraft - ./services/sso ./services/websites ./services/wireguard-server depot.nixosModules.hyprspace