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 = { unbound = {
@@ -74,6 +80,8 @@
}; };
}; };
networking.nameservers = [ "127.0.0.1@5335" ];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
}; };
}; };