mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
(fix): exclusion of private files
This commit is contained in:
parent
c3956d6fa4
commit
2e11f7b24c
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
"/srv/Multimedia"
|
||||
"/srv/media"
|
||||
"/srv/backups/serverBackups"
|
||||
"/srv/backups/localComputerBackups"
|
||||
"/var/cache"
|
||||
"/tmp"
|
||||
"/proc"
|
||||
"/sys"
|
||||
];
|
||||
repo = "/srv/backups/serverBackups";
|
||||
doInit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue