gonix
/
tests
/
functional2
/
lang
/
parser-merge-attrs
/
in-4.nix
1
2
3
4
{
services
.
ssh
=
{
enable
=
true
;
};
services
.
ssh
.
port
=
23
;
}