forked from fediversity/fediversity
test proper expectation
This commit is contained in:
parent
455043bbf9
commit
46f1497531
1 changed files with 7 additions and 2 deletions
|
|
@ -179,15 +179,20 @@ in
|
||||||
{
|
{
|
||||||
inherit (fediversity)
|
inherit (fediversity)
|
||||||
example-configuration
|
example-configuration
|
||||||
|
example-deployment
|
||||||
;
|
;
|
||||||
has-deployment = lib.isAttrs fediversity.example-deployment.resources.the-machine;
|
|
||||||
};
|
};
|
||||||
expected = {
|
expected = {
|
||||||
example-configuration = {
|
example-configuration = {
|
||||||
enable = true;
|
enable = true;
|
||||||
applications.hello.enable = true;
|
applications.hello.enable = true;
|
||||||
};
|
};
|
||||||
has-deployment = true;
|
example-deployment = {
|
||||||
|
_class = "nixos";
|
||||||
|
users.users.operator = {
|
||||||
|
isNormalUser = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue