Why did I make that a string?

This commit is contained in:
niten 2022-07-01 13:14:26 -07:00
parent 2f528776a9
commit 6543b95739

View File

@ -39,7 +39,7 @@ in {
type = int; type = int;
description = description =
"Number of seconds before considering the user idle on this host."; "Number of seconds before considering the user idle on this host.";
default = "900"; # 15 minutes default = 900; # 15 minutes
}; };
delay-time = mkOption { delay-time = mkOption {