Remove setting DHCP for Legion

This broke networking for some reason...
This commit is contained in:
Evie Litherland-Smith 2024-12-08 05:52:56 +00:00
parent 744fc603ef
commit bf2f9c7182

View file

@ -24,9 +24,5 @@
system.stateVersion = "23.05";
users.mutableUsers = false;
hardware.bluetooth.enable = true;
networking = {
useDHCP = false;
dhcpcd.enable = false;
nameservers = lib.mkForce [ "0.0.0.0" ];
};
networking.nameservers = lib.mkForce [ "0.0.0.0" ];
}