update backup

This commit is contained in:
Ingolf Wagner 2021-08-18 21:19:27 +02:00
parent f150c4b0e0
commit e89d41e066
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 7 additions and 3 deletions

View file

@ -8,5 +8,5 @@
rocketLog = "critical";
};
};
backup.dirs = ["/var/lib/bitwarden_rs"];
backup.dirs = [ "/var/lib/bitwarden_rs" ];
}

View file

@ -53,6 +53,8 @@
height = 768;
};
services.xserver.desktopManager.gnome.enable = true;
custom.samba-share = {
enable = false;
folders = {

View file

@ -330,9 +330,11 @@ in {
"/home/nextcloud/data/tina/files/Pictures"
"/home/nextcloud/data/tina/files/Joplin"
"/home/nextcloud/data/tina/files/SofortUpload"
"/home/nextcloud/data/palo/files/Joplin"
"/home/nextcloud/data/palo/files/Unterlagen"
"/home/nextcloud/data/palo/files/InstantUpload"
"/home/nextcloud/data/palo/files/Joplin"
"/home/nextcloud/data/palo/files/Pictures"
"/home/nextcloud/data/palo/files/Unterlagen"
"/home/nextcloud/data/palo/files/Video"
"/home/nextcloud/data/palo-windows/files/Kunstbuch"
];
doInit = true;