1
0
Fork 0

add nodejs as dependency for nextcloud app

This commit is contained in:
ibizaman 2023-09-30 15:49:55 -07:00
parent a732dd60a1
commit 3055451ac9

View file

@ -189,8 +189,13 @@ in
forceSSL = true;
};
# Needed for a few apps. Would be nice to avoid having to put that in the environment and instead override https://github.com/NixOS/nixpkgs/blob/261abe8a44a7e8392598d038d2e01f7b33cf26d0/nixos/modules/services/web-apps/nextcloud.nix#L1035
environment.systemPackages = [ pkgs.ffmpeg ];
environment.systemPackages = [
# Needed for a few apps. Would be nice to avoid having to put that in the environment and instead override https://github.com/NixOS/nixpkgs/blob/261abe8a44a7e8392598d038d2e01f7b33cf26d0/nixos/modules/services/web-apps/nextcloud.nix#L1035
pkgs.ffmpeg
# Needed for the recognize app.
pkgs.nodejs
];
services.postgresql.settings = {
# From https://pgtune.leopard.in.ua/