mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-06-12 19:11:19 -07:00
fix wireguard-tools download URLs for legacty-distro-packaging test; fix VM startup timing issue; run nix flake check with only 1 concurrent check (for now for better debugging)
This commit is contained in:
@@ -327,11 +327,11 @@ in
|
||||
""")
|
||||
|
||||
for m in [peerA, peerB, peerakeyexchanger, peerbkeyexchanger]:
|
||||
m.wait_for_unit("network-online.target")
|
||||
m.wait_for_unit("network-online.target") # rpsc-test 1
|
||||
|
||||
${lib.optionalString multiPeer ''
|
||||
for m in [peerC, peerckeyexchanger]:
|
||||
m.wait_for_unit("network-online.target")
|
||||
m.wait_for_unit("network-online.target") # rpsc-test 2
|
||||
''}
|
||||
|
||||
# Generate the normal wireguard key pairs
|
||||
|
||||
Reference in New Issue
Block a user