From 40ae0723f413a8c7e6c65357a4b13a7896d02ed5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 31 Dec 2015 15:26:37 -0400 Subject: propellor spin --- config-joey.hs | 7 ++++--- 1 file 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" -- cgit v1.3-2-g0d8e