Temporary override of insecure package block

This commit is contained in:
2025-07-09 10:29:14 +01:00
parent 7bff4c1905
commit 3c5d818176
2 changed files with 8 additions and 2 deletions

View File

@@ -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 = {