diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-01 19:16:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-01 19:16:08 -0400 |
| commit | 70500b9e76f493dd95eff7f73307f96e10c26707 (patch) | |
| tree | c9a3ea39f5ec9890ca5b456541a52d38e768fbed | |
| parent | 841a997776b3dad57e9e8c30419bf2c718844d9e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 545474d2..f547ed48 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -96,6 +96,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Ssh.randomHostKeys & Apt.unattendedUpgrades & Network.ipv6to4 + & Tor.isRelay & Tor.named "kite1" & Tor.bandwidthRate (Tor.PerMonth "400 GB") @@ -314,6 +315,8 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" & Docker.docked jerryPlay & Docker.garbageCollected `period` (Weekly (Just 1)) + & Systemd.nspawned oldusenetShellBox + & JoeySites.scrollBox & alias "scroll.joeyh.name" & alias "eu.scroll.joeyh.name" |
