summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-10-20 21:05:56 +0200
committertv <tv@krebsco.de>2016-10-22 17:50:57 +0200
commit7b7b7e2c8044a8a09697ded15a936fe5a76f03a7 (patch)
tree1385559581f00ea98bc3118b8efdb70dd5614554
parent0fdd081b281f3ab03c6f75e79896ea64746c1a21 (diff)
l 1 mors: activate redis
-rw-r--r--lass/1systems/mors.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index ae48761e..c3d027ed 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -77,6 +77,9 @@ with import <stockholm/lib>;
];
};
}
+ {
+ services.redis.enable = true;
+ }
];
krebs.build.host = config.krebs.hosts.mors;