summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-31 02:44:07 -0400
committerJoey Hess2015-12-31 02:44:07 -0400
commitf564a0e9ee089d1fa0b076f0f84143907af50196 (patch)
tree1c93b7ac5f66fa971197daa940043b579ac767fc /config-joey.hs
parent0fa21aaa036f11b679d5d81a7ba04e6766e630a8 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs8
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