commit | 8e765c6c30e1525dc1560f072ab6d9a23f273ed0 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jun 14 22:03:57 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Jun 14 22:46:17 2023 +0200 |
tree | 61a7555eed990cd75ecffbce1d2f71b409020099 | |
parent | 097b7e446aa81b4160d3df2278e182a1c25e5d2f [diff] [blame] |
Fix issues caused by the 23.05 update
diff --git a/modules/dnsmasq.nix b/modules/dnsmasq.nix index 51dd06d..3366cfb 100644 --- a/modules/dnsmasq.nix +++ b/modules/dnsmasq.nix
@@ -4,7 +4,7 @@ dnsmasq = { enable = true; settings = { - servers = [ "1.1.1.1" "1.0.0.1" ]; + server = [ "1.1.1.1" "1.0.0.1" ]; local = "/local/"; domain = "local"; expand-hosts = true;