nix-gh/tests/lang/parse-okay-mixed-nested-att...

8 lines
125 B
Nix

{
services.ssh.enable = true;
services.ssh = { port = 123; };
services = {
httpd.enable = true;
};
}