mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
lib.config.filesystem: propagate options
This commit is contained in:
parent
396553d258
commit
74703de270
@ -14,6 +14,7 @@ let {
|
||||
fileSystems.${x.mountpoint} = {
|
||||
device = q.device;
|
||||
fsType = x.format;
|
||||
${if x ? options then "options" else null} = x.options;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user