nixos/autofs: fix typo afuese -> afuse

This commit is contained in:
Bjørn Forsman 2016-09-19 13:49:47 +02:00
parent ca24eb5712
commit 4fdc9fa7d9

View File

@ -22,7 +22,7 @@ in
default = false; default = false;
description = " description = "
Mount filesystems on demand. Unmount them automatically. Mount filesystems on demand. Unmount them automatically.
You may also be interested in afuese. You may also be interested in afuse.
"; ";
}; };