diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-29 16:07:18 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-29 16:07:18 -0700 |
| commit | 69873e484e1d4e0fc59db6f8756214083c2caae9 (patch) | |
| tree | b0cab5c2177d3903be072039560d11d0167b6ba4 /config-joey.hs | |
| parent | 4c1c41d1a254b0056dde46e5a0b3b81dc5a00d36 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index c9732629..8dd9e89d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -1,4 +1,5 @@ -- This is the live config file used by propellor's author. +-- https://propellor.branchable.com/ module Main where import Propellor @@ -65,11 +66,12 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Docker.configured & Docker.garbageCollected `period` Daily - + & Docker.docked hosts "webserver" + -- ssh on some extra ports to deal with horrible networks -- while travelling & alias "travelling.kitenet.net" - & Ssh.listenPort 80 + ! Ssh.listenPort 80 & Ssh.listenPort 443 orca :: Host |
