diff --git a/cluster/services/bitwarden/default.nix b/cluster/services/bitwarden/default.nix index 5f8e676..d67df74 100644 --- a/cluster/services/bitwarden/default.nix +++ b/cluster/services/bitwarden/default.nix @@ -1,5 +1,10 @@ { depot, ... }: { + services.bitwarden = { + nodes.host = [ "VEGAS" ]; + nixos.host = ./host.nix; + }; + dns.records.keychain.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ]; } diff --git a/hosts/VEGAS/services/bitwarden/default.nix b/cluster/services/bitwarden/host.nix similarity index 100% rename from hosts/VEGAS/services/bitwarden/default.nix rename to cluster/services/bitwarden/host.nix diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index e601dcf..3bd7bef 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -16,7 +16,6 @@ # Services ./services/backbone-routing - ./services/bitwarden ./services/cdn-shield ./services/jokes ./services/mail