From bb905ea921f2b794f44c75628b9118439c869376 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Thu, 4 Jan 2024 12:30:45 +0100 Subject: [PATCH] Use more up-to-date fork of lidarr --- hosts/kinda.sus.lol/services/lidarr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/kinda.sus.lol/services/lidarr.nix b/hosts/kinda.sus.lol/services/lidarr.nix index 215381d..8c2be9d 100644 --- a/hosts/kinda.sus.lol/services/lidarr.nix +++ b/hosts/kinda.sus.lol/services/lidarr.nix @@ -1,7 +1,7 @@ { virtualisation.oci-containers.containers = { lidarr = { - image = "youegraillot/lidarr-on-steroids"; + image = "resun83/lidarr-on-steroids"; autoStart = true; ports = [ "127.0.0.1:8686:8686" @@ -15,4 +15,4 @@ ]; }; }; -} \ No newline at end of file +}