From 41951b56eac4c8d8d1c59e22c1399459b6d39e7e Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 17 Oct 2021 23:17:43 -0700 Subject: [PATCH] fs.filesystem, not filesystem --- lib/fudo/host-filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/host-filesystems.nix b/lib/fudo/host-filesystems.nix index 7ba613d..12717ae 100644 --- a/lib/fudo/host-filesystems.nix +++ b/lib/fudo/host-filesystems.nix @@ -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)