Disable cfssl restart timer job

This commit is contained in:
Jonas Juselius
2020-12-02 11:26:31 +01:00
parent 62901545b8
commit ecac0afc10

View File

@@ -249,12 +249,12 @@ let
};
};
systemd.services.cfssl-restart = {
enable = true;
startAt = "00/6:00";
description = "Restrart cfssl which regularly locks up";
script = "systemctl restart cfssl.service";
};
# systemd.services.cfssl-restart = {
# enable = true;
# startAt = "00/6:00";
# description = "Restrart cfssl which regularly locks up";
# script = "systemctl restart cfssl.service";
# };
systemd.services.kube-socat-https-proxy = {
enable = true;