add nat
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user