Files
nix/hosts/elara/configs/dnsmasq/default.nix
2025-03-11 12:04:13 +00:00

11 lines
180 B
Nix

{ ... }:
{
specialisation.sas.configuration.services.dnsmasq.settings.server = [
"1.1.1.1"
"1.0.0.1"
# SAS Guest DNS
"208.67.220.220"
"208.67.222.222"
];
}