Thor: nvidia container toolkit
This commit is contained in:
parent
20f4881fc3
commit
03402cafd0
1 changed files with 3 additions and 2 deletions
|
|
@ -61,8 +61,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
# modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
|
|
@ -77,6 +77,7 @@
|
|||
# };
|
||||
open = true;
|
||||
};
|
||||
nvidia-container-toolkit.enable = true;
|
||||
|
||||
graphics.enable = true;
|
||||
bluetooth = {
|
||||
|
|
@ -284,7 +285,7 @@
|
|||
};
|
||||
|
||||
virtualisation = {
|
||||
docker = { enable = true; enableNvidia = true; };
|
||||
docker = { enable = true; };
|
||||
kvmgt.enable = true;
|
||||
libvirtd.enable = true;
|
||||
podman.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue