services: setup restic backups service

This commit is contained in:
Antoine Martin 2021-08-09 19:34:23 +02:00
parent 1a0f0da28d
commit a763e0549f
6 changed files with 91 additions and 2 deletions

View file

@ -66,9 +66,9 @@ in
websocketPort = 3012;
};
borg-backup = {
restic-backup = {
enable = true;
repo = secrets.borg-backup.poseidon-repo;
repo = secrets.restic-backup.poseidon-repo;
};
fail2ban = {