aboutsummaryrefslogtreecommitdiff
path: root/modules/private/databases/redis.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-18 19:43:39 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-18 19:43:39 +0200
commit8415083eb6acc343dfa404dbbc12fa0171a48a20 (patch)
treed83f54c99763ae49076bf3071449595b6ccae133 /modules/private/databases/redis.nix
parent8fa7ff2c63fb0722144bc90837512d9f8b8c929d (diff)
downloadNix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.gz
Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.zst
Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.zip
Add new machine to nixops
Diffstat (limited to 'modules/private/databases/redis.nix')
-rw-r--r--modules/private/databases/redis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/databases/redis.nix b/modules/private/databases/redis.nix
index 1ba6eed..c23ffec 100644
--- a/modules/private/databases/redis.nix
+++ b/modules/private/databases/redis.nix
@@ -4,7 +4,7 @@ let
4in { 4in {
5 options.myServices.databases.redis = { 5 options.myServices.databases.redis = {
6 enable = lib.mkOption { 6 enable = lib.mkOption {
7 default = cfg.enable; 7 default = false;
8 example = true; 8 example = true;
9 description = "Whether to enable redis database"; 9 description = "Whether to enable redis database";
10 type = lib.types.bool; 10 type = lib.types.bool;