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" ]; }; }; };