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