Add network manager to tesco
This commit is contained in:
parent
7086ad50d8
commit
97eeaf6849
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue