summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]