diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 12:18:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 12:18:03 -0400 |
| commit | 976afedea3fabc98ac64d72bbad3aacd7602f84d (patch) | |
| tree | 65fdc77a8d1a504c14e04984b8dc5daafb899519 /config-joey.hs | |
| parent | 6a5a1bc76132128e4bd2312dfadc98e83b0baf40 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -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 62c5af9f..b2b324f7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -87,7 +87,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" meow :: Systemd.Container meow = Systemd.container "meow" (System (Debian Unstable) "amd64") [] - & Apt.serviceInstalledRunning ["fingerd"] + & Apt.serviceInstalledRunning "fingerd" testChroot :: Chroot.Chroot testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64") |
