summary refs log tree commit diff
path: root/host/Rory-laptop/edu/nodejs-dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-laptop/edu/nodejs-dev.nix')
-rw-r--r--host/Rory-laptop/edu/nodejs-dev.nix11
1 files changed, 11 insertions, 0 deletions
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 + ''; + }; + }