WIP disable unneccessary system-level cudaSupport
This commit is contained in:
parent
8207f8fe23
commit
820b1462d0
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@
|
|||
thor = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = commonModules ++ [
|
||||
{ nixpkgs.config = config // { cudaSupport = true; }; }
|
||||
{ nixpkgs.config = config; }
|
||||
./thor/hardware-configuration.nix
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue