fs.filesystem, not filesystem
This commit is contained in:
parent
44fcc8e262
commit
41951b56ea
@ -21,7 +21,7 @@ in {
|
||||
where = mp;
|
||||
options = concatStringsSep "," (fs.opts.options ++ mp-opts.options);
|
||||
wantedBy = [ "default.target" ];
|
||||
description = "${fs.opts.filesystem-type} filesystem on ${filesystem} mounted to ${mp}";
|
||||
description = "${fs.opts.filesystem-type} filesystem on ${fs.filesystem} mounted to ${mp}";
|
||||
requires = [ "${fs.filesystem}-decrypt.service" ];
|
||||
})
|
||||
fs.opts.mountpoints)
|
||||
|
Loading…
x
Reference in New Issue
Block a user