more space for system updates

This commit is contained in:
Christoph Cullmann 2023-01-27 19:35:46 +01:00
parent da7442201d
commit 8da8f02623

View file

@ -52,7 +52,7 @@ in
fileSystems."/" = {
device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=2G" "mode=755" ];
options = [ "defaults" "size=8G" "mode=755" ];
};
# bind mount persistent nixos config, per host different