From fdec4559b381269967ff33472271f5c3740227bc Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 15 Jul 2023 21:41:31 +0200 Subject: Fix(system/disks): Increase default tempfs size to accommodate big builds --- system/disks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/disks/default.nix b/system/disks/default.nix index 28797f2c..56260c7a 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -95,7 +95,7 @@ in { nodev = { "/" = { fsType = "tmpfs"; - mountOptions = ["defaults" "size=4G" "mode=755"]; + mountOptions = ["defaults" "size=8G" "mode=755"]; }; }; }; -- cgit 1.4.1