I ain't got a clue the Fuck I'm doing

This commit is contained in:
smayzy 2025-06-29 21:22:32 +02:00
parent a821ab7f6b
commit bd449f2317
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
];
boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.efi.canTouchEfiVariables = false;
home-manager = {
extraSpecialArgs = { inherit inputs; };

View File

@ -4,5 +4,5 @@
boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "nodev";
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.canTouchEfiVariables.default = true;
}