From 8f3d6f0e0a85cb325bbc2068cf45ad3104c9cc39 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 13:26:30 -0500 Subject: [PATCH] grr --- modules/grist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grist.nix b/modules/grist.nix index 9dbab8a..abdcd21 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -47,7 +47,7 @@ with lib; GRIST_DEFAULT_EMAIL = "chris@tfcconnection.org"; TZ = "America/Chicago"; }; - restart = "always"; + # restart = "always"; autoStart = true; volumes = [ "/storge/grist:/persist" ]; };