This commit is contained in:
Shelvacu
2025-05-10 22:40:11 -07:00
committed by Shelvacu on fw
parent 2665071518
commit 56a8882fac

View File

@@ -7,7 +7,11 @@
enable = true;
};
environment.persistence."/persistent".directories = [ config.services.mongodb.dbpath ];
environment.persistence."/persistent".directories = [ {
directory = config.services.mongodb.dbpath;
user = config.services.mongodb.user;
mode = "0700";
} ];
services.genieacs = {
mongodbConnectionUrl = "mongodb://127.0.0.1/genieacs";