From f40b5cb41863b5adbc568690afa5fb5fb5c38dc9 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Tue, 27 Jun 2023 11:01:45 +0200 Subject: [PATCH] add more insecure packages --- nixos/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/default.nix b/nixos/common/default.nix index e2bf7251..867f1499 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -77,7 +77,7 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.permittedInsecurePackages = - [ "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" ]; + [ "nodejs-16.20.1" "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" ]; # Limit the systemd journal to 100 MB of disk or the # last 7 days of logs, whichever happens first.