about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-okay-dup-attrs-5.nix
blob: f4b9efd0c5966c330190963b53deaa7a58573fd5 (plain) (blame)
1
2
3
4
{
  services.ssh = { enable = true; };
  services.ssh.port = 23;
}