From aae18126f53b9bf20446f11cbc2e1a1c01362d49 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Oct 2021 11:08:57 +0200 Subject: gkleen@sif: ... --- accounts/gkleen@sif/ssh-hosts.nix | 9 +++++++++ hosts/sif/default.nix | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index cb512ceb..d198b50a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -261,4 +261,13 @@ { hostname = "math60.math.lmu.de"; identityFile = "~/.ssh/gkleen@mathinst.loc"; }; + "mathw0e" = + { hostname = "mathw0e.mathinst.loc"; + identityFile = "~/.ssh/gkleen@mathinst.loc"; + proxyJump = "mathw0h.mathinst.loc"; + }; + "vrt-kvm04" = + { identityFile = "~/.ssh/gkleen@mathinst.loc"; + proxyJump = "mathw0e"; + }; } diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 9357186d..3b28d51f 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -273,12 +273,12 @@ daemonNiceLevel = 10; daemonIONiceLevel = 3; - buildServers.vidhar = { - address = "192.168.2.168"; - system = "x86_64-linux"; - speedFactor = 4; - supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; - }; + # buildServers.vidhar = { + # address = "192.168.2.168"; + # system = "x86_64-linux"; + # speedFactor = 4; + # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; + # }; }; environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; -- cgit v1.2.3