[NixOS] Put nvidia configuration into a file

This commit is contained in:
2024-09-27 13:09:45 -06:00
parent ffb55c157b
commit d62d538562
4 changed files with 18 additions and 2 deletions

View File

@@ -59,8 +59,6 @@ makeEnable config "myModules.base" true {
services.locate.enable = true;
virtualisation.docker.enable = true;
hardware.nvidia-container-toolkit.enable = true;
hardware.nvidia.open = false;
hardware.keyboard.zsa.enable = true;