diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 16:04:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 16:04:02 -0400 |
| commit | 7a6f277ccb99bf33d0f6a3f90cd809bb39031c9c (patch) | |
| tree | fef123a9926a7da992bdac90ebcfe6ef25d361b7 | |
| parent | 79246e03c6bc5d97e7253f49c5e0389a6dc83daa (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index a2a501a7..2971c1a2 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -83,7 +83,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" ! Chroot.provisioned testChroot & Systemd.persistentJournal - ! Systemd.nspawned meow + & Systemd.nspawned meow meow :: Systemd.Container meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty) |
