From 97eeaf6849444ccd890da0c74041f29db674d81a Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 12 Jun 2021 10:38:09 +0200 Subject: [PATCH] Add network manager to tesco --- hosts/tesco.nix | 1 + 1 file changed, 1 insertion(+) 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" ];