summary refs log tree commit diff
path: root/host/Rory-laptop/edu/nodejs-dev.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-29 10:29:34 +0200
committerRory& <root@rory.gay>2025-06-29 10:29:38 +0200
commit02ac68735626a14dbf3dd350ce91302b3488db4a (patch)
tree6eff3efc48fd22b99ccf2be912bc9a61d9159bae /host/Rory-laptop/edu/nodejs-dev.nix
parentFix synapse monitoring hash...? (diff)
downloadRory-Open-Architecture-master.tar.xz
Laptop changes HEAD master
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 + ''; + }; + }