diff options
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 9 | ||||
-rw-r--r-- | 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 @@ | |||
261 | { hostname = "math60.math.lmu.de"; | 261 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |
263 | }; | 263 | }; |
264 | "mathw0e" = | ||
265 | { hostname = "mathw0e.mathinst.loc"; | ||
266 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
267 | proxyJump = "mathw0h.mathinst.loc"; | ||
268 | }; | ||
269 | "vrt-kvm04" = | ||
270 | { identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
271 | proxyJump = "mathw0e"; | ||
272 | }; | ||
264 | } | 273 | } |
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 @@ | |||
273 | daemonNiceLevel = 10; | 273 | daemonNiceLevel = 10; |
274 | daemonIONiceLevel = 3; | 274 | daemonIONiceLevel = 3; |
275 | 275 | ||
276 | buildServers.vidhar = { | 276 | # buildServers.vidhar = { |
277 | address = "192.168.2.168"; | 277 | # address = "192.168.2.168"; |
278 | system = "x86_64-linux"; | 278 | # system = "x86_64-linux"; |
279 | speedFactor = 4; | 279 | # speedFactor = 4; |
280 | supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; | 280 | # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; |
281 | }; | 281 | # }; |
282 | }; | 282 | }; |
283 | 283 | ||
284 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; | 284 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; |