aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--hosts/common/optional/services/dhcp.nix1
-rw-r--r--hosts/darkstar/services.nix2
2 files changed, 3 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
diff --git a/hosts/darkstar/services.nix b/hosts/darkstar/services.nix
index ac033c9..101d435 100644
--- a/hosts/darkstar/services.nix
+++ b/hosts/darkstar/services.nix
@@ -49,6 +49,7 @@
"\"hackerswithstyle.se. IN A 192.168.1.1\""
"\"arrakis.bitgnome.net. IN A 192.168.1.2\""
"\"caladan.bitgnome.net. IN A 192.168.1.4\""
+ "\"mister.bitgnome.net. IN A 192.168.1.10\""
"\"jupiter.bitgnome.net. IN A 192.168.1.11\""
"\"saturn.bitgnome.net. IN A 192.168.1.12\""
"\"uranus.bitgnome.net. IN A 192.168.1.13\""
@@ -61,6 +62,7 @@
"\"192.168.1.1 darkstar.bitgnome.net\""
"\"192.168.1.2 arrakis.bitgnome.net\""
"\"192.168.1.4 caladan.bitgnome.net\""
+ "\"192.168.1.10 mister.bitgnome.net\""
"\"192.168.1.11 jupiter.bitgnome.net\""
"\"192.168.1.12 saturn.bitgnome.net\""
"\"192.168.1.13 uranus.bitgnome.net\""