depot/cluster/services/vault/default.nix

6 lines
103 B
Nix
Raw Normal View History

2023-12-04 01:09:37 +02:00
{ depot, ... }:
{
dns.records.vault.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}