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
1 changed files with 1 additions and 1 deletions

View File

@ -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 {