systemd-boot is default now
This commit is contained in:
parent
b431744859
commit
42209ddb6a
9 changed files with 15 additions and 25 deletions
8
modules/nixos/hardware/boot.nix
Normal file
8
modules/nixos/hardware/boot.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{config, lib, ...}:
|
||||
|
||||
{
|
||||
config = lib.mkIf (config.osbmModules.hardware.systemd-boot.enable) {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue