From f564a0e9ee089d1fa0b076f0f84143907af50196 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 31 Dec 2015 02:44:07 -0400 Subject: propellor spin --- config-joey.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index fca8da44..7560ca8b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -120,6 +120,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Apt.unattendedUpgrades & Network.ipv6to4 & Systemd.persistentJournal + & Journald.systemMaxUse "500MiB" & Tor.isRelay & Tor.named "kite1" @@ -149,14 +150,15 @@ oyster = standardSystem "oyster.kitenet.net" Unstable "amd64" & Apt.unattendedUpgrades & Network.ipv6to4 & Systemd.persistentJournal + & Journald.systemMaxUse "500MiB" & Tor.isRelay & Tor.named "kite2" & Tor.bandwidthRate (Tor.PerMonth "400 GB") - -- ssh on some extra ports to deal with horrible networks - -- while travelling - & alias "travelling.kitenet.net" + -- Nothing is using http port 80, so listen on + -- that port for ssh, for traveling on bad networks that + -- block 22. & Ssh.listenPort 80 orca :: Host -- cgit v1.3-2-g0d8e