mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 16:09:19 +03:00
* added uptimed module, default disabled
svn path=/nixos/trunk/; revision=17174
This commit is contained in:
parent
9587192c68
commit
ba1a9aecfd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue