blob: a6108d64d5da3e4b0d61354f64bbc0418dce4de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{ config, pkgs, ...}:
{
boot = {
loader = {
systemd-boot = {
enable = true;
# Only keep the last 10 configurations
configurationLimit = 10;
};
efi.canTouchEfiVariables = true;
};
initrd.luks.devices."luks-11563c8c-1bf7-471f-a173-918f47aa31ed".device = "/dev/disk/by-uuid/11563c8c-1bf7-471f-a173-918f47aa31ed";
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.