Loading nixos/tests/tayga.nix +4 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ }; }; programs.mtr.enable = true; environment.systemPackages = [ pkgs.tcpdump ]; }; # The router is configured with static IPv4 addresses towards the server Loading Loading @@ -139,6 +140,7 @@ "192.0.2.42" = "2001:db8::2"; }; }; environment.systemPackages = [ pkgs.tcpdump ]; }; router_nixos = { Loading Loading @@ -204,6 +206,7 @@ "192.0.2.42" = "2001:db8::2"; }; }; environment.systemPackages = [ pkgs.tcpdump ]; }; # The client is configured with static IPv6 addresses. It has also a static Loading Loading @@ -235,6 +238,7 @@ }; }; programs.mtr.enable = true; environment.systemPackages = [ pkgs.tcpdump ]; }; }; Loading Loading
nixos/tests/tayga.nix +4 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ }; }; programs.mtr.enable = true; environment.systemPackages = [ pkgs.tcpdump ]; }; # The router is configured with static IPv4 addresses towards the server Loading Loading @@ -139,6 +140,7 @@ "192.0.2.42" = "2001:db8::2"; }; }; environment.systemPackages = [ pkgs.tcpdump ]; }; router_nixos = { Loading Loading @@ -204,6 +206,7 @@ "192.0.2.42" = "2001:db8::2"; }; }; environment.systemPackages = [ pkgs.tcpdump ]; }; # The client is configured with static IPv6 addresses. It has also a static Loading Loading @@ -235,6 +238,7 @@ }; }; programs.mtr.enable = true; environment.systemPackages = [ pkgs.tcpdump ]; }; }; Loading