gunter: add nvidia container toolkit
This commit is contained in:
6
hosts/gunter/container.nix
Normal file
6
hosts/gunter/container.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
hardware.nvidia-container-toolkit = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
pks,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -13,6 +10,7 @@
|
||||
./ollama.nix
|
||||
./streamdeck.nix
|
||||
./ratbagd.nix
|
||||
./container.nix
|
||||
../../system
|
||||
../../home/hosts/gunter
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user