summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Chroot.hs
diff options
context:
space:
mode:
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