3
0
Fork 0
forked from mirrors/nixpkgs

* added uptimed module, default disabled

svn path=/nixos/trunk/; revision=17174
This commit is contained in:
Rob Vermaas 2009-09-16 07:49:23 +00:00
parent 9587192c68
commit ba1a9aecfd

View file

@ -25,7 +25,7 @@ in
services.uptimed = {
enable = mkOption {
default = true;
default = false;
description = ''
Uptimed allows you to track your highest uptimes.
'';