mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat(hosts/idols-ai): enable cudaSupport globally
This commit is contained in:
@@ -46,6 +46,8 @@ in {
|
|||||||
# needed by nvidia-docker
|
# needed by nvidia-docker
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
};
|
};
|
||||||
|
# https://nixos.org/manual/nixpkgs/unstable/#opt-cudaSupport
|
||||||
|
nixpkgs.config.cudaSupport = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|||||||
Reference in New Issue
Block a user