diff options
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
