diff options
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 2 | ||||
-rw-r--r-- | hosts/sif/default.nix | 19 | ||||
-rw-r--r-- | hosts/surtr/default.nix | 4 | ||||
-rw-r--r-- | hosts/vidhar/default.nix | 4 | ||||
-rw-r--r-- | system-profiles/openssh/known-hosts/vidhar.nix | 2 |
5 files changed, 16 insertions, 15 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 3cc9171b..aced0369 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -254,7 +254,7 @@ | |||
254 | ]; | 254 | ]; |
255 | }; | 255 | }; |
256 | "vidhar" = | 256 | "vidhar" = |
257 | { hostname = "192.168.2.168"; | 257 | { hostname = "vidhar.yggdrasil"; |
258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
259 | }; | 259 | }; |
260 | "math60" = | 260 | "math60" = |
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 3b28d51f..8a36d68d 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -44,10 +44,11 @@ | |||
44 | }; | 44 | }; |
45 | 45 | ||
46 | networking = { | 46 | networking = { |
47 | domain = "midgard.yggdrasil"; | 47 | domain = "yggdrasil"; |
48 | search = [ "yggdrasil" ]; | ||
48 | hosts = { | 49 | hosts = { |
49 | "127.0.0.1" = [ "sif.midgard.yggdrasil" "sif" ]; | 50 | "127.0.0.1" = [ "sif.yggdrasil" "sif" ]; |
50 | "::1" = [ "sif.midgard.yggdrasil" "sif" ]; | 51 | "::1" = [ "sif.yggdrasil" "sif" ]; |
51 | }; | 52 | }; |
52 | 53 | ||
53 | firewall = { | 54 | firewall = { |
@@ -273,12 +274,12 @@ | |||
273 | daemonNiceLevel = 10; | 274 | daemonNiceLevel = 10; |
274 | daemonIONiceLevel = 3; | 275 | daemonIONiceLevel = 3; |
275 | 276 | ||
276 | # buildServers.vidhar = { | 277 | buildServers.vidhar = { |
277 | # address = "192.168.2.168"; | 278 | address = "vidhar.yggdrasil"; |
278 | # system = "x86_64-linux"; | 279 | system = "x86_64-linux"; |
279 | # speedFactor = 4; | 280 | speedFactor = 4; |
280 | # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; | 281 | supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; |
281 | # }; | 282 | }; |
282 | }; | 283 | }; |
283 | 284 | ||
284 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; | 285 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; |
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index 0eef940f..300cb676 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -46,8 +46,8 @@ | |||
46 | 46 | ||
47 | networking = { | 47 | networking = { |
48 | hostName = "surtr"; | 48 | hostName = "surtr"; |
49 | domain = "muspelheim.yggdrasil"; | 49 | domain = "yggdrasil"; |
50 | search = [ "muspelheim.yggdrasil" "yggdrasil" ]; | 50 | search = [ "yggdrasil" ]; |
51 | 51 | ||
52 | enableIPv6 = true; | 52 | enableIPv6 = true; |
53 | dhcpcd.enable = false; | 53 | dhcpcd.enable = false; |
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index ae0a8168..3c6aeb16 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -66,8 +66,8 @@ | |||
66 | 66 | ||
67 | networking = { | 67 | networking = { |
68 | hostName = "vidhar"; | 68 | hostName = "vidhar"; |
69 | domain = "asgard.yggdrasil"; | 69 | domain = "yggdrasil"; |
70 | search = [ "asgard.yggdrasil" "yggdrasil" ]; | 70 | search = [ "yggdrasil" ]; |
71 | 71 | ||
72 | useDHCP = false; | 72 | useDHCP = false; |
73 | useNetworkd = true; | 73 | useNetworkd = true; |
diff --git a/system-profiles/openssh/known-hosts/vidhar.nix b/system-profiles/openssh/known-hosts/vidhar.nix index 241b3b5d..4974ca45 100644 --- a/system-profiles/openssh/known-hosts/vidhar.nix +++ b/system-profiles/openssh/known-hosts/vidhar.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | let | 1 | let |
2 | hostNames = ["192.168.2.168" "vidhar.asgard.yggdrasil"]; | 2 | hostNames = ["192.168.2.168" "vidhar.yggdrasil"]; |
3 | in { | 3 | in { |
4 | rsa = { | 4 | rsa = { |
5 | inherit hostNames; | 5 | inherit hostNames; |