propellor spin

This commit is contained in:
Joey Hess 2014-11-21 20:21:51 -04:00
parent 3ec1bcfbbf
commit 9170a14711
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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"