diff --git a/README.org b/README.org index 99f37f0..079ff88 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/system/dalinar/configuration.nix b/system/dalinar/configuration.nix index fa78c5b..85c3f2a 100644 --- a/system/dalinar/configuration.nix +++ b/system/dalinar/configuration.nix @@ -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.