I ain't got no clue the Fuck I'm doing this time neither

This commit is contained in:
smayzy 2025-06-29 21:25:44 +02:00
parent bd449f2317
commit 680e1e8c13
3 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,8 @@
../../modules/nix/virt.nix
];
boot.loader.efi.canTouchEfiVariables = true;
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {

View File

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

View File

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