8 lines
149 B
Nix
8 lines
149 B
Nix
{ ... }:
|
|
|
|
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
boot.resumeDevice = "/dev/mapper/luksroot";
|
|
}
|