From a6d13bc9dc2fa3defdf1472a70bd8b50196fb483 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 15 Mar 2026 13:45:24 -0400 Subject: [PATCH] arr-init: wait on qbt --- flake.lock | 8 ++++---- services/arr/init.nix | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 101cbac..62b5314 100644 --- a/flake.lock +++ b/flake.lock @@ -32,11 +32,11 @@ ] }, "locked": { - "lastModified": 1773595529, - "narHash": "sha256-fueNL7zKHnWNkOCNTjDowUfsUS4ERXrrL+HAWDKrhsQ=", + "lastModified": 1773596707, + "narHash": "sha256-EiAfZo8iTgCgMbJihNnwZGISCVb3Ue/5uU1XtF9CfkA=", "ref": "refs/heads/main", - "rev": "7c0a6176407a228a8363723f14f4d41c7cf1ea29", - "revCount": 4, + "rev": "ef0da7582c830910620114ce02b4041f32993a53", + "revCount": 5, "type": "git", "url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init" }, diff --git a/services/arr/init.nix b/services/arr/init.nix index 37ef2a2..d929c7f 100644 --- a/services/arr/init.nix +++ b/services/arr/init.nix @@ -65,6 +65,7 @@ name = "qBittorrent"; implementation = "QBittorrent"; configContract = "QBittorrentSettings"; + serviceName = "qbittorrent"; fields = { host = config.vpnNamespaces.wg.namespaceAddress; port = service_configs.ports.torrent; @@ -87,6 +88,7 @@ name = "qBittorrent"; implementation = "QBittorrent"; configContract = "QBittorrentSettings"; + serviceName = "qbittorrent"; fields = { host = config.vpnNamespaces.wg.namespaceAddress; port = service_configs.ports.torrent;