* added uptimed module, default disabled
svn path=/nixos/trunk/; revision=17174
This commit is contained in:
parent
9587192c68
commit
ba1a9aecfd
@ -25,7 +25,7 @@ in
|
|||||||
services.uptimed = {
|
services.uptimed = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Uptimed allows you to track your highest uptimes.
|
Uptimed allows you to track your highest uptimes.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user