I ain't got a clue the Fuck I'm doing
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
];
|
||||
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user