diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 21:28:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 21:28:30 -0400 |
| commit | c181ece029b9ea8813ac649daca5003694a37fed (patch) | |
| tree | 2cc862a3b659110a8c598f33197d08ec53627ea8 | |
| parent | 41b10a956a8706724ab6503e43c8dddb5821ba9d (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 fad37b08..2866e797 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,7 +81,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" |
