diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-26 09:48:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-26 09:50:00 -0400 |
| commit | 1ae0ca973d5e3dace1dd7dc881e0266ced344978 (patch) | |
| tree | ab1327da55fc2acd5dc01a7d01facff3e44869e1 /config-joey.hs | |
| parent | f736486013ba3d317cac808f490c1bfa956605f4 (diff) | |
Added Propellor.Property.Fail2Ban.
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 98cb195a..05ca2dff 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -221,7 +221,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64" & Journald.systemMaxUse "500MiB" & Ssh.passwordAuthentication True -- Since ssh password authentication is allowed: - & Apt.serviceInstalledRunning "fail2ban" + & Fail2Ban.installed & Obnam.backupEncrypted "/" (Cron.Times "33 1 * * *") [ "--repository=sftp://joey@eubackup.kitenet.net/~/lib/backup/kite.obnam" , "--client-name=kitenet.net" |
