secrets: move poseidon-restic to agenix

This commit is contained in:
Antoine Martin 2022-03-11 18:25:40 +01:00
parent 165b30ef9c
commit 2908bbb887
8 changed files with 18 additions and 11 deletions

View file

@ -15,6 +15,5 @@ in {
nextcloud-admin-user = fileContents ./nextcloud-admin-user.secret;
paperless = import ./paperless { inherit lib; };
restic-backup = import ./restic-backup { inherit lib; };
};
}

View file

@ -1,9 +0,0 @@
{ lib }:
let
inherit (lib)
fileContents
;
in
{
poseidon-repo = fileContents ./poseidon-repo.secret;
}