2023-12-04 01:06:07 +02:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
{
|
2024-07-21 00:03:01 +03:00
|
|
|
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 ];
|
|
|
|
}
|