mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-03-13 03:24:05 +01:00
service/meeting: move backup exclude
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
610b684b34
commit
cf99262194
2 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,9 @@ in
|
||||||
mumble
|
mumble
|
||||||
teamspeak6-client
|
teamspeak6-client
|
||||||
];
|
];
|
||||||
|
|
||||||
|
my.services.backup.exclude = [
|
||||||
|
"/home/*/.config/Element/Cache"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue