From 8da8f02623bc19acea85ea5f7e86a9cc7991a25f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 27 Jan 2023 19:35:46 +0100 Subject: more space for system updates --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') 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 -- cgit v1.2.3