added sonarr to homelab

This commit is contained in:
Aly Raffauf 2024-03-12 20:17:14 -04:00
parent c205bc539f
commit b7a6845b66

View file

@ -76,4 +76,9 @@
};
};
};
services.sonarr = {
enable = true;
openFirewall = true;
};
}