update backup
This commit is contained in:
parent
f150c4b0e0
commit
e89d41e066
3 changed files with 7 additions and 3 deletions
|
@ -8,5 +8,5 @@
|
|||
rocketLog = "critical";
|
||||
};
|
||||
};
|
||||
backup.dirs = ["/var/lib/bitwarden_rs"];
|
||||
backup.dirs = [ "/var/lib/bitwarden_rs" ];
|
||||
}
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
height = 768;
|
||||
};
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
custom.samba-share = {
|
||||
enable = false;
|
||||
folders = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue