Revert "Refactor nixarr without extra import"

This reverts commit 4696423d91.
This commit is contained in:
2025-10-19 19:51:25 -04:00
parent 4696423d91
commit 97d78bdd75
2 changed files with 8 additions and 3 deletions

View File

@@ -3,12 +3,15 @@
nixarr,
...
}: {
services.jellyfin = {
nixarr = {
enable = true;
jellyfin = {
enable = true;
openFirewall = true;
};
services.sabnzbd = {
sabnzbd = {
enable = true;
openFirewall = true;
};
};
}