---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfgC",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 10),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (7, 17),
        },
        Raw {
         content: "synergy",
         position: (7, 26),
        },
        Raw {
         content: "client",
         position: (7, 34),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfgS",
        position: (8, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (8, 10),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (8, 17),
        },
        Raw {
         content: "synergy",
         position: (8, 26),
        },
        Raw {
         content: "server",
         position: (8, 34),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (15, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (17, 5),
           },
           Raw {
            content: "synergy",
            position: (17, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "client",
               position: (21, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (22, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (22, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "the Synergy client (receive keyboard and mouse events from a Synergy server)",
                    position: (22, 34),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "screenName",
                  position: (24, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (24, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (25, 11),
                      },
                     ],
                    },
                    String {
                     parts: [],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (26, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (26, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (26, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (27, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Use the given name instead of the hostname to identify\nourselves to the server.\n",
                       position: (28, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (24, 31),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "serverAddress",
                  position: (32, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (32, 25),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (33, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (33, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (33, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (34, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "The server address is of the form: [hostname][:port].  The\nhostname must be the address or hostname of the server.  The\nport overrides the default port, 24800.\n",
                       position: (35, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (32, 34),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "autoStart",
                  position: (40, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (40, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (41, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (41, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (42, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (42, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (42, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (43, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Whether the Synergy client should be started automatically.",
                       position: (43, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (40, 30),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (21, 16),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "server",
               position: (47, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (48, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (48, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "the Synergy server (send keyboard and mouse events)",
                    position: (48, 34),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "configFile",
                  position: (50, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (50, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (51, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (51, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "path",
                        position: (51, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (52, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "/etc/synergy-server.conf",
                       position: (52, 22),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (53, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "The Synergy server configuration file.",
                       position: (53, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (50, 31),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "screenName",
                  position: (55, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (55, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (56, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (56, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (56, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (57, 11),
                      },
                     ],
                    },
                    String {
                     parts: [],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (58, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Use the given name instead of the hostname to identify\nthis screen in the configuration.\n",
                       position: (59, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (55, 31),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "address",
                  position: (63, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (63, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (64, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (64, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (64, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (65, 11),
                      },
                     ],
                    },
                    String {
                     parts: [],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (66, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Address on which to listen for clients.",
                       position: (66, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (63, 28),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "autoStart",
                  position: (68, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (68, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (69, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (69, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (70, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (70, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (70, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (71, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Whether the Synergy server should be started automatically.",
                       position: (71, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (68, 30),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "tls",
                  position: (73, 9),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "enable",
                     position: (74, 11),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "mkOption",
                    position: (74, 20),
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "type",
                          position: (75, 13),
                         },
                        ],
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "types",
                         position: (75, 20),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "bool",
                           position: (75, 26),
                          },
                         ],
                        },
                        default: None,
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "default",
                          position: (76, 13),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (76, 23),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "description",
                          position: (77, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "Whether TLS encryption should be used.\n\nUsing this requires a TLS certificate that can be\ngenerated by starting the Synergy GUI once and entering\na valid product key.\n",
                          position: (78, 1),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (74, 29),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "cert",
                     position: (86, 11),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "mkOption",
                    position: (86, 18),
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "type",
                          position: (87, 13),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (87, 20),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "nullOr",
                            position: (87, 26),
                           },
                          ],
                         },
                         default: None,
                        },
                        arguments: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (87, 33),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "str",
                             position: (87, 39),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "default",
                          position: (88, 13),
                         },
                        ],
                       },
                       Variable {
                        identifier: "null",
                        position: (88, 23),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "example",
                          position: (89, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~/.synergy/SSL/Synergy.pem",
                          position: (89, 24),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "description",
                          position: (90, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "The TLS certificate to use for encryption.",
                          position: (90, 28),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (86, 27),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (73, 15),
               },
              ),
             ],
             recursive: false,
             position: (47, 16),
            },
           ),
          ],
          recursive: false,
          position: (17, 24),
         },
        ),
       ],
       recursive: false,
       position: (15, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (101, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (101, 12),
       },
       arguments: [
        List {
         elements: [
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (102, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfgC",
              position: (102, 11),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "enable",
                position: (102, 16),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "systemd",
                  position: (103, 7),
                 },
                 Raw {
                  content: "user",
                  position: (103, 15),
                 },
                 Raw {
                  content: "services",
                  position: (103, 20),
                 },
                 Raw {
                  content: "synergy-client",
                  position: (103, 29),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "after",
                     position: (104, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "network.target",
                       position: (104, 20),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "graphical-session.target",
                       position: (104, 37),
                      },
                     ],
                    },
                   ],
                   position: (104, 17),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "description",
                     position: (105, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Synergy client",
                     position: (105, 24),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "wantedBy",
                     position: (106, 9),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "optional",
                    position: (106, 20),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfgC",
                      position: (106, 29),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "autoStart",
                        position: (106, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                    String {
                     parts: [
                      Raw {
                       content: "graphical-session.target",
                       position: (106, 45),
                      },
                     ],
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (107, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (107, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "synergy",
                        position: (107, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (107, 16),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "serviceConfig",
                     position: (108, 9),
                    },
                    Raw {
                     content: "ExecStart",
                     position: (108, 23),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (108, 39),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "synergy",
                         position: (108, 44),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Raw {
                     content: "/bin/synergyc -f ",
                     position: (108, 52),
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "optionalString",
                       position: (108, 71),
                      },
                      arguments: [
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfgC",
                           position: (108, 87),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "screenName",
                             position: (108, 92),
                            },
                           ],
                          },
                          default: None,
                         },
                         String {
                          parts: [],
                         },
                        ],
                        position: (108, 103),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "-n ",
                          position: (108, 111),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfgC",
                            position: (108, 116),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "screenName",
                              position: (108, 121),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                        ],
                       },
                      ],
                     },
                    },
                    Raw {
                     content: " ",
                     position: (108, 134),
                    },
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "cfgC",
                       position: (108, 137),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "serverAddress",
                         position: (108, 142),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "serviceConfig",
                     position: (109, 9),
                    },
                    Raw {
                     content: "Restart",
                     position: (109, 23),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "on-failure",
                     position: (109, 34),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (103, 46),
               },
              ),
             ],
             recursive: false,
             position: (102, 23),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (112, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfgS",
              position: (112, 11),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "enable",
                position: (112, 16),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "systemd",
                  position: (113, 7),
                 },
                 Raw {
                  content: "user",
                  position: (113, 15),
                 },
                 Raw {
                  content: "services",
                  position: (113, 20),
                 },
                 Raw {
                  content: "synergy-server",
                  position: (113, 29),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "after",
                     position: (114, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "network.target",
                       position: (114, 20),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "graphical-session.target",
                       position: (114, 37),
                      },
                     ],
                    },
                   ],
                   position: (114, 17),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "description",
                     position: (115, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Synergy server",
                     position: (115, 24),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "wantedBy",
                     position: (116, 9),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "optional",
                    position: (116, 20),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfgS",
                      position: (116, 29),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "autoStart",
                        position: (116, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                    String {
                     parts: [
                      Raw {
                       content: "graphical-session.target",
                       position: (116, 45),
                      },
                     ],
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (117, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (117, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "synergy",
                        position: (117, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (117, 16),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "serviceConfig",
                     position: (118, 9),
                    },
                    Raw {
                     content: "ExecStart",
                     position: (118, 23),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (118, 39),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "synergy",
                         position: (118, 44),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Raw {
                     content: "/bin/synergys -c ",
                     position: (118, 52),
                    },
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "cfgS",
                       position: (118, 71),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "configFile",
                         position: (118, 76),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Raw {
                     content: " -f",
                     position: (118, 87),
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "optionalString",
                       position: (118, 92),
                      },
                      arguments: [
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfgS",
                           position: (118, 108),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "address",
                             position: (118, 113),
                            },
                           ],
                          },
                          default: None,
                         },
                         String {
                          parts: [],
                         },
                        ],
                        position: (118, 121),
                       },
                       String {
                        parts: [
                         Raw {
                          content: " -a ",
                          position: (118, 129),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfgS",
                            position: (118, 135),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "address",
                              position: (118, 140),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                        ],
                       },
                      ],
                     },
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "optionalString",
                       position: (118, 152),
                      },
                      arguments: [
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfgS",
                           position: (118, 168),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "screenName",
                             position: (118, 173),
                            },
                           ],
                          },
                          default: None,
                         },
                         String {
                          parts: [],
                         },
                        ],
                        position: (118, 184),
                       },
                       String {
                        parts: [
                         Raw {
                          content: " -n ",
                          position: (118, 192),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfgS",
                            position: (118, 198),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "screenName",
                              position: (118, 203),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                        ],
                       },
                      ],
                     },
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "optionalString",
                       position: (118, 218),
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfgS",
                         position: (118, 233),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "tls",
                           position: (118, 238),
                          },
                          Raw {
                           content: "enable",
                           position: (118, 242),
                          },
                         ],
                        },
                        default: None,
                       },
                       String {
                        parts: [
                         Raw {
                          content: " --enable-crypto",
                          position: (118, 250),
                         },
                        ],
                       },
                      ],
                     },
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "optionalString",
                       position: (118, 270),
                      },
                      arguments: [
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfgS",
                           position: (118, 286),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "tls",
                             position: (118, 291),
                            },
                            Raw {
                             content: "cert",
                             position: (118, 295),
                            },
                           ],
                          },
                          default: None,
                         },
                         Variable {
                          identifier: "null",
                          position: (118, 303),
                         },
                        ],
                        position: (118, 300),
                       },
                       String {
                        parts: [
                         Raw {
                          content: " --tls-cert=",
                          position: (118, 311),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfgS",
                            position: (118, 325),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "tls",
                              position: (118, 330),
                             },
                             Raw {
                              content: "cert",
                              position: (118, 334),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                        ],
                       },
                      ],
                     },
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "serviceConfig",
                     position: (119, 9),
                    },
                    Raw {
                     content: "Restart",
                     position: (119, 23),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "on-failure",
                     position: (119, 34),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (113, 46),
               },
              ),
             ],
             recursive: false,
             position: (112, 23),
            },
           ],
          },
         ],
         position: (101, 20),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (12, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}