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

@ -17,6 +17,7 @@ with lib;
gandiKey = lib.fileContents ./gandi-api-key.secret;
borg-backup = import ./borg-backup { inherit lib; };
restic-backup = import ./restic-backup { inherit lib; };
matrixEmailConfig = import ./matrix-email-config.nix;
};

View file

@ -0,0 +1,4 @@
{ lib }:
{
poseidon-repo = lib.fileContents ./poseidon-repo.secret;
}

Binary file not shown.