matrix update

This commit is contained in:
Lucy Hochkamp 2025-03-27 20:54:17 +01:00
parent 91bf1a644a
commit bde01c887c
No known key found for this signature in database
5 changed files with 263 additions and 219 deletions

View file

@ -59,12 +59,16 @@ in
}
];
};
containers.xynospace-matrix = let ms = config.age.secrets.matrixSecrets.path; in {
containers.xynospace-matrix = let ms = config.age.secrets.matrixSecrets.path; unst = pkgs.unstable; in {
config = { config, pkgs, ... }: {
nixpkgs.overlays = [(self: super: {
matrix-synapse-unwrapped = unst.matrix-synapse-unwrapped;
})];
system.stateVersion = stateVer;
networking.firewall.allowedTCPPorts = [ 8008 ];
services.matrix-synapse = {
enable = true;
# package = unst.matrix-synapse;
settings.server_name = serverName;
extraConfigFiles = [ "/host${ms}" ];
settings.experimental.msc3575_enabled = true;