From de80eb6174317ee1ecc89bc4e1adaaed4bf53834 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 10 Feb 2023 12:11:22 -0500 Subject: [PATCH] tweak(Infini-FRAMEWORK): increase root tmpfs size --- hosts/Infini-FRAMEWORK/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-FRAMEWORK/hardware-configuration.nix b/hosts/Infini-FRAMEWORK/hardware-configuration.nix index 4447859..17f580d 100644 --- a/hosts/Infini-FRAMEWORK/hardware-configuration.nix +++ b/hosts/Infini-FRAMEWORK/hardware-configuration.nix @@ -21,7 +21,7 @@ in "/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "size=4G" "mode=755" ]; + options = [ "defaults" "size=8G" "mode=755" ]; }; "/persist" = {