From f8169f95d682fc2abb8bf3962ade2cf151110a6e Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Mar 2023 14:30:00 +0100 Subject: Fix(system/fslayout): Add 2G to the / size --- system/fileSystemLayouts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/fileSystemLayouts/default.nix') 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; -- cgit 1.4.1