Add Bootloader config for new Legion
This commit is contained in:
parent
8cfba820b0
commit
88eeb32b3b
|
@ -3,6 +3,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
users.mutableUsers = false;
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue