From c42de3037ec406fa834c6c1756a6f0b70dcdd38f Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 23 Sep 2026 08:09:45 +0200 Subject: treewise: cleanup and general update --- nixos/modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/router.nix') 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 }; }; -- cgit v1.3.1