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