diff --git a/hosts/tesco.nix b/hosts/tesco.nix index db25fdb..6c59628 100644 --- a/hosts/tesco.nix +++ b/hosts/tesco.nix @@ -18,6 +18,7 @@ networking.hostName = "tesco"; # Define your hostname. networking.useDHCP = false; networking.interfaces.enp6s0.useDHCP = true; + networking.networkmanager.enable = true; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];