From 1bc5af0f6a0ce3ff7e18577a92aae4d467ee0630 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 6 Oct 2023 23:52:52 +0300 Subject: [PATCH] nixos/tests/dconf: fix config format This was changed in the module, but not in the test --- nixos/tests/dconf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/dconf.nix b/nixos/tests/dconf.nix index 86f703e3b98e..192c075540a4 100644 --- a/nixos/tests/dconf.nix +++ b/nixos/tests/dconf.nix @@ -14,8 +14,8 @@ import ./make-test-python.nix profiles.user.databases = [ { settings = { - "test/not/locked" = mkInt32 1; - "test/is/locked" = "locked"; + "test/not".locked = mkInt32 1; + "test/is".locked = "locked"; }; locks = [ "/test/is/locked"