summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-10-21 13:59:31 -0400
committerJoey Hess2016-10-21 13:59:31 -0400
commit44d851c1cc1f2044d60f2518e3147644f32ff0bd (patch)
tree28cf045ccd9a81809c514f83756cfc2c639a0879 /joeyconfig.hs
parent15456936859166e9ba5043df3ff87edc2e1fe2c9 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs4
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"]