Fix error

This commit is contained in:
zuckerberg
2021-05-09 02:14:21 -04:00
parent 03a1560b0f
commit 6e66dac897
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ in {
config = mkIf cfg.enable {
# Enable microcode
firmware.x86_64 = true;
firmware.x86_64.enable = true;
# Use GRUB 2 for BIOS
boot.loader = {
timeout = 2;