From cca846f647d2b3e9a882244a0ca81b83f4152fcd Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 13:24:13 -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 e149318..9dbab8a 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" ]; };