fix peertube nodejs version

This commit is contained in:
Charlotte 🦝 Delenk 2023-11-23 12:52:56 +01:00
parent 08bb4825bb
commit 863ff57357
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,7 @@
database.createLocally = true;
redis.createLocally = true;
};
systemd.services.peertube.path = with pkgs; lib.mkForce [bashInteractive ffmpeg_5 nodejs-16_x openssl yarn python3 coreutils systemd];
systemd.services.peertube.path = with pkgs; lib.mkForce [bashInteractive ffmpeg_5 nodejs-18_x openssl yarn python3 coreutils systemd];
services.caddy.virtualHosts."peertube.chir.rs" = {
useACMEHost = "chir.rs";
logFormat = pkgs.lib.mkForce "";

View file

@ -58,7 +58,6 @@ in
checkPhase = "";
installCheckPhase = "";
});
nodejs-16_x = prev.nodejs-18_x;
neomutt = prev.neomutt.overrideAttrs (super: {
doCheck = false;
doInstallCheck = false;