summary refs log tree commit diff
path: root/nixos/tests/ndppd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ndppd.nix')
-rw-r--r--nixos/tests/ndppd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ndppd.nix b/nixos/tests/ndppd.nix
index c53ff93a91f..6a6f602726d 100644
--- a/nixos/tests/ndppd.nix
+++ b/nixos/tests/ndppd.nix
@@ -37,7 +37,7 @@ import ./make-test.nix ({ pkgs, lib, ...} : {
       };
       services.ndppd = {
         enable = true;
-        proxies."eth1".rules."fd42::/112" = {};
+        proxies.eth1.rules."fd42::/112" = {};
       };
       containers.client = {
         autoStart = true;