Updated nix flake (+ making it build) & Migration to continuwuity
This commit is contained in:
parent
1bbb3dedcc
commit
1243606b55
6 changed files with 59 additions and 77 deletions
|
|
@ -15,8 +15,8 @@ in {
|
|||
services = {
|
||||
matrix-continuwuity = {
|
||||
enable = true;
|
||||
global = {
|
||||
unix_socket_path = /run/continuwuity/continuwuity.sock;
|
||||
settings.global = {
|
||||
unix_socket_path = "/run/continuwuity/continuwuity.sock";
|
||||
server_name = host;
|
||||
allow_registration = true;
|
||||
registration_token_file = config.age.secrets.matrix-registration.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue