1
0
Fork 0

avoid disk space issue in /boot

This commit is contained in:
ibizaman 2023-12-09 10:14:35 -08:00 committed by Pierre Penninckx
parent 02ecb143d8
commit ef0c3fe97b

View file

@ -18,6 +18,8 @@ in
# Needed otherwise deploy will say system won't be able to boot.
boot.loader.grub.device = "/dev/vdb";
# Needed to avoid getting into not available disk space in /boot.
boot.loader.grub.configurationLimit = 1;
# The NixOS /nix/.rw-store mountpoint is backed by tmpfs which uses memory. We need to increase
# the available disk space to install home-assistant.
virtualisation.vmVariantWithBootLoader.virtualisation.memorySize = 8192;