fixed redundent code again again again

This commit is contained in:
Steven Carpenter 2023-02-10 13:51:46 -05:00
parent 2ae637ebb0
commit 193376180e

View file

@ -60,6 +60,5 @@
# device = "/dev/disk/by-label/ESP";
# fsType = "vfat";
# };
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
services.qemuGuest.enable = lib.mkDefault true;
}