summaryrefslogtreecommitdiffstats
path: root/lass/1systems/mors
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-07-31 16:33:33 +0200
committerjeschli <jeschli@gmail.com>2018-07-31 16:33:33 +0200
commit676f5668de1f15b9297dd5ca36385cbfc0f33d87 (patch)
tree132a46ddc2a1863ebe58ab3bdf56c9a06cefab91 /lass/1systems/mors
parentd34cfa4cc8953ee227f99a36d56ec9335cba532e (diff)
parent46e725b6ee1259ad8a0d33f9ffbda6fd1dc2228d (diff)
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'lass/1systems/mors')
-rw-r--r--lass/1systems/mors/config.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix
index 065ab239..ad4f8a50 100644
--- a/lass/1systems/mors/config.nix
+++ b/lass/1systems/mors/config.nix
@@ -55,6 +55,7 @@ with import <stockholm/lib>;
services.nginx = {
enable = true;
virtualHosts.default = {
+ default = true;
serverAliases = [
"localhost"
"${config.krebs.build.host.name}"
@@ -80,9 +81,6 @@ with import <stockholm/lib>;
client.enable = true;
};
}
- {
- services.mongodb.enable = true;
- }
];
krebs.build.host = config.krebs.hosts.mors;