diff options
Diffstat (limited to '')
-rw-r--r-- | system/fileSystemLayouts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix index d71ba7ae..215f01d0 100644 --- a/system/fileSystemLayouts/default.nix +++ b/system/fileSystemLayouts/default.nix @@ -30,7 +30,7 @@ in { "/" = { device = "none"; fsType = "tmpfs"; - options = ["defaults" "size=2G" "mode=755"]; + options = ["defaults" "size=4G" "mode=755"]; }; "/nix" = { device = cfg.mainDisk; |