From eb4001872d19b652c6c41705600fc882cf03dc67 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 27 Oct 2025 20:03:53 +0000 Subject: [PATCH] hosts/odyssey: enable nvidia-container-toolkit --- hosts/odyssey/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 9dac7ad..eb70b6f 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -44,6 +44,7 @@ powerManagement.enable = true; nvidiaSettings = false; }; + nvidia-container-toolkit.enable = true; }; powerManagement.cpuFreqGovernor = "schedutil";