mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: misc, matrix fix
This commit is contained in:
parent
28ee21b60b
commit
83317bfa8d
17 changed files with 449 additions and 171 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue