move more modules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 14:01:42 +02:00
parent 1f1b901330
commit a208ca4df2
9 changed files with 70 additions and 74 deletions

View file

@ -0,0 +1,11 @@
{
boot.loader = {
timeout = 3;
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
editor = false; # do not allow changing kernel parameters
consoleMode = "max";
};
};
}