mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
rework thinkpad backup
This commit is contained in:
parent
aad5133e9e
commit
46e0511168
3 changed files with 19 additions and 2 deletions
|
@ -32,9 +32,10 @@
|
|||
"/home/*/.wine*"
|
||||
"/home/*/.mypy_cache*"
|
||||
"/home/*/.local/share"
|
||||
# contains very big files that don't need to clutter up the backup
|
||||
# if I ever happen to have important data in virtual machines, this can be reconsidered
|
||||
"/home/rouven/Games"
|
||||
"/var/lib/libvirt"
|
||||
"/var/lib/machines"
|
||||
"/var/lib/docker"
|
||||
];
|
||||
encryption_passcommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets."borg/passphrase".path}";
|
||||
compression = "lz4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue