summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 0477352..4baaa0d 100644
--- a/common.nix
+++ b/common.nix
@@ -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