fixed redundent code again again

This commit is contained in:
Steven Carpenter 2023-02-10 13:50:24 -05:00
parent 88825e255f
commit 2ae637ebb0

View file

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