feat: misc, matrix fix

This commit is contained in:
Kat Inskip 2024-10-18 16:01:54 -04:00
parent 28ee21b60b
commit 83317bfa8d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
17 changed files with 449 additions and 171 deletions

View file

@ -8,8 +8,9 @@
};
systemd = {
services.synapse-cleanup = {
restartIfChanged = false;
serviceConfig = {
Type = "oneshot";
Type = "exec";
User = "root";
EnvironmentFile = config.sops.secrets.synapse-cleanup-environment.path;
ExecStart = "${pkgs.synapse-cleanup}/bin/synapse-cleanup";