feat(tyr): setup restic backup.

This commit is contained in:
CronyAkatsuki 2025-09-28 15:42:59 +02:00
parent e8ec1d9736
commit d507c1c715
4 changed files with 23 additions and 0 deletions

View file

@ -8,4 +8,9 @@
networking.firewall = {
allowedTCPPorts = [8384];
};
services.restic.backups = {
local.paths = ["/var/lib/syncthing"];
server.paths = ["/var/lib/syncthing"];
};
}