This commit is contained in:
2025-08-03 14:54:25 -05:00
parent de6e08f9d2
commit 5b81570a78

View File

@@ -61,16 +61,16 @@
];
settings = {
/*misc.dnsmasq_lines = [
misc.dnsmasq_lines = [
"no-resolv"
"server=192.168.100.29"
#"server=1.1.1.1"
#"server=1.0.0.1"
];*/
];
};
};
/*unbound = {
unbound = {
enable = true;
settings = {
@@ -80,14 +80,14 @@
};
};
};*/
};
};
system.stateVersion = "24.05";
};
};
/*unbound = {
unbound = {
autoStart = true;
privateNetwork = true;
@@ -119,7 +119,7 @@
system.stateVersion = "25.05";
};
};*/
};
};
};