forked from fediversity/fediversity
test proper expectation
test proper expectation
This commit is contained in:
parent
455043bbf9
commit
0c1628e8e1
1 changed files with 9 additions and 2 deletions
|
|
@ -179,15 +179,22 @@ 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;
|
||||
extraGroups = [ ];
|
||||
packages = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue