Update prowlarr.nix

This commit is contained in:
ediblerope 2026-01-22 10:49:01 +00:00 committed by GitHub
parent 66acd2da8c
commit 75665ebe1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
dataDir = "/var/lib/prowlarr"; dataDir = "/var/lib/prowlarr";
user = "prowlarr";
}; };
}; };
} }