[NixOS] Limit systemd-boot to 7 configurations to avoid running out of space

This commit is contained in:
Ivan Malison 2023-07-28 02:17:03 -06:00
parent 98963f4e1a
commit 3b48176fe9
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
"openssl-1.0.2u"
];
boot.loader.systemd-boot.configurationLimit = 7;
# Disabling these waits disables the stuck on boot up issue
systemd.services.systemd-udev-settle.enable = false;
systemd.services.NetworkManager-wait-online.enable = false;

View File

@ -24,6 +24,7 @@
};
};
# This is for the benefit of VSCODE running natively in wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [