services: setup restic backups service
This commit is contained in:
parent
1a0f0da28d
commit
a763e0549f
6 changed files with 91 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue