service/meeting: move backup exclude
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-03-02 23:23:33 +01:00
parent 610b684b34
commit cf99262194
2 changed files with 4 additions and 1 deletions

View file

@ -19,5 +19,9 @@ in
mumble
teamspeak6-client
];
my.services.backup.exclude = [
"/home/*/.config/Element/Cache"
];
};
}