mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added missing required options
This commit is contained in:
parent
39fdf93b58
commit
633dc9a34d
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
{
|
{
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enable_registration = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
serverName = "talk.hypervirtual.world";
|
serverName = "talk.hypervirtual.world";
|
||||||
};
|
};
|
||||||
|
@ -10,5 +12,11 @@
|
||||||
redis = {
|
redis = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
extras = [
|
||||||
|
"systemd"
|
||||||
|
"postgres"
|
||||||
|
"url-preview"
|
||||||
|
"user-search"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue