From 540275e71cccba21163fefe076f34e609d6421b3 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 20 Jul 2024 23:03:01 +0200 Subject: [PATCH] cluster/services/bitwarden: move from VEGAS/bitwarden --- cluster/services/bitwarden/default.nix | 5 +++++ .../default.nix => cluster/services/bitwarden/host.nix | 0 hosts/VEGAS/system.nix | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) rename hosts/VEGAS/services/bitwarden/default.nix => cluster/services/bitwarden/host.nix (100%) 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