b12f/session: update restic respository variable

feat/authelia
Benjamin Yule Bädorf 2024-03-19 18:34:36 +01:00
parent 9bbe723d7c
commit 307ae5a370
Signed by: b12f
GPG Key ID: 729956E1124F8F26
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ in {
inherit DRONE_RPC_PROTO;
DRONE_SERVER = DRONE_RPC_PROTO + "://" + DRONE_RPC_HOST;
RESTIC_REPOSITORY = "sftp:root@droppie.b12f.io:/media/internal/backups";
RESTIC_REPOSITORY = "sftp:yule@droppie.b12f.io:/media/internal/backups-nougat";
RESTIC_PASSWORD_COMMAND = "secret-tool lookup restic repository-password";
};
};