diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-27 18:55:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-27 18:55:51 -0400 |
| commit | e8b0e7c6ca34365710d1066984bd3d7026621b70 (patch) | |
| tree | e44ae2d2dce5d2fc79c4ab9ce65cc90324ac9286 /config-joey.hs | |
| parent | fa7656f74356ca1f85f225cbdf2f6c1f56fe788f (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 1bd558ff..bd1a4965 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -84,8 +84,9 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Ssh.randomHostKeys & Apt.unattendedUpgrades & Network.ipv6to4 - & Tor.named "kite1" Tor.isRelay' - & Postfix.satellite + & Tor.isRelay + & Tor.named "kite1" + & Tor.bandwidthRate "128 kibibytes" & Docker.configured & Docker.garbageCollected `period` Daily |
