diff --git a/module.nix b/module.nix index db4b0db..f07c001 100644 --- a/module.nix +++ b/module.nix @@ -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 {