From 84bb23d138de322830e9a3c3e26fe16917561ed0 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 13:41:21 -0500 Subject: [PATCH] grrr --- modules/grist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grist.nix b/modules/grist.nix index d7bf628..6172cc2 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -50,7 +50,7 @@ with lib; ports = [ "8484:8484" ]; # restart = "always"; autoStart = true; - volumes = [ "/storge/grist:/persist" ]; + volumes = [ "/storage/grist:/persist" ]; }; }; };