created nvidia.nix
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
./hardware.nix
|
||||
../../users/richie/global/syncthing_base.nix
|
||||
../../users/richie/global/zerotier.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
8
systems/bob/nvidia.nix
Normal file
8
systems/bob/nvidia.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
hardware = {
|
||||
nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
|
||||
nvidia-container-toolkit.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user