lol

nixos/tests/dconf: fix config format

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

K900 1bc5af0f d4eca0e8

+2 -2
+2 -2
nixos/tests/dconf.nix
··· 14 14 profiles.user.databases = [ 15 15 { 16 16 settings = { 17 - "test/not/locked" = mkInt32 1; 18 - "test/is/locked" = "locked"; 17 + "test/not".locked = mkInt32 1; 18 + "test/is".locked = "locked"; 19 19 }; 20 20 locks = [ 21 21 "/test/is/locked"