diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-27 19:14:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-27 19:14:20 -0400 |
| commit | d67d59a25a951f236ee9bde74fd29ed773b3dd86 (patch) | |
| tree | 53974ecbdb867d54edca7fdf2506aa9ce20e1eb8 /config-joey.hs | |
| parent | f0a4e642c490c4a91e62788e0c46f192b402e7f0 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index bd1a4965..f9f4eaa7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -86,7 +86,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Network.ipv6to4 & Tor.isRelay & Tor.named "kite1" - & Tor.bandwidthRate "128 kibibytes" + & Tor.bandwidthRate (Tor.PerMonth "400 GB") & Docker.configured & Docker.garbageCollected `period` Daily |
