Only set bootloader when in VM.

This commit is contained in:
Tom Alexander
2024-12-19 15:06:57 -05:00
parent 6953cdb81f
commit 033d695fd9
2 changed files with 5 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
({lib, ...}: {
networking.dhcpcd.enable = lib.mkForce true;
networking.useDHCP = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce true;
})
];
};