summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 20:21:51 -0400
committerJoey Hess2014-11-21 20:21:51 -0400
commit9170a14711bed088b4dfc09fe72bfaff53f50b88 (patch)
treeea0ae6a4a607099ecd818d59d3a1288a42c0679d
parent3ec1bcfbbf0edebe5e51b9d8ddfa9d656425a102 (diff)
propellor spin
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 26e173b3..b66a1183 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -89,7 +89,7 @@ meow :: Systemd.Container
meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty)
& Apt.serviceInstalledRunning "uptimed"
& alias "meow.kitenet.net"
- & Systemd.containerCfg "private-network"
+ -- & Systemd.containerCfg "private-network"
testChroot :: Chroot.Chroot
testChroot = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty "/tmp/chroot"