1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fatteh: configure systemd-boot

This commit is contained in:
2025-12-22 08:50:44 +01:00
parent a44d15a166
commit 8d955bf640

View File

@@ -16,8 +16,17 @@
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
configurationLimit = 5;
consoleMode = "max";
};
};
};
boot.initrd.luks.devices."luks-aa6beb1b-3e54-4a0e-ac9c-e0c007d73cd5".device = "/dev/disk/by-uuid/aa6beb1b-3e54-4a0e-ac9c-e0c007d73cd5";