nixos/tests/ndppd: fix eval warnings

trace: warning: The options services.ndppd.interface and services.ndppd.network will probably be removed soon,
please use services.ndppd.proxies.<interface>.rules.<network> instead.
This commit is contained in:
Pierre Bourdon 2019-02-11 03:06:16 +01:00
parent 4b959cd354
commit f90a60a33c
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -37,8 +37,7 @@ import ./make-test.nix ({ pkgs, lib, ...} : {
};
services.ndppd = {
enable = true;
interface = "eth1";
network = "fd42::/112";
proxies."eth1".rules."fd42::/112" = {};
};
containers.client = {
autoStart = true;