nix: hyperhive.westonRdp.enable — opt-in weston + RDP backend per agent
This commit is contained in:
parent
49f4e9cc89
commit
ba04a5a360
3 changed files with 120 additions and 0 deletions
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue