services: borg-backup: no longer needed
This commit is contained in:
parent
238294b7bf
commit
3b99096af9
5 changed files with 0 additions and 90 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{ lib }:
|
||||
let
|
||||
inherit (lib)
|
||||
fileContents
|
||||
;
|
||||
in
|
||||
{
|
||||
poseidon-repo = fileContents ./poseidon-repo.secret;
|
||||
}
|
||||
Binary file not shown.
|
|
@ -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; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue