summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 17:02:53 -0400
committerJoey Hess2014-11-22 17:02:53 -0400
commit5e1463199e1aa7b3a01a2482ead2697976f2eb4e (patch)
treee92310be5f3bf5fbc9f525b4ba78be9b1ba5b52a /config-joey.hs
parentab2557d813397a71a86b5a343d8550b8dd374312 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs11
1 files changed, 5 insertions, 6 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 3555d831..2c749ca9 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -81,18 +81,17 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
! Ssh.listenPort 80
! Ssh.listenPort 443
- ! Chroot.provisioned testChroot
& Systemd.persistentJournal
- & Systemd.nspawned meow
+ ! Systemd.nspawned meow
meow :: Systemd.Container
meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty)
& Apt.serviceInstalledRunning "uptimed"
& alias "meow.kitenet.net"
-
-testChroot :: Chroot.Chroot
-testChroot = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty "/tmp/chroot"
- & File.hasContent "/foo" ["hello"]
+
+alien :: Host
+alien = host "alien.kitenet.net"
+ & ipv4 "104.131.106.199"
orca :: Host
orca = standardSystem "orca.kitenet.net" Unstable "amd64"