chore!: comment/update broken packages
This commit is contained in:
parent
0b8b1d9af4
commit
f18e7ecadf
3 changed files with 7 additions and 2 deletions
|
@ -27,5 +27,10 @@
|
|||
services.jellyseerr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
package = pkgs.jellyseerr.overrideAttrs (
|
||||
_final: _prev: {
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue