summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Chroot.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 20:32:32 -0400
committerJoey Hess2014-11-21 20:32:32 -0400
commitb373ffb761a16b26ce38ea90049216fc94d43479 (patch)
tree76226e761d3a5e45b21bb8f1d3d0c5e58e233b4f /src/Propellor/Types/Chroot.hs
parent9170a14711bed088b4dfc09fe72bfaff53f50b88 (diff)
allow disabling nspawn params, and default to bind mounting /etc/resolv.conf
Diffstat (limited to 'src/Propellor/Types/Chroot.hs')
-rw-r--r--src/Propellor/Types/Chroot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Chroot.hs b/src/Propellor/Types/Chroot.hs
index b10e9817..7e7c3630 100644
--- a/src/Propellor/Types/Chroot.hs
+++ b/src/Propellor/Types/Chroot.hs
@@ -18,7 +18,7 @@ instance Monoid (ChrootInfo host) where
data ChrootCfg
= ChrootCfg
- | SystemdNspawnCfg [String]
+ | SystemdNspawnCfg [(String, Bool)]
deriving (Show)
instance Monoid ChrootCfg where