forked from DGNum/infrastructure
feat(nextcloud): Add available packages
This commit is contained in:
parent
9f24f1d98d
commit
c937a56e4f
1 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,12 @@ in {
|
|||
forceSSL = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.ffmpeg_6-headless pkgs.jpegoptim ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg_6-headless
|
||||
jpegoptim
|
||||
exiftool
|
||||
exif
|
||||
];
|
||||
|
||||
dgn-secrets.options = [
|
||||
(setDefault { owner = "nextcloud"; }
|
||||
|
|
Loading…
Reference in a new issue