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