b12f/session: update restic respository variable

This commit is contained in:
Benjamin Yule Bädorf 2024-03-19 18:34:36 +01:00
parent 9bbe723d7c
commit 307ae5a370
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -14,7 +14,7 @@ in {
inherit DRONE_RPC_PROTO; inherit DRONE_RPC_PROTO;
DRONE_SERVER = DRONE_RPC_PROTO + "://" + DRONE_RPC_HOST; 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"; RESTIC_PASSWORD_COMMAND = "secret-tool lookup restic repository-password";
}; };
}; };