Loading nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading @@ -275,6 +276,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { networking = { useNetworkd = true; useDHCP = false; interfaces.eth1.ipv6.addresses = lib.mkForce [ ]; }; }; }; Loading Loading
nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading @@ -275,6 +276,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { networking = { useNetworkd = true; useDHCP = false; interfaces.eth1.ipv6.addresses = lib.mkForce [ ]; }; }; }; Loading