From 03402cafd0304596b181307b2af30b768aed0b5b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 14 Dec 2024 11:16:37 +0100 Subject: [PATCH] Thor: nvidia container toolkit --- instances/thor/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index e2b20ad..c3443a9 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -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;