nixos/tests/dconf: fix config format

This was changed in the module, but not in the test
This commit is contained in:
K900 2023-10-06 23:52:52 +03:00
parent d4eca0e8bb
commit 1bc5af0f6a

View File

@ -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"