hardware/gpu: replace docker nvidia with nvidia container toolkit
This commit is contained in:
parent
073cfc2c00
commit
5f3df0e825
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in
|
||||||
powerManagement.enable = mkDefault true;
|
powerManagement.enable = mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enableNvidia = true;
|
hardware.nvidia-container-toolkit.enable = true;
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf cfg.intel { })
|
(mkIf cfg.intel { })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue