avoid disk space issue in /boot
This commit is contained in:
parent
02ecb143d8
commit
ef0c3fe97b
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ in
|
||||||
|
|
||||||
# Needed otherwise deploy will say system won't be able to boot.
|
# Needed otherwise deploy will say system won't be able to boot.
|
||||||
boot.loader.grub.device = "/dev/vdb";
|
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 NixOS /nix/.rw-store mountpoint is backed by tmpfs which uses memory. We need to increase
|
||||||
# the available disk space to install home-assistant.
|
# the available disk space to install home-assistant.
|
||||||
virtualisation.vmVariantWithBootLoader.virtualisation.memorySize = 8192;
|
virtualisation.vmVariantWithBootLoader.virtualisation.memorySize = 8192;
|
||||||
|
|
Loading…
Reference in a new issue