b12f/session: update restic respository variable
This commit is contained in:
parent
9bbe723d7c
commit
307ae5a370
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue