summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-27 16:57:41 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-27 16:57:41 +0100
commit03e4c30644be5a6db287d0391d0c52363ec306ea (patch)
tree3e99beccdb4d328599b46ab3059aecbf4957b899 /hosts/vidhar/default.nix
parent5d920b43cb373b09ba7767b83f4ca0324fd55fc5 (diff)
downloadnixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar
nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.gz
nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.bz2
nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.tar.xz
nixos-03e4c30644be5a6db287d0391d0c52363ec306ea.zip
switch01: better ip
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 709b1da3..327c51b3 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -126,7 +126,7 @@
126 { 126 {
127 ethernetAddress = "60:a4:b7:53:94:b5"; 127 ethernetAddress = "60:a4:b7:53:94:b5";
128 hostName = "switch01"; 128 hostName = "switch01";
129 ipAddress = "10.141.0.65"; 129 ipAddress = "10.141.1.2";
130 } 130 }
131 ]; 131 ];
132 }; 132 };