mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed wrong naming convention
This commit is contained in:
parent
12f018e321
commit
5bdd9e1e52
|
@ -3,7 +3,7 @@
|
|||
virtualisation.oci-containers = {
|
||||
backend = "docker";
|
||||
containers = {
|
||||
freshrss = {
|
||||
sonarrAnime = {
|
||||
image = "lscr.io/linuxserver/sonarr:latest";
|
||||
volumes = [ "sonarr_data:/config" "/srv/Multimedia/SeriesTV:/tv" "/srv/Multimedia/Torrents:/downloads" ];
|
||||
ports = [ "8888:80" ];
|
||||
|
|
Loading…
Reference in a new issue