depot/cluster/services/bitwarden/default.nix

11 lines
196 B
Nix
Raw Normal View History

2023-12-04 01:06:07 +02:00
{ depot, ... }:
{
services.bitwarden = {
nodes.host = [ "VEGAS" ];
nixos.host = ./host.nix;
};
2023-12-04 01:06:07 +02:00
dns.records.keychain.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}