deadnix + statix after best-practices

This commit is contained in:
2024-11-09 16:40:26 -06:00
parent a9ef403cea
commit 2c377b9664
6 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
};
};
nvidia = {
open = (config.networking.hostName == "workstation");
open = config.networking.hostName == "workstation";
package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
powerManagement.enable = true;