tests: fix renamed options warnings
This commit is contained in:
parent
ade37b2765
commit
6b425d13f5
3 changed files with 5 additions and 5 deletions
|
@ -87,8 +87,8 @@ pkgs.nixosTest {
|
|||
};
|
||||
};
|
||||
client = { nodes, config, pkgs, ... }: let
|
||||
serverIP = nodes.server.config.networking.primaryIPAddress;
|
||||
clientIP = nodes.client.config.networking.primaryIPAddress;
|
||||
serverIP = nodes.server.networking.primaryIPAddress;
|
||||
clientIP = nodes.client.networking.primaryIPAddress;
|
||||
grep-ip = pkgs.writeScriptBin "grep-ip" ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
echo grep '${clientIP}' "$@" >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue