depot/cluster/services/dns/client.nix

6 lines
93 B
Nix
Raw Normal View History

{ cluster, ... }:
{
networking.nameservers = [ cluster.config.links.dnsResolver.ipv4 ];
}