fix peertube nodejs version
This commit is contained in:
parent
08bb4825bb
commit
863ff57357
2 changed files with 1 additions and 2 deletions
|
@ -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 "";
|
||||
|
|
|
@ -58,7 +58,6 @@ in
|
|||
checkPhase = "";
|
||||
installCheckPhase = "";
|
||||
});
|
||||
nodejs-16_x = prev.nodejs-18_x;
|
||||
neomutt = prev.neomutt.overrideAttrs (super: {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
|
|
Loading…
Reference in a new issue