diff options
author | lassulus <lass@lassul.us> | 2016-12-27 01:20:44 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2016-12-27 01:20:44 +0100 |
commit | 65ae1909259f30150d30ae0618461b7245e33120 (patch) | |
tree | fa48dcd0047b6b63553beeecb90a9679e6f7a5b2 | |
parent | 5370de033f051f8d81720e1e679f8ec4b4d192d1 (diff) |
l 1 mors: disable obsolete mongoDB
-rw-r--r-- | lass/1systems/mors.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index ecf437b80..ddb269e9d 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -235,8 +235,4 @@ with import <stockholm/lib>; krebs.repo-sync.timerConfig = { OnCalendar = "00:37"; }; - - services.mongodb = { - enable = true; - }; } |