nixos/autofs: add timeout type

This commit is contained in:
Fritz Otlinghaus 2021-01-24 13:17:07 +01:00
parent e63d0738a7
commit 91311fcb46
No known key found for this signature in database
GPG key ID: F7FBBF6334AF4872

View file

@ -52,6 +52,7 @@ in
};
timeout = mkOption {
type = types.int;
default = 600;
description = "Set the global minimum timeout, in seconds, until directories are unmounted";
};