Update + fixes
This commit is contained in:
parent
6607188f81
commit
66947eaa3f
3 changed files with 74 additions and 88 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
loader = {
|
||||
systemd-boot.enable = !config.${namespace}.hardware.secureBoot.enable;
|
||||
efi.canTouchEfiVariables = !config.${namespace}.hardware.asahi.enable;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
# Hide the OS choice for bootloaders.
|
||||
# It's still possible to open the bootloader list by pressing any key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue