refactor into modules
This commit is contained in:
7
nixos/modules/boot/bootloader.nix
Normal file
7
nixos/modules/boot/bootloader.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.resumeDevice = "/dev/mapper/luksroot";
|
||||
}
|
||||
Reference in New Issue
Block a user