summaryrefslogtreecommitdiffstats
path: root/lass/1systems/mors/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-07-20 16:27:19 +0200
committermakefu <github@syntax-fehler.de>2018-07-20 16:27:19 +0200
commit6c15e8fe7b9870206d681b37e059650d96c7a26e (patch)
treee2df54b71d345f86e03ac61b8806403e8f18bf50 /lass/1systems/mors/config.nix
parente00a76d30e4514cb5164fb658552fc1589e749e4 (diff)
parent4a74ef353ad5f66d4dfc3b3d51c3090bfbeac2e7 (diff)
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'lass/1systems/mors/config.nix')
-rw-r--r--lass/1systems/mors/config.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix
index fd26d0b66..ad4f8a504 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;
@@ -180,4 +178,9 @@ with import <stockholm/lib>;
};
});
virtualisation.libvirtd.enable = true;
+
+ services.earlyoom = {
+ enable = true;
+ freeMemThreshold = 5;
+ };
}