summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-27 19:35:46 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-27 19:35:46 +0100
commit8da8f02623bc19acea85ea5f7e86a9cc7991a25f (patch)
treea6e05cfccb19d8a0ca15e338dada31771e89bb87
parentda7442201df2e510ed29a01faf507f8201473d22 (diff)
more space for system updates
-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