Merge pull request #110681 from helsinki-systems/autofs_types
nixos/autofs: add timeout type
This commit is contained in:
commit
0d71519d68
@ -52,6 +52,7 @@ in
|
||||
};
|
||||
|
||||
timeout = mkOption {
|
||||
type = types.int;
|
||||
default = 600;
|
||||
description = "Set the global minimum timeout, in seconds, until directories are unmounted";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user