add bar assistant to restic

This commit is contained in:
TheWanderingCrow 2025-01-23 11:00:57 -05:00
parent 387ce3b72a
commit 3a8ce53a0b

View file

@ -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