From 727d324dd26f3414cfd21207edd12aaa56ac833d Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 14 Apr 2024 01:17:29 -0400 Subject: [PATCH] Infini-SD: increase root size to 64gb --- hosts/Infini-SD/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-SD/filesystems.nix b/hosts/Infini-SD/filesystems.nix index 62c044e..210da69 100644 --- a/hosts/Infini-SD/filesystems.nix +++ b/hosts/Infini-SD/filesystems.nix @@ -17,7 +17,7 @@ in "/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "size=4G" "mode=755" ]; + options = [ "defaults" "size=64G" "mode=755" ]; }; "/media/main" = mkMain' [ ];