feat(grfn/mugwump): Enable auto-deploy
Change-Id: I46132dd4439339365f2950de763815e548893b1f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4663 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
19fc03f905
commit
b620140b0f
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ with lib;
|
||||||
|
|
||||||
nix.gc.dates = "monthly";
|
nix.gc.dates = "monthly";
|
||||||
|
|
||||||
|
services.depot.auto-deploy = {
|
||||||
|
enable = true;
|
||||||
|
interval = "1d";
|
||||||
|
};
|
||||||
|
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ignoreIP = [
|
ignoreIP = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue