customs: add tv1.waw to dns/dhcp

Also drive-by fix build for laserproxy.

Change-Id: I37a5a5fc947e77a4507f5b6a660499ab93c3505d
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1329
Reviewed-by: informatic <informatic@hackerspace.pl>
diff --git a/hswaw/laserproxy/default.nix b/hswaw/laserproxy/default.nix
index 14e7d0a..1a03992 100644
--- a/hswaw/laserproxy/default.nix
+++ b/hswaw/laserproxy/default.nix
@@ -26,6 +26,7 @@
       lib.strings.hasInfix "/devtools/gerrit" name ||
 
       lib.strings.hasSuffix "/hswaw" name ||
+      lib.strings.hasInfix "/hswaw/site" name ||
       lib.strings.hasInfix "/hswaw/laserproxy" name ||
 
       lib.strings.hasSuffix "/BUILD" name ||