disables systemd boot for vps
This commit is contained in:
parent
f65c47213c
commit
546a298406
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue