mirror of
https://github.com/9001/copyparty.git
synced 2026-09-25 08:50:17 +01:00
nixos: add override example (#1406)
This commit is contained in:
@@ -2749,6 +2749,12 @@ services.copyparty = {
|
||||
};
|
||||
# you may increase the open file limit for the process
|
||||
openFilesLimit = 8192;
|
||||
|
||||
# override the package used by the module to add dependencies, e.g. for hooks
|
||||
package = pkgs.copyparty.override {
|
||||
# provides exiftool for bin/hooks/image-noexif.py
|
||||
extraPackages = [ pkgs.exiftool ];
|
||||
};
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user