diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-31 15:26:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-31 15:26:37 -0400 |
| commit | 40ae0723f413a8c7e6c65357a4b13a7896d02ed5 (patch) | |
| tree | 16e70146ffc43a5c1a989924716d159c728b4b27 | |
| parent | bfe8375d46e78bc6dd796ba1d0bdce577dbd123c (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs index 565a9ea0..57e0db93 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -145,13 +145,14 @@ mayfly = standardSystem "mayfly.kitenet.net" (Stable "jessie") "amd64" & ipv4 "104.167.118.15" & CloudAtCost.decruft - -- & Ssh.hostKeys hostContext - -- [ (SshEcdsa, "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0ws/IxQegVU0RhqnIm5A/vRSPTO70wD4o2Bd1jL970dTetNyXzvWGe1spEbLjIYSLIO7WvOBSE5RhplBKFMUU=") - -- ] & Apt.unattendedUpgrades & Network.ipv6to4 & Systemd.persistentJournal & Journald.systemMaxUse "500MiB" + + & Tor.isRelay + & Tor.named "kite3" + & Tor.bandwidthRate (Tor.PerMonth "400 GB") oyster :: Host oyster = standardSystem "oyster.kitenet.net" Unstable "amd64" |
