Commit 0539bbe0 authored by Frédéric Christ's avatar Frédéric Christ
Browse files

nixos/tests: Fix tests failing with new default IPv6 configuration

parent cae5d2c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
        # for fowarding/input from the configured interfaces so you do not have
        # to manage multiple places
        firewall.enable = false;
        interfaces.eth1.ipv6.addresses = lib.mkForce [ ];
      };

      systemd.network = {
@@ -275,6 +276,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
      networking = {
        useNetworkd = true;
        useDHCP = false;
        interfaces.eth1.ipv6.addresses = lib.mkForce [ ];
      };
    };
  };