aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/dhcp.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-16 13:37:09 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-16 13:37:09 -0800
commita24696e28b7c54f8ca2db2c022f4f00efa494e36 (patch)
treeb7e2092c0e876dc98bb6bdda16c54b295cd0c12d /hosts/common/optional/services/dhcp.nix
parent95fd8c6c92239809ff9e144a93574046b39926d6 (diff)
downloadnix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar.gz
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar.bz2
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar.lz
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar.xz
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.tar.zst
nix-a24696e28b7c54f8ca2db2c022f4f00efa494e36.zip
Add mister network configurationHEADmaster
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/dhcp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix
index 8c58bae..439429e 100644
--- a/hosts/common/optional/services/dhcp.nix
+++ b/hosts/common/optional/services/dhcp.nix
@@ -99,6 +99,7 @@
];
reservations = [
+ ({ hw-address = "3c:78:95:e0:fc:3a"; ip-address = "192.168.1.10"; }) # mister
({ hw-address = "8c:8c:aa:4e:e9:8c"; ip-address = "192.168.1.11"; }) # jupiter
({ hw-address = "38:f3:ab:59:06:e0"; ip-address = "192.168.1.12"; }) # saturn
({ hw-address = "8c:8c:aa:4e:fc:aa"; ip-address = "192.168.1.13"; }) # uranus