test proper expectation

This commit is contained in:
Kiara Grouwstra 2025-07-22 14:58:24 +02:00
parent 455043bbf9
commit 46f1497531
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -179,15 +179,20 @@ in
{
inherit (fediversity)
example-configuration
example-deployment
;
has-deployment = lib.isAttrs fediversity.example-deployment.resources.the-machine;
};
expected = {
example-configuration = {
enable = true;
applications.hello.enable = true;
};
has-deployment = true;
example-deployment = {
_class = "nixos";
users.users.operator = {
isNormalUser = true;
};
};
};
};
}