1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/lang/parse-okay-mixed-nested-attrs-3.nix

8 lines
125 B
Nix
Raw Permalink Normal View History

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