mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
working on matrix
This commit is contained in:
parent
2134140401
commit
6715f8545b
1 changed files with 7 additions and 0 deletions
|
|
@ -17,4 +17,11 @@ lib.mkIf config.user.overseer.enable {
|
|||
];
|
||||
ensureDatabases = ["matrix-synapse"];
|
||||
};
|
||||
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server_name = "wanderingcrow.net";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue