summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-26 11:39:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-26 11:39:13 +0100
commit5a9bcd8cc5aa58cac98f6c2258409941475fb4ff (patch)
treeec91b1e0cca81c82d50de52475f19a0801a215ed /hosts/vidhar/network
parent7c297d799da7f66fa179bbaae2e64795af71a99d (diff)
downloadnixos-5a9bcd8cc5aa58cac98f6c2258409941475fb4ff.tar
nixos-5a9bcd8cc5aa58cac98f6c2258409941475fb4ff.tar.gz
nixos-5a9bcd8cc5aa58cac98f6c2258409941475fb4ff.tar.bz2
nixos-5a9bcd8cc5aa58cac98f6c2258409941475fb4ff.tar.xz
nixos-5a9bcd8cc5aa58cac98f6c2258409941475fb4ff.zip
vidhar: dhcp: geri
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r--hosts/vidhar/network/dhcp/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix
index b007b773..fdc08b34 100644
--- a/hosts/vidhar/network/dhcp/default.nix
+++ b/hosts/vidhar/network/dhcp/default.nix
@@ -96,6 +96,9 @@
96 { hostname = "eos"; 96 { hostname = "eos";
97 hw-address = "00:d8:61:79:c5:40"; 97 hw-address = "00:d8:61:79:c5:40";
98 } 98 }
99 { hostname = "geri";
100 hw-address = "0e:e6:43:5e:37:7b";
101 }
99 ]; 102 ];
100 } 103 }
101 { subnet = "10.141.1.0/24"; 104 { subnet = "10.141.1.0/24";