mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 02:54:10 -05:00
add bar assistant to restic
This commit is contained in:
parent
387ce3b72a
commit
3a8ce53a0b
1 changed files with 13 additions and 0 deletions
|
|
@ -32,6 +32,19 @@ in
|
|||
repositoryFile = config.sops.secrets."restic/url".path;
|
||||
passwordFile = config.sops.secrets."restic/key".path;
|
||||
};
|
||||
bar-assistant = {
|
||||
user = "root";
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
Persistent = true;
|
||||
};
|
||||
paths = [
|
||||
"${volumePath}/bar-assistant"
|
||||
"${volumePath}/meilisearch"
|
||||
];
|
||||
repositoryFile = config.sops.secrets."restic/url".path;
|
||||
passwordFile = config.sops.secrets."restic/key".path;
|
||||
};
|
||||
};
|
||||
|
||||
# These ports are needed for NGINX Proxy Manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue