parent
4a787b292a
commit
358abce837
@ -20,10 +20,10 @@ in
|
|||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
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 afuse.
|
You may also be interested in afuse.
|
||||||
";
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
autoMaster = mkOption {
|
autoMaster = mkOption {
|
||||||
@ -45,10 +45,9 @@ in
|
|||||||
/auto file:''${mapConf}
|
/auto file:''${mapConf}
|
||||||
'''
|
'''
|
||||||
'';
|
'';
|
||||||
description = "
|
description = ''
|
||||||
file contents of /etc/auto.master. See man auto.master
|
Contents of <literal>/etc/auto.master</literal> file. See <command>auto.master(5)</command> and <command>autofs(5)</command>.
|
||||||
See man 5 auto.master and man 5 autofs.
|
'';
|
||||||
";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
timeout = mkOption {
|
timeout = mkOption {
|
||||||
@ -58,9 +57,9 @@ in
|
|||||||
|
|
||||||
debug = mkOption {
|
debug = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = "
|
description = ''
|
||||||
pass -d and -7 to automount and write log to /var/log/autofs
|
Pass -d and -7 to automount and write log to the system journal.
|
||||||
";
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user