Configuration is more flexible
Add new host must be easier
This commit is contained in:
parent
431c99a58e
commit
51fdbb4a87
16 changed files with 91 additions and 79 deletions
6
nixos/includes/hardware/bootloader.nix
Normal file
6
nixos/includes/hardware/bootloader.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue