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 ];