Why did I make that a string?
This commit is contained in:
parent
2f528776a9
commit
6543b95739
|
@ -39,7 +39,7 @@ in {
|
|||
type = int;
|
||||
description =
|
||||
"Number of seconds before considering the user idle on this host.";
|
||||
default = "900"; # 15 minutes
|
||||
default = 900; # 15 minutes
|
||||
};
|
||||
|
||||
delay-time = mkOption {
|
||||
|
|
Loading…
Reference in New Issue