From 69873e484e1d4e0fc59db6f8756214083c2caae9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Aug 2014 16:07:18 -0700 Subject: [PATCH] propellor spin --- config-joey.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index c973262..8dd9e89 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