Compare commits
2 commits
891fa83f01
...
5b0b925fe3
Author | SHA1 | Date | |
---|---|---|---|
chayleaf | 5b0b925fe3 | ||
chayleaf | ece8104cf2 |
|
@ -231,8 +231,8 @@ in {
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
"git.timeout" = {
|
"git.timeout" = {
|
||||||
DEFAULT = 6000;
|
DEFAULT = 6000;
|
||||||
MIGRATE = 6000;
|
MIGRATE = 60000;
|
||||||
MIRROR = 6000;
|
MIRROR = 60000;
|
||||||
GC = 120;
|
GC = 120;
|
||||||
};
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
|
|
|
@ -106,7 +106,7 @@ in {
|
||||||
StateDirectory = "certspotter";
|
StateDirectory = "certspotter";
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
export CERTSPOTTER_STATE_DIR="$STATE_DIR"
|
export CERTSPOTTER_STATE_DIR="$STATE_DIRECTORY"
|
||||||
cd "$CERTSPOTTER_STATE_DIR"
|
cd "$CERTSPOTTER_STATE_DIR"
|
||||||
${pkgs.certspotter}/bin/certspotter -sendmail ${cfg.sendmailPath} ${lib.escapeShellArgs cfg.extraFlags}
|
${pkgs.certspotter}/bin/certspotter -sendmail ${cfg.sendmailPath} ${lib.escapeShellArgs cfg.extraFlags}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue