aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/dhcp.nix1
-rw-r--r--hosts/darkstar/services.nix6
2 files changed, 7 insertions, 0 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix
index 439429e..4bd9477 100644
--- a/hosts/common/optional/services/dhcp.nix
+++ b/hosts/common/optional/services/dhcp.nix
@@ -109,6 +109,7 @@
({ hw-address = "9c:13:9e:ed:f4:e8"; ip-address = "192.168.1.18"; }) # loadstar
({ hw-address = "00:05:cd:72:92:b0"; ip-address = "192.168.1.19"; }) # onkyo
({ hw-address = "74:29:af:6f:20:ed"; ip-address = "192.168.1.20"; }) # brother
+ ({ hw-address = "ce:b9:f3:eb:b5:10"; ip-address = "192.168.1.21"; }) # mister-lan
({ hw-address = "ec:08:6b:6a:4a:ac"; ip-address = "192.168.1.252"; }) # ac2600
];
}
diff --git a/hosts/darkstar/services.nix b/hosts/darkstar/services.nix
index 9528f32..2bc8203 100644
--- a/hosts/darkstar/services.nix
+++ b/hosts/darkstar/services.nix
@@ -57,6 +57,9 @@
"\"deck.bitgnome.net. IN A 192.168.1.16\""
"\"ginaz.bitgnome.net. IN A 192.168.1.17\""
"\"loadstar.bitgnome.net. IN A 192.168.1.18\""
+ "\"onkyo.bitgnome.net. IN A 192.168.1.19\""
+ "\"brother.bitgnome.net. IN A 192.168.1.20\""
+ "\"mister-lan.bitgnome.net. IN A 192.168.1.21\""
];
local-data-ptr = [
"\"192.168.1.1 darkstar.bitgnome.net\""
@@ -70,6 +73,9 @@
"\"192.168.1.16 deck.bitgnome.net\""
"\"192.168.1.17 ginaz.bitgnome.net\""
"\"192.168.1.18 loadstar.bitgnome.net\""
+ "\"192.168.1.19 onkyo.bitgnome.net\""
+ "\"192.168.1.20 brother.bitgnome.net\""
+ "\"192.168.1.21 mister-lan.bitgnome.net\""
];
local-zone = [
"\"bitgnome.net.\" transparent"