14 lines
141 B
Nix
14 lines
141 B
Nix
{
|
|
pkgs,
|
|
nixarr,
|
|
...
|
|
}: {
|
|
nixarr = {
|
|
enable = true;
|
|
sabnzbd = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
};
|
|
}
|