diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-01-07 17:11:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-01-07 17:11:19 -0400 |
| commit | ed2eff47c9aed44c013f831ef9e1a656196a92da (patch) | |
| tree | fc3300d9ee229b654527cc3af9e351f5d315f225 /joeyconfig.hs | |
| parent | bc6045c8b5333ac5d407e8f4b96bb0d9f50dfa9a (diff) | |
| parent | 9ae87002690eb6b44768f40496c3708891698afe (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 96be56c5..0627147b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -58,6 +58,7 @@ hosts = -- (o) ` , elephant , beaver , mouse + , peregrine , pell , keysafe ] ++ monsters @@ -315,6 +316,7 @@ kite = host "kite.kitenet.net" $ props & myDnsPrimary True "kitenet.net" [ (RelDomain "mouse-onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") , (RelDomain "beaver-onion", CNAME $ AbsDomain "tl4xsvaxryjylgxs.onion") + , (RelDomain "peregrine-onion", CNAME $ AbsDomain "ahw47zqw6qszoufl.onion") ] & myDnsPrimary True "joeyh.name" [] & myDnsPrimary True "ikiwiki.info" [] @@ -419,6 +421,12 @@ mouse = host "mouse.kitenet.net" $ props & Tor.installed & Tor.hiddenServiceAvailable "ssh" (Port 22) +peregrine :: Host +peregrine = host "peregrine.kitenet.net" $ props + & Apt.installed ["ssh"] + & Tor.installed + & Tor.hiddenServiceAvailable "ssh" (Port 22) + -- Branchable is not completely deployed with propellor yet. pell :: Host pell = host "pell.branchable.com" $ props |
