mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
removed deprecated option
This commit is contained in:
parent
0ab94eaa07
commit
f50175491e
|
@ -3,10 +3,10 @@
|
|||
{
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
enable_registration = false;
|
||||
|
||||
settings = {
|
||||
serverName = "talk.hypervirtual.world";
|
||||
enable_registration = false;
|
||||
};
|
||||
|
||||
configureRedisLocally = true;
|
||||
|
|
Loading…
Reference in a new issue