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;