Switch to resolved on tos/hashmap

This commit is contained in:
2025-12-02 10:01:21 +01:00
parent ec1c516d1b
commit bd8ab1b6b8

View File

@@ -2,10 +2,16 @@
{
networking = {
hostName = "hashmap";
domain = "local";
search = [ "local" ];
firewall.allowedTCPPorts = [ 3389 ];
domain = "obx";
search = [ "obx" ];
firewall.allowedTCPPorts = [];
firewall.extraCommands = '''';
resolvconf = {
enable = false;
};
nameservers = [
"100.100.100.100"
];
};
boot = {
@@ -122,6 +128,13 @@
];
};
services.resolved = {
enable = true;
fallbackDns = [
"1.1.1.1"
];
};
nixpkgs.config.allowUnfreee = true;
nix = {