1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/lang/parse-okay-mixed-nested-attrs-3.nix
2018-05-01 14:42:34 +02:00

8 lines
125 B
Nix

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