From 81e9a20d9c5eeae433184a1dc8f957bb52d9d8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 28 Nov 2025 20:31:02 +0100 Subject: [PATCH] gunter: add nvidia container toolkit --- hosts/gunter/container.nix | 6 ++++++ hosts/gunter/default.nix | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 hosts/gunter/container.nix diff --git a/hosts/gunter/container.nix b/hosts/gunter/container.nix new file mode 100644 index 0000000..f2dd631 --- /dev/null +++ b/hosts/gunter/container.nix @@ -0,0 +1,6 @@ +{ pkgs, lib, ... }: +{ + hardware.nvidia-container-toolkit = { + enable = true; + }; +} diff --git a/hosts/gunter/default.nix b/hosts/gunter/default.nix index c65e252..1d525ab 100644 --- a/hosts/gunter/default.nix +++ b/hosts/gunter/default.nix @@ -1,7 +1,4 @@ { - inputs, - self, - pks, ... }: { @@ -13,6 +10,7 @@ ./ollama.nix ./streamdeck.nix ./ratbagd.nix + ./container.nix ../../system ../../home/hosts/gunter ];