final bits missing

This commit is contained in:
Chris Cochrun 2023-01-06 15:02:07 -06:00
parent 82b25ed43d
commit 6cb1b9875c

View file

@ -14,8 +14,6 @@
networking.hostName = "syl"; # Define your hostname.
boot.initrd.kernelModules = [ "i915" ];
boot.kernelParams = [ "mem_sleep_default=deep" "nvme.noacpi=1" ];
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;