removing broken mail-cert-renew

This commit is contained in:
Chris Cochrun 2022-10-27 18:55:15 -05:00
parent 7f2b4c0902
commit 109ec32cbb
2 changed files with 14 additions and 14 deletions

View file

@ -1297,13 +1297,13 @@ Dalinar's config is of course server oriented.
};
systemd.servics = {
mail-cert-renew = {
enable = true;
serviceConfig = {
Type = "oneshot";
ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
};
};
# mail-cert-renew = {
# enable = true;
# serviceConfig = {
# Type = "oneshot";
# ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
# };
# };
};
# Open ports in the firewall.

View file

@ -239,13 +239,13 @@
};
systemd.servics = {
mail-cert-renew = {
enable = true;
serviceConfig = {
Type = "oneshot";
ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
};
};
# mail-cert-renew = {
# enable = true;
# serviceConfig = {
# Type = "oneshot";
# ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
# };
# };
};
# Open ports in the firewall.