From 5e5d091e5f3459eb0423e9f73ef33d040c1310a8 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 10 Jun 2023 19:57:46 +0100 Subject: [PATCH] Use hotio qbittorrent image --- hosts/library/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index 5388565..dbfa098 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -158,7 +158,7 @@ with lib.my; ]; }; qbittorrent = { - image = "lscr.io/linuxserver/qbittorrent:latest"; + image = "cr.hotio.dev/hotio/qbittorrent:latest"; autoStart = true; ports = [ "8080:8080/tcp"