mimir: Enable CUDA support system-wide

This commit is contained in:
Erwin Boskma 2024-07-28 20:49:24 +02:00
parent f7e6cf5ff4
commit 8f4a6bce7a
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -21,6 +21,9 @@
];
# nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
cudaSupport = true;
};
eboskma = {
var.workSystem = true;