[NixOS] Limit systemd-boot to 7 configurations to avoid running out of space
This commit is contained in:
parent
98963f4e1a
commit
3b48176fe9
@ -11,6 +11,8 @@
|
|||||||
"openssl-1.0.2u"
|
"openssl-1.0.2u"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.configurationLimit = 7;
|
||||||
|
|
||||||
# Disabling these waits disables the stuck on boot up issue
|
# Disabling these waits disables the stuck on boot up issue
|
||||||
systemd.services.systemd-udev-settle.enable = false;
|
systemd.services.systemd-udev-settle.enable = false;
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# This is for the benefit of VSCODE running natively in wayland
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user