This commit is contained in:
zuckerberg
2021-11-02 23:59:40 -04:00
parent 8f8b8b1c38
commit 877b34578e
11 changed files with 56 additions and 10 deletions

View File

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

View File

@@ -9,8 +9,6 @@ in {
};
config = mkIf cfg.enable {
# Enable microcode
firmware.x86_64.enable = true;
# Use GRUB2 for EFI
boot.loader = {
efi.canTouchEfiVariables = true;