diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 01:18:51 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 01:18:51 -0400 |
| commit | 67d989c7c5ba8d18340eeddafbbdadc8b3ae91ab (patch) | |
| tree | 4d56355f8b86cd32be921202275944c4e38f74fc | |
| parent | 0d4dd37ee769a6ef1bc80507c8ee8a4b9e882856 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index d6f174dc..c5309ad0 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -80,7 +80,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" ! Ssh.listenPort 80 ! Ssh.listenPort 443 - ! Debootstrap.built "/tmp/chroot" (System (Debian Unstable) "amd64") [] + & Debootstrap.built "/tmp/chroot" (System (Debian Unstable) "amd64") [] orca :: Host orca = standardSystem "orca.kitenet.net" Unstable "amd64" |
