From 3df3c930379d26b4c30493a3f4abab8e9d381155 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 15 Feb 2023 14:13:23 +0100 Subject: nixosTests.openldap: fix deprecation warning --- nixos/tests/openldap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/openldap.nix b/nixos/tests/openldap.nix index 075bb5d1f64..47d6a91843f 100644 --- a/nixos/tests/openldap.nix +++ b/nixos/tests/openldap.nix @@ -118,7 +118,7 @@ in { }; }; testScript = { nodes, ... }: let - specializations = "${nodes.machine.config.system.build.toplevel}/specialisation"; + specializations = "${nodes.machine.system.build.toplevel}/specialisation"; changeRootPw = '' dn: olcDatabase={1}mdb,cn=config changetype: modify -- cgit 1.4.1