l mors.r: enable mongodb

This commit is contained in:
lassulus 2017-08-25 23:43:43 +02:00
parent 76415ff3cd
commit eb6fab7527

View File

@ -82,6 +82,9 @@ with import <stockholm/lib>;
client.enable = true;
};
}
{
services.mongodb.enable = true;
}
];
krebs.build.host = config.krebs.hosts.mors;