From e5c2f474497288263790d3ee9dd29ab1954ea02e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 16 Feb 2026 11:14:13 -0300 Subject: [PATCH] feat(networking,battleship): remove nameservers --- hosts/battleship/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index a0f87e0..0d5a776 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -22,8 +22,7 @@ # Network networking = { hostName = lib.mkForce "battleship"; - nameservers = ["192.168.0.110"]; - #wireless.enable = lib.mkForce true; + # nameservers = ["192.168.0.110"]; }; boot.kernelPackages = pkgs.linuxPackages_latest;