refactor: remove hyperhive.role option — there is only one role: agent
This commit is contained in:
parent
d35408a18d
commit
41eb3f806c
23 changed files with 105 additions and 229 deletions
|
|
@ -197,8 +197,7 @@ in
|
|||
'';
|
||||
}
|
||||
{
|
||||
assertion =
|
||||
!config.services.hyperhive.forge.enable || config.services.hyperhive.gateway.enable;
|
||||
assertion = !config.services.hyperhive.forge.enable || config.services.hyperhive.gateway.enable;
|
||||
message = ''
|
||||
services.hyperhive.network.isolateContainers = true with
|
||||
services.hyperhive.forge.enable = true requires
|
||||
|
|
|
|||
Loading…
Reference in a new issue