index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
/
parse-okay-dup-attrs-5.nix
blob: f4b9efd0c5966c330190963b53deaa7a58573fd5 (
plain
)
1
2
3
4
{
services
.
ssh
=
{
enable
=
true
;
};
services
.
ssh
.
port
=
23
;
}