mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
parent
8667777300
commit
04a03a5c8c
2 changed files with 141 additions and 145 deletions
|
@ -1300,7 +1300,7 @@ in {
|
|||
xxh = handleTest ./xxh.nix {};
|
||||
yabar = handleTest ./yabar.nix {};
|
||||
ydotool = handleTest ./ydotool.nix {};
|
||||
yggdrasil = handleTest ./yggdrasil.nix {};
|
||||
yggdrasil = runTest ./yggdrasil.nix;
|
||||
your_spotify = runTest ./your_spotify.nix;
|
||||
zammad = runTest ./zammad.nix;
|
||||
zenohd = runTest ./zenohd.nix;
|
||||
|
|
|
@ -25,7 +25,6 @@ let
|
|||
danIp6 = bobPrefix + "::2";
|
||||
|
||||
in
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "yggdrasil";
|
||||
|
@ -33,7 +32,7 @@ import ./make-test-python.nix (
|
|||
maintainers = [ gazally ];
|
||||
};
|
||||
|
||||
nodes = rec {
|
||||
nodes = {
|
||||
# Alice is listening for peerings on a specified port,
|
||||
# but has multicast peering disabled. Alice has part of her
|
||||
# yggdrasil config in Nix and part of it in a file.
|
||||
|
@ -106,9 +105,7 @@ import ./make-test-python.nix (
|
|||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
hostBridge = "br0";
|
||||
config =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
config = {
|
||||
networking.interfaces.eth0.ipv6 = {
|
||||
addresses = [
|
||||
{
|
||||
|
@ -194,4 +191,3 @@ import ./make-test-python.nix (
|
|||
carol.succeed("curl --fail -g http://[${danIp6}]")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue