This commit is contained in:
parent
eb5cb48c9f
commit
90ab187a15
1 changed files with 1 additions and 3 deletions
|
@ -11,13 +11,11 @@
|
||||||
settings.global = {
|
settings.global = {
|
||||||
server_name = "noösphere";
|
server_name = "noösphere";
|
||||||
max_request_size = 1024 * 1024 * 1024;
|
max_request_size = 1024 * 1024 * 1024;
|
||||||
address = "127.0.0.1";
|
address = ["127.0.0.1"];
|
||||||
port = 7893;
|
port = 7893;
|
||||||
# database_path = lib.mkForce "/var/services/conduwuit/";
|
# database_path = lib.mkForce "/var/services/conduwuit/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.conduit.serviceConfig.ExecStart = lib.mkForce (lib.getExe config.services.matrix-conduit.package); # wrong in nixpkgs
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue