mimir: Enable CUDA support system-wide
This commit is contained in:
parent
f7e6cf5ff4
commit
8f4a6bce7a
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
];
|
||||
|
||||
# nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
cudaSupport = true;
|
||||
};
|
||||
|
||||
eboskma = {
|
||||
var.workSystem = true;
|
||||
|
|
Loading…
Reference in a new issue