hyperhive/nix/templates
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
..
agent-base.nix programs.git.enable + harness PATH tracks systemPackages 2026-05-15 16:16:14 +02:00
harness-base.nix nix: replace weston RDP backend with VNC, add hyperhive.gui.enable option 2026-05-20 14:01:53 +02:00
manager.nix programs.git.enable + harness PATH tracks systemPackages 2026-05-15 16:16:14 +02:00
weston-rdp.nix nix: hyperhive.westonRdp.enable — opt-in weston + RDP backend per agent 2026-05-20 11:26:12 +02:00
weston-vnc.nix fix weston-vnc: use /etc/hostname instead of hostname binary, disable TLS 2026-05-20 14:27:55 +02:00