Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "security",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "pam",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 28,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "mount",
              span: Span {
               start: Position {
                line: 6,
                column: 29,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "oflRequired",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 14,
             },
            },
           },
          ),
         ],
         to: BinaryOperation(
          BinaryOperation {
           left: BinaryOperation(
            BinaryOperation {
             left: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "cfg",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 17,
                  },
                  end: Position {
                   line: 8,
                   column: 20,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "logoutHup",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 21,
                   },
                   end: Position {
                    line: 8,
                    column: 30,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             operator: LogicalOr,
             right: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "cfg",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 34,
                  },
                  end: Position {
                   line: 8,
                   column: 37,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "logoutTerm",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 38,
                   },
                   end: Position {
                    line: 8,
                    column: 48,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
            },
           ),
           operator: LogicalOr,
           right: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "cfg",
               span: Span {
                start: Position {
                 line: 8,
                 column: 52,
                },
                end: Position {
                 line: 8,
                 column: 55,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "logoutKill",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 56,
                 },
                 end: Position {
                  line: 8,
                  column: 66,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "fake_ofl",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 11,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 10,
                 column: 14,
                },
                end: Position {
                 line: 10,
                 column: 18,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeShellScriptBin",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 19,
                 },
                 end: Position {
                  line: 10,
                  column: 38,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "fake_ofl",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 40,
                  },
                  end: Position {
                   line: 10,
                   column: 48,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 10,
                column: 39,
               },
               end: Position {
                line: 10,
                column: 49,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "SIGNAL=$1\nMNTPT=$2\n",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 5,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 7,
                      },
                      end: Position {
                       line: 13,
                       column: 11,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "lsof",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 12,
                       },
                       end: Position {
                        line: 13,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/lsof | ",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 29,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 31,
                      },
                      end: Position {
                       line: 13,
                       column: 35,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "gnugrep",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 36,
                       },
                       end: Position {
                        line: 13,
                        column: 43,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/grep $MNTPT | ",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 63,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 65,
                      },
                      end: Position {
                       line: 13,
                       column: 69,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "gawk",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 70,
                       },
                       end: Position {
                        line: 13,
                        column: 74,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/awk '{print $2}' | ",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 99,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 101,
                      },
                      end: Position {
                       line: 13,
                       column: 105,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "findutils",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 106,
                       },
                       end: Position {
                        line: 13,
                        column: 115,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/xargs ",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 127,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 129,
                      },
                      end: Position {
                       line: 13,
                       column: 133,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "util-linux",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 134,
                       },
                       end: Position {
                        line: 13,
                        column: 144,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/kill -$SIGNAL\n",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 14,
                   column: 3,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 10,
                column: 50,
               },
               end: Position {
                line: 14,
                column: 5,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "anyPamMount",
            span: Span {
             start: Position {
              line: 16,
              column: 3,
             },
             end: Position {
              line: 16,
              column: 14,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "any",
             span: Span {
              start: Position {
               line: 16,
               column: 17,
              },
              end: Position {
               line: 16,
               column: 20,
              },
             },
            },
           ),
           arguments: [
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "attrByPath",
                span: Span {
                 start: Position {
                  line: 16,
                  column: 22,
                 },
                 end: Position {
                  line: 16,
                  column: 32,
                 },
                },
               },
              ),
              arguments: [
               List(
                List {
                 elements: [
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "pamMount",
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 35,
                        },
                        end: Position {
                         line: 16,
                         column: 43,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 34,
                     },
                     end: Position {
                      line: 16,
                      column: 44,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 33,
                  },
                  end: Position {
                   line: 16,
                   column: 45,
                  },
                 },
                },
               ),
               Identifier(
                Identifier {
                 id: "false",
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 46,
                  },
                  end: Position {
                   line: 16,
                   column: 51,
                  },
                 },
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "attrValues",
                span: Span {
                 start: Position {
                  line: 16,
                  column: 54,
                 },
                 end: Position {
                  line: 16,
                  column: 64,
                 },
                },
               },
              ),
              arguments: [
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "config",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 65,
                    },
                    end: Position {
                     line: 16,
                     column: 71,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "security",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 72,
                     },
                     end: Position {
                      line: 16,
                      column: 80,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "pam",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 81,
                     },
                     end: Position {
                      line: 16,
                      column: 84,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 85,
                     },
                     end: Position {
                      line: 16,
                      column: 93,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 20,
                column: 3,
               },
               end: Position {
                line: 20,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "security",
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 5,
                    },
                    end: Position {
                     line: 22,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "pam",
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 14,
                    },
                    end: Position {
                     line: 22,
                     column: 17,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "mount",
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 18,
                    },
                    end: Position {
                     line: 22,
                     column: 23,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 23,
                          column: 7,
                         },
                         end: Position {
                          line: 23,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 23,
                           column: 16,
                          },
                          end: Position {
                           line: 23,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 24,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 24,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 24,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 25,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 25,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 25,
                                 column: 19,
                                },
                                end: Position {
                                 line: 25,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 26,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 26,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 26,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 26,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Enable PAM mount system to mount fileystems on user login.\n",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 28,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 26,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 25,
                           },
                           end: Position {
                            line: 29,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraVolumes",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 7,
                         },
                         end: Position {
                          line: 31,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 22,
                          },
                          end: Position {
                           line: 31,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 32,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 32,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 32,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 32,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 32,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 32,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 19,
                                },
                                end: Position {
                                 line: 33,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 34,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 34,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 34,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 34,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of volume definitions for pam_mount.\nFor more information, visit <http://pam-mount.sourceforge.net/pam_mount.conf.5.html>.\n",
                                     span: Span {
                                      start: Position {
                                       line: 35,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 37,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 34,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 37,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 31,
                            column: 31,
                           },
                           end: Position {
                            line: 38,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "additionalSearchPaths",
                        span: Span {
                         start: Position {
                          line: 40,
                          column: 7,
                         },
                         end: Position {
                          line: 40,
                          column: 28,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 40,
                           column: 31,
                          },
                          end: Position {
                           line: 40,
                           column: 39,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 41,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "package",
                                     span: Span {
                                      start: Position {
                                       line: 41,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 41,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 42,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 42,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 42,
                                 column: 19,
                                },
                                end: Position {
                                 line: 42,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 43,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 43,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 43,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 43,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[ pkgs.bindfs ]",
                                     span: Span {
                                      start: Position {
                                       line: 43,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 43,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 43,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 43,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 44,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 44,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 44,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 44,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 44,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 44,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Additional programs to include in the search path of pam_mount.\nUseful for example if you want to use some FUSE filesystems like bindfs.\n",
                                     span: Span {
                                      start: Position {
                                       line: 45,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 47,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 44,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 40,
                            column: 40,
                           },
                           end: Position {
                            line: 48,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fuseMountOptions",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 7,
                         },
                         end: Position {
                          line: 50,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 50,
                           column: 26,
                          },
                          end: Position {
                           line: 50,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 51,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 51,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 19,
                                },
                                end: Position {
                                 line: 52,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[ \"nodev\" \"nosuid\" \"force-user=%(USER)\" \"gid=%(USERGID)\" \"perms=0700\" \"chmod-deny\" \"chown-deny\" \"chgrp-deny\" ]\n",
                                     span: Span {
                                      start: Position {
                                       line: 54,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 55,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 56,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 56,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 56,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 56,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 56,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 56,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Global mount options that apply to every FUSE volume.\nYou can define volume-specific options in the volume definitions.\n",
                                     span: Span {
                                      start: Position {
                                       line: 57,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 56,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 59,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 35,
                           },
                           end: Position {
                            line: 60,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "debugLevel",
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 7,
                         },
                         end: Position {
                          line: 62,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 62,
                           column: 20,
                          },
                          end: Position {
                           line: 62,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 63,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 63,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "0",
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 19,
                                },
                                end: Position {
                                 line: 64,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "1",
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 19,
                                },
                                end: Position {
                                 line: 65,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 66,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 66,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 66,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 66,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 66,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Sets the Debug-Level. 0 disables debugging, 1 enables pam_mount tracing,\nand 2 additionally enables tracing in mount.crypt. The default is 0.\nFor more information, visit <http://pam-mount.sourceforge.net/pam_mount.conf.5.html>.\n",
                                     span: Span {
                                      start: Position {
                                       line: 67,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 70,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 66,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 29,
                           },
                           end: Position {
                            line: 71,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logoutWait",
                        span: Span {
                         start: Position {
                          line: 73,
                          column: 7,
                         },
                         end: Position {
                          line: 73,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 73,
                           column: 20,
                          },
                          end: Position {
                           line: 73,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 74,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 74,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "0",
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 19,
                                },
                                end: Position {
                                 line: 75,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 76,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 76,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Amount of microseconds to wait until killing remaining processes after\nfinal logout.\nFor more information, visit <http://pam-mount.sourceforge.net/pam_mount.conf.5.html>.\n",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 80,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 80,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 73,
                            column: 29,
                           },
                           end: Position {
                            line: 81,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logoutHup",
                        span: Span {
                         start: Position {
                          line: 83,
                          column: 7,
                         },
                         end: Position {
                          line: 83,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 83,
                           column: 19,
                          },
                          end: Position {
                           line: 83,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 84,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 84,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 84,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 84,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 85,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 85,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 85,
                                 column: 19,
                                },
                                end: Position {
                                 line: 85,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 86,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 86,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 86,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 86,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Kill remaining processes after logout by sending a SIGHUP.\n",
                                     span: Span {
                                      start: Position {
                                       line: 87,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 83,
                            column: 28,
                           },
                           end: Position {
                            line: 89,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logoutTerm",
                        span: Span {
                         start: Position {
                          line: 91,
                          column: 7,
                         },
                         end: Position {
                          line: 91,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 91,
                           column: 20,
                          },
                          end: Position {
                           line: 91,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 92,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 92,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 93,
                                 column: 19,
                                },
                                end: Position {
                                 line: 93,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 94,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 94,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 94,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 94,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Kill remaining processes after logout by sending a SIGTERM.\n",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 96,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 94,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 91,
                            column: 29,
                           },
                           end: Position {
                            line: 97,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logoutKill",
                        span: Span {
                         start: Position {
                          line: 99,
                          column: 7,
                         },
                         end: Position {
                          line: 99,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 99,
                           column: 20,
                          },
                          end: Position {
                           line: 99,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 100,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 100,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 100,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 101,
                                 column: 19,
                                },
                                end: Position {
                                 line: 101,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 102,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 102,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 102,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 102,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Kill remaining processes after logout by sending a SIGKILL.\n",
                                     span: Span {
                                      start: Position {
                                       line: 103,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 104,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 102,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 104,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 29,
                           },
                           end: Position {
                            line: 105,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "createMountPoints",
                        span: Span {
                         start: Position {
                          line: 107,
                          column: 7,
                         },
                         end: Position {
                          line: 107,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 107,
                           column: 27,
                          },
                          end: Position {
                           line: 107,
                           column: 35,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 108,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 108,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 108,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 108,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 109,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 109,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 109,
                                 column: 19,
                                },
                                end: Position {
                                 line: 109,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 110,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 110,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 110,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 110,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Create mountpoints for volumes if they do not exist.\n",
                                     span: Span {
                                      start: Position {
                                       line: 111,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 112,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 107,
                            column: 36,
                           },
                           end: Position {
                            line: 113,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "removeCreatedMountPoints",
                        span: Span {
                         start: Position {
                          line: 115,
                          column: 7,
                         },
                         end: Position {
                          line: 115,
                          column: 31,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 115,
                           column: 34,
                          },
                          end: Position {
                           line: 115,
                           column: 42,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 116,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 116,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 117,
                                 column: 19,
                                },
                                end: Position {
                                 line: 117,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 118,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 118,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 118,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 118,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Remove mountpoints created by pam_mount after logout. This\nonly affects mountpoints that have been created by pam_mount\nin the same session.\n",
                                     span: Span {
                                      start: Position {
                                       line: 119,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 122,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 118,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 115,
                            column: 43,
                           },
                           end: Position {
                            line: 123,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 22,
                    column: 26,
                   },
                   end: Position {
                    line: 124,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 20,
               column: 13,
              },
              end: Position {
               line: 126,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 128,
                column: 3,
               },
               end: Position {
                line: 128,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 128,
                 column: 12,
                },
                end: Position {
                 line: 128,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              BinaryOperation(
               BinaryOperation {
                left: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 128,
                      column: 18,
                     },
                     end: Position {
                      line: 128,
                      column: 21,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "enable",
                     span: Span {
                      start: Position {
                       line: 128,
                       column: 22,
                      },
                      end: Position {
                       line: 128,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                operator: LogicalOr,
                right: Identifier(
                 Identifier {
                  id: "anyPamMount",
                  span: Span {
                   start: Position {
                    line: 128,
                    column: 32,
                   },
                   end: Position {
                    line: 128,
                    column: 43,
                   },
                  },
                 },
                ),
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 130,
                        column: 5,
                       },
                       end: Position {
                        line: 130,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 130,
                        column: 17,
                       },
                       end: Position {
                        line: 130,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 130,
                            column: 36,
                           },
                           end: Position {
                            line: 130,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "pam_mount",
                           span: Span {
                            start: Position {
                             line: 130,
                             column: 41,
                            },
                            end: Position {
                             line: 130,
                             column: 50,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 130,
                       column: 34,
                      },
                      end: Position {
                       line: 130,
                       column: 52,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 131,
                        column: 5,
                       },
                       end: Position {
                        line: 131,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 131,
                        column: 17,
                       },
                       end: Position {
                        line: 131,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "security/pam_mount.conf.xml",
                           span: Span {
                            start: Position {
                             line: 131,
                             column: 22,
                            },
                            end: Position {
                             line: 131,
                             column: 49,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 131,
                          column: 21,
                         },
                         end: Position {
                          line: 131,
                          column: 50,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "source",
                           span: Span {
                            start: Position {
                             line: 132,
                             column: 7,
                            },
                            end: Position {
                             line: 132,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: LetIn(
                         LetIn {
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "extraUserVolumes",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "filterAttrs",
                                 span: Span {
                                  start: Position {
                                   line: 134,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 134,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Function(
                                 Function {
                                  head: Simple(
                                   FunctionHeadSimple {
                                    identifier: "n",
                                   },
                                  ),
                                  body: Function(
                                   Function {
                                    head: Simple(
                                     FunctionHeadSimple {
                                      identifier: "u",
                                     },
                                    ),
                                    body: BinaryOperation(
                                     BinaryOperation {
                                      left: BinaryOperation(
                                       BinaryOperation {
                                        left: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "u",
                                            span: Span {
                                             start: Position {
                                              line: 134,
                                              column: 49,
                                             },
                                             end: Position {
                                              line: 134,
                                              column: 50,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "cryptHomeLuks",
                                             span: Span {
                                              start: Position {
                                               line: 134,
                                               column: 51,
                                              },
                                              end: Position {
                                               line: 134,
                                               column: 64,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        operator: NotEqualTo,
                                        right: Identifier(
                                         Identifier {
                                          id: "null",
                                          span: Span {
                                           start: Position {
                                            line: 134,
                                            column: 68,
                                           },
                                           end: Position {
                                            line: 134,
                                            column: 72,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      operator: LogicalOr,
                                      right: BinaryOperation(
                                       BinaryOperation {
                                        left: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "u",
                                            span: Span {
                                             start: Position {
                                              line: 134,
                                              column: 76,
                                             },
                                             end: Position {
                                              line: 134,
                                              column: 77,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "pamMount",
                                             span: Span {
                                              start: Position {
                                               line: 134,
                                               column: 78,
                                              },
                                              end: Position {
                                               line: 134,
                                               column: 86,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        operator: NotEqualTo,
                                        right: Map(
                                         Map {
                                          recursive: false,
                                          bindings: [],
                                          span: Span {
                                           start: Position {
                                            line: 134,
                                            column: 90,
                                           },
                                           end: Position {
                                            line: 134,
                                            column: 92,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 134,
                                      column: 46,
                                     },
                                     end: Position {
                                      line: 134,
                                      column: 92,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 134,
                                    column: 43,
                                   },
                                   end: Position {
                                    line: 134,
                                    column: 92,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "config",
                                    span: Span {
                                     start: Position {
                                      line: 134,
                                      column: 94,
                                     },
                                     end: Position {
                                      line: 134,
                                      column: 100,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "users",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 101,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 106,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "users",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 107,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 112,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "mkAttr",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Function(
                              Function {
                               head: Simple(
                                FunctionHeadSimple {
                                 identifier: "k",
                                },
                               ),
                               body: Function(
                                Function {
                                 head: Simple(
                                  FunctionHeadSimple {
                                   identifier: "v",
                                  },
                                 ),
                                 body: IndentedString(
                                  IndentedString {
                                   parts: [
                                    Interpolation(
                                     PartInterpolation {
                                      expression: Identifier(
                                       Identifier {
                                        id: "k",
                                        span: Span {
                                         start: Position {
                                          line: 135,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 135,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "=\"",
                                      span: Span {
                                       start: Position {
                                        line: 135,
                                        column: 28,
                                       },
                                       end: Position {
                                        line: 135,
                                        column: 34,
                                       },
                                      },
                                     },
                                    ),
                                    Interpolation(
                                     PartInterpolation {
                                      expression: Identifier(
                                       Identifier {
                                        id: "v",
                                        span: Span {
                                         start: Position {
                                          line: 135,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 135,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "\"",
                                      span: Span {
                                       start: Position {
                                        line: 135,
                                        column: 28,
                                       },
                                       end: Position {
                                        line: 135,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 135,
                                     column: 26,
                                    },
                                    end: Position {
                                     line: 135,
                                     column: 41,
                                    },
                                   },
                                  },
                                 ),
                                 span: Span {
                                  start: Position {
                                   line: 135,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 135,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 20,
                                },
                                end: Position {
                                 line: 135,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "userVolumeEntry",
                                span: Span {
                                 start: Position {
                                  line: 136,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 136,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Function(
                              Function {
                               head: Simple(
                                FunctionHeadSimple {
                                 identifier: "user",
                                },
                               ),
                               body: LetIn(
                                LetIn {
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "attrs",
                                       span: Span {
                                        start: Position {
                                         line: 137,
                                         column: 13,
                                        },
                                        end: Position {
                                         line: 137,
                                         column: 18,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: BinaryOperation(
                                     BinaryOperation {
                                      left: Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "user",
                                              span: Span {
                                               start: Position {
                                                line: 138,
                                                column: 15,
                                               },
                                               end: Position {
                                                line: 138,
                                                column: 19,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "user",
                                               span: Span {
                                                start: Position {
                                                 line: 138,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 138,
                                                 column: 26,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 138,
                                                  column: 27,
                                                 },
                                                 end: Position {
                                                  line: 138,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "path",
                                              span: Span {
                                               start: Position {
                                                line: 139,
                                                column: 15,
                                               },
                                               end: Position {
                                                line: 139,
                                                column: 19,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "user",
                                               span: Span {
                                                start: Position {
                                                 line: 139,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 139,
                                                 column: 26,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "cryptHomeLuks",
                                                span: Span {
                                                 start: Position {
                                                  line: 139,
                                                  column: 27,
                                                 },
                                                 end: Position {
                                                  line: 139,
                                                  column: 40,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "mountpoint",
                                              span: Span {
                                               start: Position {
                                                line: 140,
                                                column: 15,
                                               },
                                               end: Position {
                                                line: 140,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "user",
                                               span: Span {
                                                start: Position {
                                                 line: 140,
                                                 column: 28,
                                                },
                                                end: Position {
                                                 line: 140,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "home",
                                                span: Span {
                                                 start: Position {
                                                  line: 140,
                                                  column: 33,
                                                 },
                                                 end: Position {
                                                  line: 140,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 137,
                                          column: 21,
                                         },
                                         end: Position {
                                          line: 141,
                                          column: 14,
                                         },
                                        },
                                       },
                                      ),
                                      operator: Update,
                                      right: PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "user",
                                          span: Span {
                                           start: Position {
                                            line: 141,
                                            column: 18,
                                           },
                                           end: Position {
                                            line: 141,
                                            column: 22,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "pamMount",
                                           span: Span {
                                            start: Position {
                                             line: 141,
                                             column: 23,
                                            },
                                            end: Position {
                                             line: 141,
                                             column: 31,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 target: String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "<volume ",
                                      span: Span {
                                       start: Position {
                                        line: 143,
                                        column: 14,
                                       },
                                       end: Position {
                                        line: 143,
                                        column: 75,
                                       },
                                      },
                                     },
                                    ),
                                    Interpolation(
                                     PartInterpolation {
                                      expression: FunctionApplication(
                                       FunctionApplication {
                                        function: Identifier(
                                         Identifier {
                                          id: "concatStringsSep",
                                          span: Span {
                                           start: Position {
                                            line: 143,
                                            column: 24,
                                           },
                                           end: Position {
                                            line: 143,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                        arguments: [
                                         String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: " ",
                                              span: Span {
                                               start: Position {
                                                line: 143,
                                                column: 42,
                                               },
                                               end: Position {
                                                line: 143,
                                                column: 43,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 143,
                                             column: 41,
                                            },
                                            end: Position {
                                             line: 143,
                                             column: 44,
                                            },
                                           },
                                          },
                                         ),
                                         FunctionApplication(
                                          FunctionApplication {
                                           function: Identifier(
                                            Identifier {
                                             id: "mapAttrsToList",
                                             span: Span {
                                              start: Position {
                                               line: 143,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 143,
                                               column: 60,
                                              },
                                             },
                                            },
                                           ),
                                           arguments: [
                                            Identifier(
                                             Identifier {
                                              id: "mkAttr",
                                              span: Span {
                                               start: Position {
                                                line: 143,
                                                column: 61,
                                               },
                                               end: Position {
                                                line: 143,
                                                column: 67,
                                               },
                                              },
                                             },
                                            ),
                                            Identifier(
                                             Identifier {
                                              id: "attrs",
                                              span: Span {
                                               start: Position {
                                                line: 143,
                                                column: 68,
                                               },
                                               end: Position {
                                                line: 143,
                                                column: 73,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                        ],
                                       },
                                      ),
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: " />\n",
                                      span: Span {
                                       start: Position {
                                        line: 143,
                                        column: 14,
                                       },
                                       end: Position {
                                        line: 143,
                                        column: 80,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 143,
                                     column: 13,
                                    },
                                    end: Position {
                                     line: 143,
                                     column: 81,
                                    },
                                   },
                                  },
                                 ),
                                 span: Span {
                                  start: Position {
                                   line: 136,
                                   column: 35,
                                  },
                                  end: Position {
                                   line: 143,
                                   column: 81,
                                  },
                                 },
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 29,
                                },
                                end: Position {
                                 line: 143,
                                 column: 81,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          target: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "pkgs",
                                span: Span {
                                 start: Position {
                                  line: 145,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 145,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "writeText",
                                 span: Span {
                                  start: Position {
                                   line: 145,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 145,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "pam_mount.conf.xml",
                                  span: Span {
                                   start: Position {
                                    line: 145,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 145,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 145,
                                 column: 25,
                                },
                                end: Position {
                                 line: 145,
                                 column: 45,
                                },
                               },
                              },
                             ),
                             IndentedString(
                              IndentedString {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<!DOCTYPE pam_mount SYSTEM \"pam_mount.conf.xml.dtd\">\n<!-- auto generated from Nixos: modules/config/users-groups.nix -->\n<pam_mount>\n<debug enable=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 150,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 150,
                                        column: 28,
                                       },
                                       end: Position {
                                        line: 150,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 150,
                                           column: 37,
                                          },
                                          end: Position {
                                           line: 150,
                                           column: 40,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "debugLevel",
                                          span: Span {
                                           start: Position {
                                            line: 150,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 150,
                                            column: 51,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" />\n<!-- if activated, requires ofl from hxtools to be present -->\n<logout wait=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 36,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 39,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "logoutWait",
                                          span: Span {
                                           start: Position {
                                            line: 152,
                                            column: 40,
                                           },
                                           end: Position {
                                            line: 152,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" hup=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 58,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: IfThenElse(
                                   IfThenElse {
                                    predicate: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 152,
                                          column: 63,
                                         },
                                         end: Position {
                                          line: 152,
                                          column: 66,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "logoutHup",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 67,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 76,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "yes",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 83,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 86,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 82,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 87,
                                       },
                                      },
                                     },
                                    ),
                                    else_: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "no",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 94,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 96,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 93,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 97,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 152,
                                      column: 60,
                                     },
                                     end: Position {
                                      line: 152,
                                      column: 97,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" term=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 106,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: IfThenElse(
                                   IfThenElse {
                                    predicate: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 152,
                                          column: 111,
                                         },
                                         end: Position {
                                          line: 152,
                                          column: 114,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "logoutTerm",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 115,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 125,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "yes",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 132,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 135,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 131,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 136,
                                       },
                                      },
                                     },
                                    ),
                                    else_: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "no",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 143,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 145,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 142,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 146,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 152,
                                      column: 108,
                                     },
                                     end: Position {
                                      line: 152,
                                      column: 146,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" kill=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 155,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: IfThenElse(
                                   IfThenElse {
                                    predicate: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 152,
                                          column: 160,
                                         },
                                         end: Position {
                                          line: 152,
                                          column: 163,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "logoutKill",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 164,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 174,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "yes",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 181,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 184,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 180,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 185,
                                       },
                                      },
                                     },
                                    ),
                                    else_: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "no",
                                         span: Span {
                                          start: Position {
                                           line: 152,
                                           column: 192,
                                          },
                                          end: Position {
                                           line: 152,
                                           column: 194,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 152,
                                        column: 191,
                                       },
                                       end: Position {
                                        line: 152,
                                        column: 195,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 152,
                                      column: 157,
                                     },
                                     end: Position {
                                      line: 152,
                                      column: 195,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" />\n<!-- set PATH variable for pam_mount module -->\n<path>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 17,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "makeBinPath",
                                      span: Span {
                                       start: Position {
                                        line: 154,
                                        column: 19,
                                       },
                                       end: Position {
                                        line: 154,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     BinaryOperation(
                                      BinaryOperation {
                                       left: List(
                                        List {
                                         elements: [
                                          PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "pkgs",
                                              span: Span {
                                               start: Position {
                                                line: 154,
                                                column: 34,
                                               },
                                               end: Position {
                                                line: 154,
                                                column: 38,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "util-linux",
                                               span: Span {
                                                start: Position {
                                                 line: 154,
                                                 column: 39,
                                                },
                                                end: Position {
                                                 line: 154,
                                                 column: 49,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 154,
                                           column: 32,
                                          },
                                          end: Position {
                                           line: 154,
                                           column: 51,
                                          },
                                         },
                                        },
                                       ),
                                       operator: Concatenation,
                                       right: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 154,
                                             column: 55,
                                            },
                                            end: Position {
                                             line: 154,
                                             column: 58,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "additionalSearchPaths",
                                            span: Span {
                                             start: Position {
                                              line: 154,
                                              column: 59,
                                             },
                                             end: Position {
                                              line: 154,
                                              column: 80,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "</path>\n<!-- create mount point if not present -->\n<mkmountpoint enable=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 156,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: IfThenElse(
                                   IfThenElse {
                                    predicate: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 156,
                                          column: 38,
                                         },
                                         end: Position {
                                          line: 156,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "createMountPoints",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 42,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 59,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "1",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 66,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 67,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 156,
                                        column: 65,
                                       },
                                       end: Position {
                                        line: 156,
                                        column: 68,
                                       },
                                      },
                                     },
                                    ),
                                    else_: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "0",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 75,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 76,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 156,
                                        column: 74,
                                       },
                                       end: Position {
                                        line: 156,
                                        column: 77,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 156,
                                      column: 35,
                                     },
                                     end: Position {
                                      line: 156,
                                      column: 77,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" remove=\"",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 156,
                                    column: 88,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: IfThenElse(
                                   IfThenElse {
                                    predicate: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 156,
                                          column: 93,
                                         },
                                         end: Position {
                                          line: 156,
                                          column: 96,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "removeCreatedMountPoints",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 97,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 121,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "true",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 128,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 132,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 156,
                                        column: 127,
                                       },
                                       end: Position {
                                        line: 156,
                                        column: 133,
                                       },
                                      },
                                     },
                                    ),
                                    else_: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "false",
                                         span: Span {
                                          start: Position {
                                           line: 156,
                                           column: 140,
                                          },
                                          end: Position {
                                           line: 156,
                                           column: 145,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 156,
                                        column: 139,
                                       },
                                       end: Position {
                                        line: 156,
                                        column: 146,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 156,
                                      column: 90,
                                     },
                                     end: Position {
                                      line: 156,
                                      column: 146,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\" />\n<!-- specify the binaries to be called -->\n<fusemount>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 158,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 158,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "fuse",
                                       span: Span {
                                        start: Position {
                                         line: 158,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 158,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/mount.fuse %(VOLUME) %(MNTPT) -o ",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 72,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "concatStringsSep",
                                      span: Span {
                                       start: Position {
                                        line: 158,
                                        column: 74,
                                       },
                                       end: Position {
                                        line: 158,
                                        column: 90,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: ",",
                                          span: Span {
                                           start: Position {
                                            line: 158,
                                            column: 92,
                                           },
                                           end: Position {
                                            line: 158,
                                            column: 93,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 158,
                                         column: 91,
                                        },
                                        end: Position {
                                         line: 158,
                                         column: 94,
                                        },
                                       },
                                      },
                                     ),
                                     BinaryOperation(
                                      BinaryOperation {
                                       left: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 158,
                                             column: 96,
                                            },
                                            end: Position {
                                             line: 158,
                                             column: 99,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "fuseMountOptions",
                                            span: Span {
                                             start: Position {
                                              line: 158,
                                              column: 100,
                                             },
                                             end: Position {
                                              line: 158,
                                              column: 116,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                       operator: Concatenation,
                                       right: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "%(OPTIONS)",
                                               span: Span {
                                                start: Position {
                                                 line: 158,
                                                 column: 123,
                                                },
                                                end: Position {
                                                 line: 158,
                                                 column: 133,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 158,
                                              column: 122,
                                             },
                                             end: Position {
                                              line: 158,
                                              column: 134,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 158,
                                           column: 120,
                                          },
                                          end: Position {
                                           line: 158,
                                           column: 136,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "</fusemount>\n<fuseumount>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 159,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 159,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "fuse",
                                       span: Span {
                                        start: Position {
                                         line: 159,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 159,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/fusermount -u %(MNTPT)</fuseumount>\n<cryptmount>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 160,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 160,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 160,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pam_mount",
                                       span: Span {
                                        start: Position {
                                         line: 160,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 160,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/mount.crypt %(VOLUME) %(MNTPT)</cryptmount>\n<cryptumount>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 161,
                                        column: 26,
                                       },
                                       end: Position {
                                        line: 161,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pam_mount",
                                       span: Span {
                                        start: Position {
                                         line: 161,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 161,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/umount.crypt %(MNTPT)</cryptumount>\n<pmvarrun>",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 162,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 162,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pam_mount",
                                       span: Span {
                                        start: Position {
                                         line: 162,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 162,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/pmvarrun -u %(USER) -o %(OPERATION)</pmvarrun>\n",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 163,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "optionalString",
                                      span: Span {
                                       start: Position {
                                        line: 163,
                                        column: 13,
                                       },
                                       end: Position {
                                        line: 163,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "oflRequired",
                                       span: Span {
                                        start: Position {
                                         line: 163,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 163,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "<ofl>",
                                          span: Span {
                                           start: Position {
                                            line: 163,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 163,
                                            column: 57,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "fake_ofl",
                                            span: Span {
                                             start: Position {
                                              line: 163,
                                              column: 48,
                                             },
                                             end: Position {
                                              line: 163,
                                              column: 56,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "/bin/fake_ofl %(SIGNAL) %(MNTPT)</ofl>",
                                          span: Span {
                                           start: Position {
                                            line: 163,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 163,
                                            column: 95,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 163,
                                         column: 40,
                                        },
                                        end: Position {
                                         line: 163,
                                         column: 96,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 164,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "concatStrings",
                                      span: Span {
                                       start: Position {
                                        line: 164,
                                        column: 13,
                                       },
                                       end: Position {
                                        line: 164,
                                        column: 26,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "map",
                                         span: Span {
                                          start: Position {
                                           line: 164,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 164,
                                           column: 31,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        Identifier(
                                         Identifier {
                                          id: "userVolumeEntry",
                                          span: Span {
                                           start: Position {
                                            line: 164,
                                            column: 32,
                                           },
                                           end: Position {
                                            line: 164,
                                            column: 47,
                                           },
                                          },
                                         },
                                        ),
                                        FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "attrValues",
                                            span: Span {
                                             start: Position {
                                              line: 164,
                                              column: 49,
                                             },
                                             end: Position {
                                              line: 164,
                                              column: 59,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Identifier(
                                            Identifier {
                                             id: "extraUserVolumes",
                                             span: Span {
                                              start: Position {
                                               line: 164,
                                               column: 60,
                                              },
                                              end: Position {
                                               line: 164,
                                               column: 76,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 165,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "concatStringsSep",
                                      span: Span {
                                       start: Position {
                                        line: 165,
                                        column: 13,
                                       },
                                       end: Position {
                                        line: 165,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "\n",
                                          span: Span {
                                           start: Position {
                                            line: 165,
                                            column: 31,
                                           },
                                           end: Position {
                                            line: 165,
                                            column: 33,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 165,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 165,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 165,
                                           column: 35,
                                          },
                                          end: Position {
                                           line: 165,
                                           column: 38,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "extraVolumes",
                                          span: Span {
                                           start: Position {
                                            line: 165,
                                            column: 39,
                                           },
                                           end: Position {
                                            line: 165,
                                            column: 51,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n</pam_mount>\n",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 167,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 145,
                                 column: 46,
                                },
                                end: Position {
                                 line: 167,
                                 column: 13,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 9,
                           },
                           end: Position {
                            line: 167,
                            column: 13,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 131,
                       column: 53,
                      },
                      end: Position {
                       line: 168,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 128,
                  column: 45,
                 },
                 end: Position {
                  line: 170,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 19,
          column: 1,
         },
         end: Position {
          line: 171,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 171,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 171,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 171,
    column: 2,
   },
  },
 },
)