Add Bootloader config for new Legion

This commit is contained in:
Evie Litherland-Smith 2024-04-17 16:53:36 +01:00
parent 8cfba820b0
commit 88eeb32b3b

View file

@ -3,6 +3,8 @@
pkgs,
...
}: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
users.mutableUsers = false;
system.autoUpgrade = {
enable = true;