feat(nextcloud): Add ffmpeg for video transcoding
This commit is contained in:
parent
4e618d6129
commit
9825675c9c
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ in {
|
|||
forceSSL = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.ffmpeg_6-headless ];
|
||||
|
||||
dgn-secrets.options = [
|
||||
(setDefault { owner = "nextcloud"; }
|
||||
(builtins.filter (lib.hasPrefix "nextcloud-") config.dgn-secrets.names))
|
||||
|
|
Loading…
Reference in a new issue