propellor spin
This commit is contained in:
parent
7c03f5eea4
commit
cf3a8883ec
|
@ -87,7 +87,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
|
|
||||||
meow :: Systemd.Container
|
meow :: Systemd.Container
|
||||||
meow = Systemd.container "meow" (System (Debian Unstable) "amd64") []
|
meow = Systemd.container "meow" (System (Debian Unstable) "amd64") []
|
||||||
& Apt.serviceInstalledRunning "fingerd"
|
& Apt.serviceInstalledRunning "uptimed"
|
||||||
|
|
||||||
testChroot :: Chroot.Chroot
|
testChroot :: Chroot.Chroot
|
||||||
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")
|
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")
|
||||||
|
|
Loading…
Reference in New Issue