From d33e95fb821094459e5038889ffbfe669e021511 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 27 Apr 2022 20:52:01 -0400 Subject: [PATCH] tweak(Infini-DESKTOP): increase '/' tmpfs size --- hosts/Infini-DESKTOP/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DESKTOP/hardware-configuration.nix b/hosts/Infini-DESKTOP/hardware-configuration.nix index 949ec60..cc693e4 100644 --- a/hosts/Infini-DESKTOP/hardware-configuration.nix +++ b/hosts/Infini-DESKTOP/hardware-configuration.nix @@ -24,7 +24,7 @@ in "/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "size=4G" "mode=755" ]; + options = [ "defaults" "size=16G" "mode=755" ]; }; "/persist" = {