mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
moved deprecated option
This commit is contained in:
parent
d0ea95e291
commit
8cbca1d8d3
1 changed files with 18 additions and 20 deletions
|
@ -22,19 +22,6 @@ in
|
||||||
serverName = baseUrl;
|
serverName = baseUrl;
|
||||||
public_baseurl = baseUrl;
|
public_baseurl = baseUrl;
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
};
|
|
||||||
|
|
||||||
configureRedisLocally = true;
|
|
||||||
|
|
||||||
extras = [
|
|
||||||
"systemd"
|
|
||||||
"postgres"
|
|
||||||
"url-preview"
|
|
||||||
"user-search"
|
|
||||||
];
|
|
||||||
|
|
||||||
extraConfigFiles = [ "/run/secrets/matrix-shared-secret" ];
|
|
||||||
|
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
|
@ -55,6 +42,17 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extras = [
|
||||||
|
"systemd"
|
||||||
|
"postgres"
|
||||||
|
"url-preview"
|
||||||
|
"user-search"
|
||||||
|
];
|
||||||
|
|
||||||
|
extraConfigFiles = [ "/run/secrets/matrix-shared-secret" ];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_15;
|
package = pkgs.postgresql_15;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue