mimir: Disable cudaSupport due to breakage

This commit is contained in:
Erwin Boskma 2025-01-08 09:09:16 +01:00
parent adbfe2fd6c
commit 33e9614a77
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -16,7 +16,7 @@
# nixpkgs.config.allowUnfree = true; # nixpkgs.config.allowUnfree = true;
nixpkgs.config = { nixpkgs.config = {
cudaSupport = true; cudaSupport = false;
}; };
eboskma = { eboskma = {
@ -251,6 +251,7 @@
}; };
}; };
}; };
}; };
powerManagement = { powerManagement = {