mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
add back cuda support
This commit is contained in:
@ -10,6 +10,11 @@
|
||||
../../modules/nixos/default.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config.cudaSupport = true;
|
||||
hostPlatform = "x86_64-linux";
|
||||
};
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "${username}";
|
||||
|
Reference in New Issue
Block a user