mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
removed deprecated option
This commit is contained in:
parent
0ab94eaa07
commit
f50175491e
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@
|
||||||
{
|
{
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable_registration = false;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
serverName = "talk.hypervirtual.world";
|
serverName = "talk.hypervirtual.world";
|
||||||
|
enable_registration = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
configureRedisLocally = true;
|
configureRedisLocally = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue