---
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: "cfg",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (7, 16),
        },
        Raw {
         content: "dspam",
         position: (7, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "dspam",
        position: (9, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (9, 11),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "dspam",
         position: (9, 16),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "defaultSock",
        position: (11, 3),
       },
      ],
     },
     to: String {
      parts: [
       Raw {
        content: "/run/dspam/dspam.sock",
        position: (11, 18),
       },
      ],
      position: (11, 17),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfgfile",
        position: (13, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (13, 13),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (13, 18),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "dspam.conf",
          position: (13, 29),
         },
        ],
        position: (13, 28),
       },
       String {
        parts: [
         Raw {
          content: "Home /var/lib/dspam\nStorageDriver ",
          position: (14, 1),
         },
         Interpolation {
          expression: Variable {
           identifier: "dspam",
           position: (15, 21),
          },
         },
         Raw {
          content: "/lib/dspam/lib",
          position: (15, 27),
         },
         Interpolation {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (15, 43),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "storageDriver",
              position: (15, 47),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "_drv.so\n\nTrust root\nTrust ",
          position: (15, 61),
         },
         Interpolation {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (18, 13),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "user",
              position: (18, 17),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\nSystemLog on\nUserLog on\n\n",
          position: (18, 22),
         },
         Interpolation {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (22, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (22, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "domainSocket",
                   position: (22, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (22, 43),
               },
              ],
              position: (22, 40),
             },
             position: (22, 22),
            },
            String {
             parts: [
              Raw {
               content: "ServerDomainSocketPath \"",
               position: (23, 1),
              },
              Interpolation {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (23, 33),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "domainSocket",
                   position: (23, 37),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: "\"\nClientHost \"",
               position: (23, 50),
              },
              Interpolation {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (24, 21),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "domainSocket",
                   position: (24, 25),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: "\"\n",
               position: (24, 38),
              },
             ],
             position: (22, 49),
            },
           ],
          },
         },
         Raw {
          content: "\n\n",
          position: (25, 8),
         },
         Interpolation {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (27, 7),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "extraConfig",
              position: (27, 11),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n",
          position: (27, 23),
         },
        ],
        position: (13, 41),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (34, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (36, 5),
           },
           Raw {
            content: "dspam",
            position: (36, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (38, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (38, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (39, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (39, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (39, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (40, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (40, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (41, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to enable the dspam spam filter.",
                    position: (41, 24),
                   },
                  ],
                  position: (41, 23),
                 },
                },
               ],
               recursive: false,
               position: (38, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "user",
               position: (44, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (44, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (45, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (45, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (45, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (46, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "dspam",
                    position: (46, 20),
                   },
                  ],
                  position: (46, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (47, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "User for the dspam daemon.",
                    position: (47, 24),
                   },
                  ],
                  position: (47, 23),
                 },
                },
               ],
               recursive: false,
               position: (44, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "group",
               position: (50, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (50, 15),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (51, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (51, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (51, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (52, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "dspam",
                    position: (52, 20),
                   },
                  ],
                  position: (52, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (53, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Group for the dspam daemon.",
                    position: (53, 24),
                   },
                  ],
                  position: (53, 23),
                 },
                },
               ],
               recursive: false,
               position: (50, 24),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "storageDriver",
               position: (56, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (56, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (57, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (57, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (57, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (58, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "hash",
                    position: (58, 20),
                   },
                  ],
                  position: (58, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (59, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Storage driver backend to use for dspam.",
                    position: (59, 25),
                   },
                  ],
                  position: (59, 24),
                 },
                },
               ],
               recursive: false,
               position: (56, 32),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "domainSocket",
               position: (62, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (62, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (63, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (63, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (63, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (63, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "path",
                       position: (63, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (64, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "defaultSock",
                  position: (64, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (65, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Path to local domain socket which is used for communication with the daemon. Set to null to disable UNIX socket.",
                    position: (65, 24),
                   },
                  ],
                  position: (65, 23),
                 },
                },
               ],
               recursive: false,
               position: (62, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "extraConfig",
               position: (68, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (68, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (69, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (69, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "lines",
                     position: (69, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (70, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [],
                  position: (70, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (71, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Additional dspam configuration.",
                    position: (71, 24),
                   },
                  ],
                  position: (71, 23),
                 },
                },
               ],
               recursive: false,
               position: (68, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "maintenanceInterval",
               position: (74, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (74, 29),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (75, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (75, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (75, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (75, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "str",
                       position: (75, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (76, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (76, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (77, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "If set, maintenance script will be run at specified (in systemd.timer format) interval",
                    position: (77, 24),
                   },
                  ],
                  position: (77, 23),
                 },
                },
               ],
               recursive: false,
               position: (74, 38),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (36, 22),
         },
        },
       ],
       recursive: false,
       position: (34, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (87, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (87, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (87, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (87, 21),
           },
          ],
         },
         default: None,
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkMerge",
           position: (87, 29),
          },
          arguments: [
           List {
            elements: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "users",
                   position: (89, 7),
                  },
                  Raw {
                   content: "users",
                   position: (89, 13),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "optionalAttrs",
                  position: (89, 21),
                 },
                 arguments: [
                  Parentheses {
                   expression: BinaryOperation {
                    operator: EqualTo,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (89, 36),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "user",
                         position: (89, 40),
                        },
                       ],
                      },
                      default: None,
                     },
                     String {
                      parts: [
                       Raw {
                        content: "dspam",
                        position: (89, 49),
                       },
                      ],
                      position: (89, 48),
                     },
                    ],
                    position: (89, 45),
                   },
                   position: (89, 35),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "dspam",
                        position: (90, 9),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "group",
                           position: (91, 11),
                          },
                         ],
                        },
                        to: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (91, 19),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "group",
                            position: (91, 23),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "uid",
                           position: (92, 11),
                          },
                         ],
                        },
                        to: PropertyAccess {
                         expression: Variable {
                          identifier: "config",
                          position: (92, 17),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "ids",
                            position: (92, 24),
                           },
                           Raw {
                            content: "uids",
                            position: (92, 28),
                           },
                           Raw {
                            content: "dspam",
                            position: (92, 33),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                      ],
                      recursive: false,
                      position: (90, 17),
                     },
                    },
                   ],
                   recursive: false,
                   position: (89, 57),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "users",
                   position: (96, 7),
                  },
                  Raw {
                   content: "groups",
                   position: (96, 13),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "optionalAttrs",
                  position: (96, 22),
                 },
                 arguments: [
                  Parentheses {
                   expression: BinaryOperation {
                    operator: EqualTo,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (96, 37),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "group",
                         position: (96, 41),
                        },
                       ],
                      },
                      default: None,
                     },
                     String {
                      parts: [
                       Raw {
                        content: "dspam",
                        position: (96, 51),
                       },
                      ],
                      position: (96, 50),
                     },
                    ],
                    position: (96, 47),
                   },
                   position: (96, 36),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "dspam",
                        position: (97, 9),
                       },
                       Raw {
                        content: "gid",
                        position: (97, 15),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "config",
                       position: (97, 21),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "ids",
                         position: (97, 28),
                        },
                        Raw {
                         content: "gids",
                         position: (97, 32),
                        },
                        Raw {
                         content: "dspam",
                         position: (97, 37),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                   ],
                   recursive: false,
                   position: (96, 59),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "environment",
                   position: (100, 7),
                  },
                  Raw {
                   content: "systemPackages",
                   position: (100, 19),
                  },
                 ],
                },
                to: List {
                 elements: [
                  Variable {
                   identifier: "dspam",
                   position: (100, 38),
                  },
                 ],
                 position: (100, 36),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "environment",
                   position: (102, 7),
                  },
                  Raw {
                   content: "etc",
                   position: (102, 19),
                  },
                  Expression {
                   ast: String {
                    parts: [
                     Raw {
                      content: "dspam/dspam.conf",
                      position: (102, 24),
                     },
                    ],
                    position: (102, 23),
                   },
                  },
                  Raw {
                   content: "source",
                   position: (102, 42),
                  },
                 ],
                },
                to: Variable {
                 identifier: "cfgfile",
                 position: (102, 51),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "systemd",
                   position: (104, 7),
                  },
                  Raw {
                   content: "services",
                   position: (104, 15),
                  },
                  Raw {
                   content: "dspam",
                   position: (104, 24),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "description",
                      position: (105, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "dspam spam filtering daemon",
                      position: (105, 24),
                     },
                    ],
                    position: (105, 23),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "wantedBy",
                      position: (106, 9),
                     },
                    ],
                   },
                   to: List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "multi-user.target",
                        position: (106, 23),
                       },
                      ],
                      position: (106, 22),
                     },
                    ],
                    position: (106, 20),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "after",
                      position: (107, 9),
                     },
                    ],
                   },
                   to: List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "postgresql.service",
                        position: (107, 20),
                       },
                      ],
                      position: (107, 19),
                     },
                    ],
                    position: (107, 17),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "restartTriggers",
                      position: (108, 9),
                     },
                    ],
                   },
                   to: List {
                    elements: [
                     Variable {
                      identifier: "cfgfile",
                      position: (108, 29),
                     },
                    ],
                    position: (108, 27),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "serviceConfig",
                      position: (110, 9),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "ExecStart",
                         position: (111, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Interpolation {
                         expression: Variable {
                          identifier: "dspam",
                          position: (111, 26),
                         },
                        },
                        Raw {
                         content: "/bin/dspam --daemon --nofork",
                         position: (111, 32),
                        },
                       ],
                       position: (111, 23),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "User",
                         position: (112, 11),
                        },
                       ],
                      },
                      to: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (112, 18),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "user",
                          position: (112, 22),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "Group",
                         position: (113, 11),
                        },
                       ],
                      },
                      to: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (113, 19),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "group",
                          position: (113, 23),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "RuntimeDirectory",
                         position: (114, 11),
                        },
                       ],
                      },
                      to: FunctionApplication {
                       function: Variable {
                        identifier: "optional",
                        position: (114, 30),
                       },
                       arguments: [
                        Parentheses {
                         expression: BinaryOperation {
                          operator: EqualTo,
                          operands: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (114, 40),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "domainSocket",
                               position: (114, 44),
                              },
                             ],
                            },
                            default: None,
                           },
                           Variable {
                            identifier: "defaultSock",
                            position: (114, 60),
                           },
                          ],
                          position: (114, 57),
                         },
                         position: (114, 39),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "dspam",
                           position: (114, 74),
                          },
                         ],
                         position: (114, 73),
                        },
                       ],
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "RuntimeDirectoryMode",
                         position: (115, 11),
                        },
                       ],
                      },
                      to: FunctionApplication {
                       function: Variable {
                        identifier: "optional",
                        position: (115, 34),
                       },
                       arguments: [
                        Parentheses {
                         expression: BinaryOperation {
                          operator: EqualTo,
                          operands: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (115, 44),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "domainSocket",
                               position: (115, 48),
                              },
                             ],
                            },
                            default: None,
                           },
                           Variable {
                            identifier: "defaultSock",
                            position: (115, 64),
                           },
                          ],
                          position: (115, 61),
                         },
                         position: (115, 43),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "0750",
                           position: (115, 78),
                          },
                         ],
                         position: (115, 77),
                        },
                       ],
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "StateDirectory",
                         position: (116, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "dspam",
                         position: (116, 29),
                        },
                       ],
                       position: (116, 28),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "StateDirectoryMode",
                         position: (117, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "0750",
                         position: (117, 33),
                        },
                       ],
                       position: (117, 32),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "LogsDirectory",
                         position: (118, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "dspam",
                         position: (118, 28),
                        },
                       ],
                       position: (118, 27),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "LogsDirectoryMode",
                         position: (119, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "0750",
                         position: (119, 32),
                        },
                       ],
                       position: (119, 31),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "Restart",
                         position: (121, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "on-abort",
                         position: (121, 22),
                        },
                       ],
                       position: (121, 21),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "RestartSec",
                         position: (122, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "1s",
                         position: (122, 25),
                        },
                       ],
                       position: (122, 24),
                      },
                     },
                    ],
                    recursive: false,
                    position: (110, 25),
                   },
                  },
                 ],
                 recursive: false,
                 position: (104, 32),
                },
               },
              ],
              recursive: false,
              position: (88, 5),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (127, 6),
               },
               arguments: [
                Parentheses {
                 expression: BinaryOperation {
                  operator: NotEqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (127, 12),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "maintenanceInterval",
                       position: (127, 16),
                      },
                     ],
                    },
                    default: None,
                   },
                   Variable {
                    identifier: "null",
                    position: (127, 39),
                   },
                  ],
                  position: (127, 36),
                 },
                 position: (127, 11),
                },
                Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "systemd",
                      position: (128, 7),
                     },
                     Raw {
                      content: "timers",
                      position: (128, 15),
                     },
                     Raw {
                      content: "dspam-maintenance",
                      position: (128, 22),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "description",
                         position: (129, 9),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "Timer for dspam maintenance script",
                         position: (129, 24),
                        },
                       ],
                       position: (129, 23),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "wantedBy",
                         position: (130, 9),
                        },
                       ],
                      },
                      to: List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "timers.target",
                           position: (130, 23),
                          },
                         ],
                         position: (130, 22),
                        },
                       ],
                       position: (130, 20),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "timerConfig",
                         position: (131, 9),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "OnCalendar",
                            position: (132, 11),
                           },
                          ],
                         },
                         to: PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (132, 24),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "maintenanceInterval",
                             position: (132, 28),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "Unit",
                            position: (133, 11),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "dspam-maintenance.service",
                            position: (133, 19),
                           },
                          ],
                          position: (133, 18),
                         },
                        },
                       ],
                       recursive: false,
                       position: (131, 23),
                      },
                     },
                    ],
                    recursive: false,
                    position: (128, 42),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "systemd",
                      position: (137, 7),
                     },
                     Raw {
                      content: "services",
                      position: (137, 15),
                     },
                     Raw {
                      content: "dspam-maintenance",
                      position: (137, 24),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "description",
                         position: (138, 9),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "dspam maintenance script",
                         position: (138, 24),
                        },
                       ],
                       position: (138, 23),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "restartTriggers",
                         position: (139, 9),
                        },
                       ],
                      },
                      to: List {
                       elements: [
                        Variable {
                         identifier: "cfgfile",
                         position: (139, 29),
                        },
                       ],
                       position: (139, 27),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "serviceConfig",
                         position: (141, 9),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "ExecStart",
                            position: (142, 11),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Interpolation {
                            expression: Variable {
                             identifier: "dspam",
                             position: (142, 26),
                            },
                           },
                           Raw {
                            content: "/bin/dspam_maintenance --verbose",
                            position: (142, 32),
                           },
                          ],
                          position: (142, 23),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "Type",
                            position: (143, 11),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "oneshot",
                            position: (143, 19),
                           },
                          ],
                          position: (143, 18),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "User",
                            position: (144, 11),
                           },
                          ],
                         },
                         to: PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (144, 18),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "user",
                             position: (144, 22),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "Group",
                            position: (145, 11),
                           },
                          ],
                         },
                         to: PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (145, 19),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "group",
                             position: (145, 23),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                       ],
                       recursive: false,
                       position: (141, 25),
                      },
                     },
                    ],
                    recursive: false,
                    position: (137, 44),
                   },
                  },
                 ],
                 recursive: false,
                 position: (127, 45),
                },
               ],
              },
              position: (127, 5),
             },
            ],
            position: (87, 37),
           },
          ],
         },
         position: (87, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (30, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}