aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/router.nix')
-rw-r--r--nixos/modules/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/router.nix b/nixos/modules/router.nix
index 1c8f4cc..b01c94a 100644
--- a/nixos/modules/router.nix
+++ b/nixos/modules/router.nix
@@ -180,7 +180,7 @@ in {
enable = true;
settings.Resolve = {
FallbackDNS = ["1.1.1.1" "8.8.8.8"];
- DNSStubListenerExtra=[cnf.lanIP "192.168.1.1"];
+ DNSStubListenerExtra = [cnf.lanIP "192.168.1.1"];
# TODO possibly enforce DNSSEC again
};
};