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 = { systemd.servics = {
mail-cert-renew = { # mail-cert-renew = {
enable = true; # enable = true;
serviceConfig = { # serviceConfig = {
Type = "oneshot"; # 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";
}; # };
}; # };
}; };
# Open ports in the firewall. # Open ports in the firewall.

View file

@ -239,13 +239,13 @@
}; };
systemd.servics = { systemd.servics = {
mail-cert-renew = { # mail-cert-renew = {
enable = true; # enable = true;
serviceConfig = { # serviceConfig = {
Type = "oneshot"; # 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";
}; # };
}; # };
}; };
# Open ports in the firewall. # Open ports in the firewall.