thinkman: move boot from legacy

This commit is contained in:
Felix Buehler 2023-03-19 13:42:14 +01:00
parent a74ca0da0b
commit 807677412d
2 changed files with 1 additions and 1 deletions

View file

@ -1,16 +0,0 @@
{ config, lib, pkgs, ... }:
{
boot = {
loader = {
timeout = 1;
systemd-boot = {
enable = true;
configurationLimit = 10;
consoleMode = "keep";
editor = true;
};
efi.canTouchEfiVariables = true;
};
};
}