Create sync nidus host configuration

It has next to nothing in it, at this point.
This commit is contained in:
Eli Ribble 2025-08-15 00:34:21 +00:00
parent 4e3bab9e15
commit c427bda5b0
4 changed files with 101 additions and 8 deletions

View file

@ -56,5 +56,13 @@ in {
server_name = config.networking.domain;
};
};
sops.secrets.matrix = {
format = "yaml";
group = "matrix-synapse";
key = "";
owner = "matrix-synapse";
restartUnits = [ "matrix-synapse.service" ];
sopsFile = ./host/corp/secrets/matrix.yaml;
};
};
}