nix: hyperhive.westonRdp.enable — opt-in weston + RDP backend per agent

This commit is contained in:
damocles 2026-05-20 11:20:37 +02:00
parent 49f4e9cc89
commit ba04a5a360
3 changed files with 120 additions and 0 deletions

View file

@ -10,6 +10,11 @@
# this. The systemd service that actually runs the harness binary
# differs per role and lives in the child module.
# Optional feature modules. Each declares its own `hyperhive.*`
# option(s), default-off, so every agent has them available but
# only opts in from its own `agent.nix`.
imports = [ ./weston-rdp.nix ];
options.hyperhive.allowedRecipients = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ ];