blob: 603ebf738a15eb7c75a9f0c6b665997d368ef8f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{ 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";
kernelModules = ["amdgpu"];
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.