mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Temporary override of insecure package block
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
|
||||
boot.blacklistedKernelModules = ["nouveau"];
|
||||
hardware = {
|
||||
|
||||
Reference in New Issue
Block a user