blob: 5a96f3bfc0d7534074f4cd8989b5f657122cc659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ 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.