missing semicolon

This commit is contained in:
Chris Cochrun 2022-10-24 06:32:34 -05:00
parent c25f1f4cf1
commit 4b05726aa8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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