Modify permittedInsecurePackages

This commit is contained in:
Dave Gallant
2024-03-10 11:18:57 -04:00
parent 2be6340eaf
commit de80f54c55
3 changed files with 13 additions and 10 deletions

View File

@@ -23,7 +23,12 @@ in
hardware.opengl.enable = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"nix-2.16.2"
];
};
networking = {
iproute2.enable = true;