Add nvfancontrol

This commit is contained in:
Dave Gallant
2022-05-27 23:31:24 -04:00
parent 1f6db755d5
commit 0cb0739470
5 changed files with 34 additions and 22 deletions

View File

@@ -10,9 +10,8 @@
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
networking.hostName = "hephaestus";
networking = {
hostName = "hephaestus";
interfaces.enp34s0 = {
useDHCP = true;
/* ipv4.addresses = [ */
@@ -38,6 +37,12 @@
services.sshd.enable = true;
services.tailscale = { enable = true; };
services.xserver.videoDrivers = [ "nvidia" ];
services.xserver = {
videoDrivers = [ "nvidia" ];
deviceSection = ''
Option "Coolbits" "4"
'';
exportConfiguration = true;
};
}