I ain't got no clue the Fuck I'm doing this time neither
This commit is contained in:
parent
bd449f2317
commit
680e1e8c13
@ -9,6 +9,8 @@
|
||||
../../modules/nix/virt.nix
|
||||
];
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
];
|
||||
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user