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

@ -119,7 +119,6 @@ in
"/home/*/.gvfs" "/home/*/.gvfs"
"/home/*/.local/share/Trash" "/home/*/.local/share/Trash"
"/home/*/.thumbnails" "/home/*/.thumbnails"
"/home/*/.config/Element/Cache"
# self-defined # self-defined
"/data/tmp" "/data/tmp"

View file

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