stuff
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user