feat(steveej-x13s): update and limit space usage on /boot

This commit is contained in:
steveej 2024-08-22 14:34:01 +02:00
parent dc30b07bf9
commit e1d4a1019a
2 changed files with 14 additions and 12 deletions

View file

@ -198,6 +198,8 @@
boot = {
loader.systemd-boot.enable = true;
loader.systemd-boot.configurationLimit = 5;
loader.efi.canTouchEfiVariables = lib.mkForce false;
loader.efi.efiSysMountPoint = "/boot";
blacklistedKernelModules = ["wwan"];