fs.filesystem, not filesystem

This commit is contained in:
niten 2021-10-17 23:17:43 -07:00
parent 44fcc8e262
commit 41951b56ea

View File

@ -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)