Add network manager to tesco

This commit is contained in:
Bad 2021-06-12 10:38:09 +02:00
parent 7086ad50d8
commit 97eeaf6849

View file

@ -18,6 +18,7 @@
networking.hostName = "tesco"; # Define your hostname. networking.hostName = "tesco"; # Define your hostname.
networking.useDHCP = false; networking.useDHCP = false;
networking.interfaces.enp6s0.useDHCP = true; networking.interfaces.enp6s0.useDHCP = true;
networking.networkmanager.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];