lib.config.filesystem: propagate options

This commit is contained in:
tv 2018-10-07 10:53:47 +02:00
parent 396553d258
commit 74703de270

View File

@ -14,6 +14,7 @@ let {
fileSystems.${x.mountpoint} = {
device = q.device;
fsType = x.format;
${if x ? options then "options" else null} = x.options;
};
};