diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-10-21 13:59:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-10-21 13:59:31 -0400 |
| commit | 44d851c1cc1f2044d60f2518e3147644f32ff0bd (patch) | |
| tree | 28cf045ccd9a81809c514f83756cfc2c639a0879 | |
| parent | 15456936859166e9ba5043df3ff87edc2e1fe2c9 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 4 |
1 files changed, 1 insertions, 3 deletions
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"] |
