diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-02-24 12:04:34 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-02-24 12:29:42 +0100 |
commit | 5707d6961bbd68c2ab51eaaa790435546f714037 (patch) | |
tree | 3e64def6f002655c520cc8ce4a88d915fdc372f1 /flakes/private/system | |
parent | c9898979c966e6cd029a6e64e58dc3e01bec85a5 (diff) | |
download | Nix-5707d6961bbd68c2ab51eaaa790435546f714037.tar.gz Nix-5707d6961bbd68c2ab51eaaa790435546f714037.tar.zst Nix-5707d6961bbd68c2ab51eaaa790435546f714037.zip |
Bump Zoldene version
Diffstat (limited to 'flakes/private/system')
-rw-r--r-- | flakes/private/system/flake.lock | 2 | ||||
-rw-r--r-- | flakes/private/system/flake.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/flakes/private/system/flake.lock b/flakes/private/system/flake.lock index ca3e6f7..162068d 100644 --- a/flakes/private/system/flake.lock +++ b/flakes/private/system/flake.lock | |||
@@ -69,7 +69,7 @@ | |||
69 | }, | 69 | }, |
70 | "locked": { | 70 | "locked": { |
71 | "lastModified": 1, | 71 | "lastModified": 1, |
72 | "narHash": "sha256-LcNrlKExlzjo4XK3+80rONNOvx7BxUYh46rbHPTZ0W4=", | 72 | "narHash": "sha256-LB6s98L2OEDG6p79qlbp0OeMJ0t89qGaIjXSQyaLjpk=", |
73 | "path": "../../mypackages", | 73 | "path": "../../mypackages", |
74 | "type": "path" | 74 | "type": "path" |
75 | }, | 75 | }, |
diff --git a/flakes/private/system/flake.nix b/flakes/private/system/flake.nix index 179d960..ad6c58c 100644 --- a/flakes/private/system/flake.nix +++ b/flakes/private/system/flake.nix | |||
@@ -130,7 +130,7 @@ | |||
130 | }; | 130 | }; |
131 | 131 | ||
132 | services.fail2ban.jails.DEFAULT = { | 132 | services.fail2ban.jails.DEFAULT = { |
133 | settings.bantime = "12h"; | 133 | settings.bantime = lib.mkForce "12h"; |
134 | settings.findtime = "12h"; | 134 | settings.findtime = "12h"; |
135 | }; | 135 | }; |
136 | services.fail2ban = { | 136 | services.fail2ban = { |