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;