From 02ac68735626a14dbf3dd350ce91302b3488db4a Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 29 Jun 2025 10:29:34 +0200 Subject: Laptop changes --- host/Rory-laptop/edu/nodejs-dev.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'host/Rory-laptop/edu/nodejs-dev.nix') diff --git a/host/Rory-laptop/edu/nodejs-dev.nix b/host/Rory-laptop/edu/nodejs-dev.nix index 4a98c2e..3850cb9 100644 --- a/host/Rory-laptop/edu/nodejs-dev.nix +++ b/host/Rory-laptop/edu/nodejs-dev.nix @@ -11,4 +11,15 @@ ]; + services.mongodb = { + enable = true; + package = pkgs.mongodb-ce; + enableAuth = true; + initialRootPasswordFile = "/etc/mongo-pass"; + #bind_ip = "/run/mongodb.sock"; + extraConfig = '' + net.unixDomainSocket.filePermissions: 0777 + ''; + }; + } -- cgit 1.5.1