bootloader on laptop

This commit is contained in:
atagen 2025-10-30 14:31:16 +11:00
parent cb44e16d76
commit d9121053ec
4 changed files with 55 additions and 47 deletions

View file

@ -20,10 +20,10 @@ scope "boot" {
"iwlwifi"
"kvm-intel"
];
loader.systemd-boot = {
enable = true;
consoleMode = "max";
configurationLimit = 5;
};
# loader.systemd-boot = {
# enable = true;
# consoleMode = "max";
# configurationLimit = 5;
# };
loader.efi.canTouchEfiVariables = true;
}