services: borg-backup: no longer needed

This commit is contained in:
Antoine Martin 2022-03-11 17:20:52 +01:00
parent 238294b7bf
commit 3b99096af9
5 changed files with 0 additions and 90 deletions

View file

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

View file

@ -16,7 +16,6 @@ in {
nextcloud-admin-user = fileContents ./nextcloud-admin-user.secret;
lohr-shared-secret = fileContents ./lohr-shared-secret.secret;
borg-backup = import ./borg-backup { inherit lib; };
paperless = import ./paperless { inherit lib; };
restic-backup = import ./restic-backup { inherit lib; };