diff --git a/README.org b/README.org index e61f5a3..7f704e7 100644 --- a/README.org +++ b/README.org @@ -1289,7 +1289,7 @@ Dalinar's config is of course server oriented. enable = true; serviceConfig = { Type = "oneshot"; - ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew" + ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"; }; }; }; diff --git a/system/dalinar/configuration.nix b/system/dalinar/configuration.nix index 63190e9..abd4177 100644 --- a/system/dalinar/configuration.nix +++ b/system/dalinar/configuration.nix @@ -238,7 +238,7 @@ enable = true; serviceConfig = { Type = "oneshot"; - ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew" + ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"; }; }; };