Add jellyseerr
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -20,9 +20,9 @@ pkgs.dockerTools.buildImage {
|
||||
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "root";
|
||||
paths = [
|
||||
paths = with selfPkgs; [
|
||||
entrypoint
|
||||
selfPkgs.prometheus-fail2ban-exporter
|
||||
prometheus-fail2ban-exporter
|
||||
];
|
||||
pathsToLink = [ "/bin" ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user