mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
lib.config.filesystem: propagate options
This commit is contained in:
parent
396553d258
commit
74703de270
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ let {
|
||||||
fileSystems.${x.mountpoint} = {
|
fileSystems.${x.mountpoint} = {
|
||||||
device = q.device;
|
device = q.device;
|
||||||
fsType = x.format;
|
fsType = x.format;
|
||||||
|
${if x ? options then "options" else null} = x.options;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue