set up initial arr stack

This commit is contained in:
Haak Saxberg 2023-11-19 17:01:17 -08:00
parent a0d45ddbef
commit c6dc5b4c9d
6 changed files with 54 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{ pgks, ... }:
{
services.prowlarr = {
enable = true;
openFirewall = true;
};
}