Don't set nixpkgs.config, it breaks some setups.

Since 23.11 it is no longer allowed to set nixpkgs.config when nixpkgs.pkgs is also set.
This commit is contained in:
r-vdp 2023-11-30 13:44:19 +01:00
parent 68534cccf1
commit 1e41661042
No known key found for this signature in database

View File

@ -57,12 +57,6 @@ in
})
cfg);
nixpkgs.config.permittedInsecurePackages = [
"nodejs-16.20.0"
"nodejs-16.20.1"
"nodejs-16.20.2"
];
systemd.services = flip mapAttrs' cfg (n: v:
let
svcName = "github-runner-${n}";