Refactor nixarr without extra import
This commit is contained in:
@@ -3,15 +3,12 @@
|
||||
nixarr,
|
||||
...
|
||||
}: {
|
||||
nixarr = {
|
||||
enable = true;
|
||||
jellyfin = {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
sabnzbd = {
|
||||
services.sabnzbd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user