This commit is contained in:
Chris Cochrun 2025-05-17 13:41:21 -05:00
parent 62387d363b
commit 84bb23d138

View file

@ -50,7 +50,7 @@ with lib;
ports = [ "8484:8484" ];
# restart = "always";
autoStart = true;
volumes = [ "/storge/grist:/persist" ];
volumes = [ "/storage/grist:/persist" ];
};
};
};