hswaw/machines: add tv2

Change-Id: I657c316bcc663c79b6886d5843b9de5cbf17f1c3
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1333
Reviewed-by: informatic <informatic@hackerspace.pl>
diff --git a/hswaw/machines/customs.hackerspace.pl/dhcpd.conf b/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
index e6bb6e1..4aa0fca 100644
--- a/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
+++ b/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
@@ -143,6 +143,10 @@
         hardware ethernet dc:a6:32:b1:68:d7;
         fixed-address 10.8.1.53;
     }
+    host tv2 {
+        hardware ethernet dc:a6:32:b1:68:83;
+        fixed-address 10.8.1.54;
+    }
 
 }