From 6be49197f6ddf391a21b61e0996ef4bb75cd8b1b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Nov 2014 20:09:33 -0400 Subject: allow configuring systemd-nspawn parameters --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'config-joey.hs') 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" -- cgit v1.2.3