mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 05:43:02 -04:00
a
This commit is contained in:
parent
efbe2cd3bd
commit
e342a9d110
3 changed files with 5 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue