disables systemd boot for vps

This commit is contained in:
Dennis Schoepf 2026-03-10 20:18:44 +01:00
parent f65c47213c
commit 546a298406

View file

@ -44,6 +44,8 @@ in
};
system.stateVersion = "24.11";
boot.loader.systemd-boot.enable = false;
boot.loader.efi.canTouchEfiVariables = false;
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
# Fix due to https://github.com/NixOS/nixpkgs/issues/180175