heid
This commit is contained in:
parent
c602b45922
commit
06ca3a547c
|
@ -149,12 +149,14 @@ ssh.listenUser = "pederbs"
|
||||||
ssh.listenPublicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
ssh.listenPublicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
||||||
|
|
||||||
|
|
||||||
# ["heid.idi.ntnu.no"]
|
["heid.idi.ntnu.no"]
|
||||||
# buildMachine.maxJobs = 24 # 96 threads 1.4TB
|
# buildMachine.maxJobs = 24 # 96 threads 1.4TB
|
||||||
# buildMachine.supportedFeatures = [ "big-parallel" ];
|
buildMachine.speedFactor = 5 # Intel Xeon Platinum 8168 CPU @ 2.70GHz
|
||||||
# ssh.listenUser = "pederbs"
|
buildMachine.supportedFeatures = [ "big-parallel" ]
|
||||||
# ssh.listenPublicKey = "TODO"
|
# buildMachine.mandatoryFeatures = [ "big-parallel" ]
|
||||||
# ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
ssh.listenUser = "pederbs"
|
||||||
|
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzLWPq7O9OiUXEDtwm/xfdBmLqEZXWlXDdRuJmb2Gou"
|
||||||
|
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||||
|
|
||||||
# ["bob.pvv.ntnu.no"]
|
# ["bob.pvv.ntnu.no"]
|
||||||
# buildMachine.maxJobs = 10 # 40 threads
|
# buildMachine.maxJobs = 10 # 40 threads
|
||||||
|
@ -186,6 +188,7 @@ ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
|
||||||
# ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIQCZc54poJ8vqawd8TraNryQeJnvH1eLpIDgbiqymM";
|
# ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIQCZc54poJ8vqawd8TraNryQeJnvH1eLpIDgbiqymM";
|
||||||
# ssh.userPrivateKey = "/run/secrets/nixbuild-dot-net-ssh-key"
|
# ssh.userPrivateKey = "/run/secrets/nixbuild-dot-net-ssh-key"
|
||||||
|
|
||||||
|
|
||||||
["clab01.idi.ntnu.no"] # gtx 4090
|
["clab01.idi.ntnu.no"] # gtx 4090
|
||||||
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
# buildMachine.maxJobs = 1 # 24 threads 64GB
|
||||||
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
buildMachine.speedFactor = 5 # AMD Ryzen 9 7900X
|
||||||
|
|
Loading…
Reference in New Issue