diff --git a/modules/users/overseer/services.nix b/modules/users/overseer/services.nix index ce34e55..f97523a 100644 --- a/modules/users/overseer/services.nix +++ b/modules/users/overseer/services.nix @@ -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