nixos/tests/dconf: fix config format

This was changed in the module, but not in the test

K900 1bc5af0f d4eca0e8

Changed files
+2 -2
nixos
tests
+2 -2
nixos/tests/dconf.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"