feat(nextcloud): Add jpegoptim for use in nc workflow
This commit is contained in:
parent
0441ebe4ae
commit
ac373ba380
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in {
|
|||
forceSSL = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
|
||||
environment.systemPackages = [ pkgs.ffmpeg_6-headless pkgs.jpegoptim ];
|
||||
|
||||
dgn-secrets.options = [
|
||||
(setDefault { owner = "nextcloud"; }
|
||||
|
|
Loading…
Reference in a new issue