prep nord for gtx 1080
This commit is contained in:
@@ -29,12 +29,27 @@
|
||||
# amdgpu audio fix when at 4k@60fps
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
#hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
#hardware.nvidia.modesetting.enable = false; # makes atom behave, but mpv refuses to start
|
||||
|
||||
# The open source driver does not support Pascal GPUs (1080)
|
||||
# https://github.com/NixOS/nixos-hardware/blob/master/common/gpu/nvidia/pascal/default.nix
|
||||
hardware.nvidia.open = false;
|
||||
|
||||
# PRIME: (lspci)
|
||||
#hardware.nvidia.prime.intelBusId = "PCI:0:02:0";
|
||||
#hardware.nvidia.prime.nvidiaBusId = "PCI:1:00:0";
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.common-pc
|
||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel-cpu-only
|
||||
inputs.nixos-hardware.nixosModules.common-gpu-intel-sandy-bridge
|
||||
# ../../../hardware/gpu/intel.nix
|
||||
# ../../../hardware/gpu/cuda.nix
|
||||
../../../hardware/gpu/rocm.nix
|
||||
../../../hardware/gpu/zluda.nix
|
||||
../../../hardware/printer/discover.nix
|
||||
|
||||
@@ -50,7 +50,9 @@
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
../../../hardware/gpu/intel.nix
|
||||
../../../hardware/gpu/cuda.nix
|
||||
# ../../../hardware/gpu/rocm.nix
|
||||
../../../hardware/gpu/zluda.nix
|
||||
# ../../../hardware/printer/discover.nix
|
||||
../../../hardware/printer/hp-laserjet-p1005.nix
|
||||
../../../hardware/printer/share.nix
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ ssh.userPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6eTQkxO/1XflHpGf3478+
|
||||
# wakeonlan 12:d2:be:e0:c5:f5 wireless
|
||||
|
||||
["nord"] # rx 580
|
||||
# ["nord"] # gtk 1080
|
||||
aliases = [ "nord.tail9aac63.ts.net" ] # "nord.pbsds.net",
|
||||
# buildMachine.maxJobs = 1 # 4 threads 32GB
|
||||
buildMachine.speedFactor = 1 # i5-2500
|
||||
|
||||
Reference in New Issue
Block a user