cluster/services/wireguard: stub locksmith options in test
This commit is contained in:
parent
dfec17da62
commit
81fafdfd04
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
{ cluster, lib, ... }:
|
{ cluster, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
defaults.options.services.locksmith = lib.mkSinkUndeclaredOptions { };
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
start_all()
|
start_all()
|
||||||
${lib.pipe cluster.config.services.wireguard.nodes.mesh [
|
${lib.pipe cluster.config.services.wireguard.nodes.mesh [
|
||||||
|
|
Loading…
Reference in a new issue