This commit is contained in:
2025-08-18 17:54:55 +03:00
parent 70b833c361
commit 0c20b0855d
4 changed files with 8 additions and 8 deletions

View File

@@ -26,12 +26,12 @@
boot.loader = {
efi = {
canTouchEfiVariables = true;
# canTouchEfiVariables = true;
};
grub = {
efiSupport = true;
device = "nodev";
# efiInstallAsRemovable = true;
efiInstallAsRemovable = true;
useOSProber = true;
gfxmodeEfi = "1920x1080";
};