feat: use local nameservers

This commit is contained in:
Guz
2025-07-20 22:20:43 -03:00
parent ab877657ca
commit c1313b7ddf
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
# Network
networking = {
hostName = lib.mkForce "battleship";
nameservers = ["192.168.0.110"];
#wireless.enable = lib.mkForce true;
};
}

View File

@@ -35,6 +35,7 @@
# Network
networking = {
hostName = lib.mkForce "fighter";
nameservers = ["192.168.0.110"];
# wireless.enable = lib.mkForce true;
};
}