summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 20:09:33 -0400
committerJoey Hess2014-11-21 20:09:33 -0400
commit6be49197f6ddf391a21b61e0996ef4bb75cd8b1b (patch)
tree29d442e7b1093275ee1b44fab4138232bdad5dd4 /config-joey.hs
parent6c92f1034f980718cef54cab58a1bcfdbc485f5d (diff)
allow configuring systemd-nspawn parameters
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 2971c1a2..26e173b3 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -89,6 +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"
testChroot :: Chroot.Chroot
testChroot = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty "/tmp/chroot"