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