Use more up-to-date fork of lidarr

This commit is contained in:
Ciapa 2024-01-04 12:30:45 +01:00
parent dae138ccbf
commit bb905ea921
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@
];
};
};
}
}