From 44d851c1cc1f2044d60f2518e3147644f32ff0bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Oct 2016 13:59:31 -0400 Subject: propellor spin --- joeyconfig.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 944f7896..a8996be9 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -260,15 +260,13 @@ kite = host "kite.kitenet.net" $ props & Network.static "eth0" `requires` Network.cleanInterfacesFile & Apt.installed ["linux-image-amd64"] - & Linode.chainPVGrub 5 & Linode.mlocateEnabled & Apt.unattendedUpgrades & Systemd.installed & Systemd.persistentJournal & Journald.systemMaxUse "500MiB" & Ssh.passwordAuthentication True - -- Since ssh password authentication is allowed: - & Fail2Ban.installed + & Fail2Ban.installed -- since ssh password authentication is allowed & Apt.serviceInstalledRunning "ntp" & "/etc/timezone" `File.hasContent` ["US/Eastern"] -- cgit v1.2.3