cluster/services/bitwarden: move from VEGAS/bitwarden
This commit is contained in:
parent
78f97dfcad
commit
e85c6bb2c8
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
services.bitwarden = {
|
||||
nodes.host = [ "VEGAS" ];
|
||||
nixos.host = ./host.nix;
|
||||
};
|
||||
|
||||
dns.records.keychain.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
# Services
|
||||
./services/backbone-routing
|
||||
./services/bitwarden
|
||||
./services/cdn-shield
|
||||
./services/jokes
|
||||
./services/mail
|
||||
|
|
Loading…
Reference in a new issue