summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2020-01-19 11:27:11 -0500
committerJon <jonringer@users.noreply.github.com>2020-01-22 01:19:35 -0800
commit50c661c4476c96dfa5cd1ca8843ee16b4b1111aa (patch)
tree5437456483c5cc6e4dafaea225cc05691acae576 /nixos
parent228425978d20381350b53b2f3140ff4014c13f13 (diff)
downloadnixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar.gz
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar.bz2
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar.lz
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar.xz
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.tar.zst
nixpkgs-50c661c4476c96dfa5cd1ca8843ee16b4b1111aa.zip
nixos/corerad: update test for new configuration
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/corerad.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/corerad.nix b/nixos/tests/corerad.nix
index 68b698857b4..950c9abc899 100644
--- a/nixos/tests/corerad.nix
+++ b/nixos/tests/corerad.nix
@@ -18,8 +18,7 @@ import ./make-test-python.nix (
               [[interfaces]]
               name = "eth1"
               send_advertisements = true
-                [[interfaces.plugins]]
-                name = "prefix"
+                [[interfaces.prefix]]
                 prefix = "::/64"
             '';
           };