1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-19 07:59:24 +03:00

* 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.
'';