summary refs log tree commit diff
path: root/DEPLOY.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPLOY.md b/DEPLOY.md

index 201ce8b..63f89c5 100644 --- a/DEPLOY.md +++ b/DEPLOY.md
@@ -5,7 +5,7 @@ flake.nix: (production: [inputs](https://cgit.rory.gay/Rory-Open-Architecture.git/tree/flake.nix?h=d94f5#n104), [modules](https://cgit.rory.gay/Rory-Open-Architecture.git/tree/flake.nix?h=d94f5#n147), [service](https://cgit.rory.gay/Rory-Open-Architecture.git/tree/host/Rory-ovh/services/safensound.nix)) ```nix -# inputs section +# inputs section - using public mirror for unauthenticated access inputs.safeNSound.url = "git+https://cgit.rory.gay/school/nodejs-final-assignment.git/"; # system configuration section @@ -13,7 +13,7 @@ inputs.safeNSound.url = "git+https://cgit.rory.gay/school/nodejs-final-assignmen safeNSound.modules.default # configuration section -# services.mongodb = { enable = true; ... }; +# Make sure mongodb is set up: services.mongodb = { enable = true; ... }; services.safeNSound = { enable = true; package = safeNSound.packages.default;