fuuko: Exclude scans from system backup

pull/48/head
Simon Bruder 2021-03-10 11:27:56 +01:00
parent db54dfaed1
commit 966667b87f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
"d /var/lib/scans 0755 scan root 7d"
];
sbruder.restic.system.extraExcludes = [ "/var/lib/scans" ];
services.vsftpd = {
enable = true;
writeEnable = true;