This commit is contained in:
blahai 2025-02-28 13:22:20 +02:00
parent efbe2cd3bd
commit e342a9d110
No known key found for this signature in database
3 changed files with 5 additions and 9 deletions

View file

@ -13,13 +13,7 @@
enable = true;
port = 5055;
openFirewall = true;
package = pkgs.jellyseerr.overrideAttrs (_: {
# https://github.com/NixOS/nixpkgs/pull/380532
postBuild = ''
# Clean up broken symlinks left behind by `pnpm prune`
find node_modules -xtype l -delete
'';
});
package = pkgs.jellyseerr;
};
sonarr = {