Install ffmpeg for the memories app in the nextcloud container

This commit is contained in:
SebastianStork 2024-09-11 19:44:37 +02:00
parent bb3c37d0c9
commit 010cfc787f

View file

@ -85,6 +85,8 @@
};
};
environment.systemPackages = [ pkgs.ffmpeg ];
myConfig.tailscale.serve = "80";
};
}