boot settings

This commit is contained in:
2026-03-04 18:00:08 +01:00
parent 9f39bbdd04
commit 5632c069f3

View File

@@ -7,7 +7,12 @@
boot.consoleLogLevel = 0;
boot.initrd.verbose = false;
boot.initrd.enable = true;
boot.initrd.systemd.enable = true;
boot.plymouth.enable = true;
boot.plymouth.theme = "bgrt";
boot.initrd.luks.devices."cryptroot" = {
device = "/dev/disk/by-label/luks";
};
};
}