This commit is contained in:
2025-08-03 14:16:18 -05:00
parent 3957655926
commit e96fbbfd65

View File

@@ -59,6 +59,12 @@
}
];
/*settings = {
misc.dnsmasq_lines = [
"no-resolv"
"server=127.0.0.1@5335"
];
};*/
};
unbound = {
@@ -73,6 +79,8 @@
};
};
};
networking.nameservers = [ "127.0.0.1@5335" ];
system.stateVersion = "24.05";
};