Archived
1
0
forked from rarias/bscpkgs

Set the ssh host from the machine config

This commit is contained in:
2020-10-13 14:30:03 +02:00
parent 05b37aa11d
commit 7a37913b4e
3 changed files with 3 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
mn4 = {
config = {
name = "mn4";
sshHosts = [ "mn1" "mn2" "mn3" ];
sshHost = "mn1";
nixPrefix = "/gpfs/projects/bsc15/nix";
cachelineBytes = 64;
march = "skylake-avx512";