continuity socket permissions caddy
This commit is contained in:
parent
47cf846d48
commit
eecad4ed3c
1 changed files with 1 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ in {
|
||||||
services = {
|
services = {
|
||||||
matrix-continuwuity = {
|
matrix-continuwuity = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
group = "caddy"; # Permissions for socket
|
||||||
settings.global = {
|
settings.global = {
|
||||||
unix_socket_path = "/run/continuwuity/continuwuity.sock";
|
unix_socket_path = "/run/continuwuity/continuwuity.sock";
|
||||||
server_name = host;
|
server_name = host;
|
||||||
|
|
@ -33,7 +34,5 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.dendrite.after = ["postgresql.service"];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue