From d0fdbe88222e31eb9cffa7129c0c7ba64491aafe Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Mon, 18 Aug 2025 17:23:37 +1000 Subject: [PATCH] hyacinth/filesystem: increase tmpfs size to 24G --- hosts/hyacinth/filesystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hyacinth/filesystem.nix b/hosts/hyacinth/filesystem.nix index c85d7be..2757182 100644 --- a/hosts/hyacinth/filesystem.nix +++ b/hosts/hyacinth/filesystem.nix @@ -15,7 +15,7 @@ in "/" = { device = "rootfs"; fsType = "tmpfs"; - options = [ "defaults" "size=8G" "mode=755" ]; + options = [ "defaults" "size=24G" "mode=755" ]; }; "/boot" = mkLabelMount "CUP" "vfat";