mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Modify permittedInsecurePackages
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user