Move social media hosts into their own option

This commit is contained in:
Jimbo 2025-01-10 14:12:33 -05:00
parent 1a83d6b195
commit dc3d5381c5
6 changed files with 14 additions and 10 deletions

View file

@ -5,7 +5,7 @@
];
services.matrix-synapse = {
enable = config.system.server.enable;
enable = config.system.socials.enable;
settings = {
server_name = "${config.domains.p1}";
public_baseurl = "https://matrix.${config.domains.p1}";