set up initial arr stack
This commit is contained in:
parent
a0d45ddbef
commit
c6dc5b4c9d
6 changed files with 54 additions and 2 deletions
7
nix/home/programs/prowlarr/default.nix
Normal file
7
nix/home/programs/prowlarr/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pgks, ... }:
|
||||
{
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue