fix: exclude .mozilla in backup

This commit is contained in:
buffet 2024-03-10 16:31:43 +01:00
parent b284971674
commit 7198988ffd

View file

@ -10,7 +10,9 @@ in {
services.borgbackup = {
jobs.backup = {
paths = ["/home"];
exclude = [];
exclude = [
"/home/buffet/.mozilla"
];
repo = "${host}:${config.networking.hostName}";
encryption = {
mode = "repokey";