Compare commits
2 Commits
bc2398140d
...
fae73cba53
| Author | SHA1 | Date | |
|---|---|---|---|
| fae73cba53 | |||
| f96ed65c50 |
@@ -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
|
||||
|
||||
|
||||
@@ -65,8 +65,10 @@ https://wiki.nixos.org/wiki/GNOME
|
||||
pkgs.gnome-tweaks
|
||||
pkgs.refine # Tweak various aspects of GNOME
|
||||
|
||||
# pkgs.thumbler # TODO?
|
||||
pkgs.ffmpegthumbnailer
|
||||
pkgs.libheif # HEIF thumbnails
|
||||
pkgs.libheif.bin # provides heif-thumbnailer, the program that generates HEIF thumbnails
|
||||
pkgs.libheif.out # provides heif.thumbnailer, allows for the viewing of HEIF thumbnails
|
||||
pkgs.gnomeExtensions.appindicator
|
||||
|
||||
pkgs.decibels # audio player
|
||||
|
||||
@@ -57,7 +57,7 @@ buildMachine.speedFactor = 4 # ???
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILeOB/57N1fQPVorIUlkkJZaQduBo+4+km2Qbj4ebd/k"
|
||||
ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.connectTimeout = 3
|
||||
# wakeonlan e4:54:e8:51:8c:e9
|
||||
|
||||
@@ -70,7 +70,7 @@ buildMachine.supportedFeatures = ["kvm", "nixos-test", "ccache" ]
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
# useAsSubstituter = true
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH03MEINNnjBvtmvN2QsCDCLkvF9ow5FQJp9uiyQ1Iwi"
|
||||
ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.connectTimeout = 3
|
||||
# wakeonlan 4c:cc:6a:05:51:01
|
||||
|
||||
@@ -83,7 +83,7 @@ buildMachine.speedFactor = 4 # i7-6700
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test", "cuda" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkcZ3cUAKk8uUvZPsX7PDBInkb3Eps3Xh+xVrhPY+sx"
|
||||
ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
# ssh.connectTimeout = 3
|
||||
# wakeonlan 4c:cc:6a:61:d0:20
|
||||
|
||||
@@ -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
|
||||
@@ -200,7 +201,8 @@ buildMachine.supportedFeatures = [ "big-parallel" ]
|
||||
buildMachine.mandatoryFeatures = [ "big-parallel" ]
|
||||
ssh.listenUser = "pederbs"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzLWPq7O9OiUXEDtwm/xfdBmLqEZXWlXDdRuJmb2Gou"
|
||||
ssh.proxyJump = "login.stud.ntnu.no"
|
||||
# ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
ssh.proxyJump = "bolle.tail9aac63.ts.net"
|
||||
|
||||
# ["bob.pvv.ntnu.no"]
|
||||
# buildMachine.maxJobs = 10 # 40 threads
|
||||
|
||||
Reference in New Issue
Block a user