hyperhive/nix
iris 29df223650 fix weston-vnc: use /etc/hostname instead of hostname binary, disable TLS
- Replace ${pkgs.coreutils}/bin/hostname with cat /etc/hostname:
  hostname binary is in pkgs.inetutils, not pkgs.coreutils; /etc/hostname
  is always present in NixOS containers and is simpler.
- Add --disable-transport-layer-security: weston VNC requires TLS certs
  by default; since VNC is loopback-only (relayed by the harness WS proxy)
  TLS adds no security benefit and cert generation adds complexity.
2026-05-20 14:27:55 +02:00
..
modules docs: refresh for the dashboard rework + recent harness commits 2026-05-20 11:34:43 +02:00
templates fix weston-vnc: use /etc/hostname instead of hostname binary, disable TLS 2026-05-20 14:27:55 +02:00