blob: 0d643ea2689fe9139f2752549e0e24f861f7c616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ config, pkgs, ...}:
{
boot = {
loader = {
systemd-boot = {
enable = true;
# Only keep the last 10 configurations
configurationLimit = 10;
};
efi.canTouchEfiVariables = true;
};
initrd = {
luks.devices."luks-4d8ffefc-fb74-4628-9779-abc535146374".device = "/dev/disk/by-uuid/4d8ffefc-fb74-4628-9779-abc535146374";
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.