nixos/tests/dconf: fix config format
This was changed in the module, but not in the test
This commit is contained in:
@@ -14,8 +14,8 @@ import ./make-test-python.nix
|
|||||||
profiles.user.databases = [
|
profiles.user.databases = [
|
||||||
{
|
{
|
||||||
settings = {
|
settings = {
|
||||||
"test/not/locked" = mkInt32 1;
|
"test/not".locked = mkInt32 1;
|
||||||
"test/is/locked" = "locked";
|
"test/is".locked = "locked";
|
||||||
};
|
};
|
||||||
locks = [
|
locks = [
|
||||||
"/test/is/locked"
|
"/test/is/locked"
|
||||||
|
|||||||
Reference in New Issue
Block a user