Fix: Prowlarr Firewallrule

This commit is contained in:
marthsincemelee
2024-01-20 11:10:18 +01:00
parent 45535629a8
commit 1565cee96b
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -12,6 +12,5 @@
./sonarr
./jellyfin
./jellyseerr
./prowlarr
];
}
@@ -13,6 +13,7 @@ in
config = lib.mkIf cfg.enable {
services.prowlarr = {
enable = true;
openFirewall = true;
};
# # ugly fix for service not having a homedirectory
# users.users.prowlarr = {