missing semicolon
This commit is contained in:
parent
c25f1f4cf1
commit
4b05726aa8
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue