nixos/tests/dconf: fix config format
This was changed in the module, but not in the test
K900 2 years ago 1bc5af0f d4eca0e8
··· 14 14 profiles.user.databases = [ 15 15 { 16 16 settings = { 17 17 - "test/not/locked" = mkInt32 1; 18 18 - "test/is/locked" = "locked"; 17 17 + "test/not".locked = mkInt32 1; 18 18 + "test/is".locked = "locked"; 19 19 }; 20 20 locks = [ 21 21 "/test/is/locked"