Merge changes I3c947080,I2a3d7e03,I3e0c834a,I5ed741b6

* changes:
  hswaw/cebulacamp: update ticket info, fix CSS
  cebulacamp: deploy
  third_party/go: fix vbom.ml dependency
  default.nix: bump nixpkgs
diff --git a/bgpwtf/machines/edge01.waw.bgp.wtf.nix b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
index ef61472..d2af15e 100644
--- a/bgpwtf/machines/edge01.waw.bgp.wtf.nix
+++ b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
@@ -423,6 +423,8 @@
       filterIn = ''
         # dcsw01 l2 general purpose
         if net ~ [ 2a0d:eb00:2137::/48+ ] then accept;
+        # customer
+        if net ~ [ 2a0d:eb00:8004::/48+ ] then accept;
         reject;
       '';
     };