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: "postsrsd", span: Span { start: Position { line: 7, column: 25, }, end: Position { line: 7, column: 33, }, }, }, ), ], default: None, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 13, column: 3, }, end: Position { line: 13, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 15, column: 5, }, end: Position { line: 15, column: 13, }, }, }, ), Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 15, column: 14, }, end: Position { line: 15, column: 22, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 17, column: 7, }, end: Position { line: 17, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 17, column: 16, }, end: Position { line: 17, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 18, column: 9, }, end: Position { line: 18, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 18, column: 16, }, end: Position { line: 18, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 18, column: 22, }, end: Position { line: 18, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 19, column: 9, }, end: Position { line: 19, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 19, column: 19, }, end: Position { line: 19, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 20, column: 9, }, end: Position { line: 20, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 20, column: 23, }, end: Position { line: 20, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 20, column: 27, }, end: Position { line: 20, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Whether to enable the postsrsd SRS server for Postfix.", span: Span { start: Position { line: 20, column: 34, }, end: Position { line: 20, column: 88, }, }, }, ), ], span: Span { start: Position { line: 20, column: 33, }, end: Position { line: 20, column: 89, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 17, column: 25, }, end: Position { line: 21, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 23, column: 7, }, end: Position { line: 23, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 23, column: 21, }, end: Position { line: 23, column: 29, }, }, }, ), 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: "path", 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: String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/postsrsd/postsrsd.secret", span: Span { start: Position { line: 25, column: 20, }, end: Position { line: 25, column: 53, }, }, }, ), ], span: Span { start: Position { line: 25, column: 19, }, end: Position { line: 25, column: 54, }, }, }, ), }, ), 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: [ String( String_ { parts: [ Raw( PartRaw { content: "Secret keys used for signing and verification", span: Span { start: Position { line: 26, column: 34, }, end: Position { line: 26, column: 79, }, }, }, ), ], span: Span { start: Position { line: 26, column: 33, }, end: Position { line: 26, column: 80, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 23, column: 30, }, end: Position { line: 27, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "domain", span: Span { start: Position { line: 29, column: 7, }, end: Position { line: 29, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 29, column: 16, }, end: Position { line: 29, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 30, column: 9, }, end: Position { line: 30, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 30, column: 16, }, end: Position { line: 30, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 30, column: 22, }, end: Position { line: 30, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 31, column: 9, }, end: Position { line: 31, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 31, column: 23, }, end: Position { line: 31, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 31, column: 27, }, end: Position { line: 31, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Domain name for rewrite", span: Span { start: Position { line: 31, column: 34, }, end: Position { line: 31, column: 57, }, }, }, ), ], span: Span { start: Position { line: 31, column: 33, }, end: Position { line: 31, column: 58, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 29, column: 25, }, end: Position { line: 32, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "separator", span: Span { start: Position { line: 34, column: 7, }, end: Position { line: 34, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 34, column: 19, }, end: Position { line: 34, column: 27, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 35, column: 9, }, end: Position { line: 35, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 35, column: 16, }, end: Position { line: 35, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enum", span: Span { start: Position { line: 35, column: 22, }, end: Position { line: 35, column: 26, }, }, }, ), ], default: None, }, ), arguments: [ List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "-", span: Span { start: Position { line: 35, column: 29, }, end: Position { line: 35, column: 30, }, }, }, ), ], span: Span { start: Position { line: 35, column: 28, }, end: Position { line: 35, column: 31, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "=", span: Span { start: Position { line: 35, column: 33, }, end: Position { line: 35, column: 34, }, }, }, ), ], span: Span { start: Position { line: 35, column: 32, }, end: Position { line: 35, column: 35, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "+", span: Span { start: Position { line: 35, column: 37, }, end: Position { line: 35, column: 38, }, }, }, ), ], span: Span { start: Position { line: 35, column: 36, }, end: Position { line: 35, column: 39, }, }, }, ), ], span: Span { start: Position { line: 35, column: 27, }, end: Position { line: 35, column: 40, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 36, column: 9, }, end: Position { line: 36, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "=", span: Span { start: Position { line: 36, column: 20, }, end: Position { line: 36, column: 21, }, }, }, ), ], span: Span { start: Position { line: 36, column: 19, }, end: Position { line: 36, column: 22, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 37, column: 9, }, end: Position { line: 37, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 37, column: 23, }, end: Position { line: 37, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 37, column: 27, }, end: Position { line: 37, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "First separator character in generated addresses", span: Span { start: Position { line: 37, column: 34, }, end: Position { line: 37, column: 82, }, }, }, ), ], span: Span { start: Position { line: 37, column: 33, }, end: Position { line: 37, column: 83, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 34, column: 28, }, end: Position { line: 38, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "forwardPort", span: Span { start: Position { line: 46, column: 7, }, end: Position { line: 46, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 46, column: 21, }, end: Position { line: 46, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 47, column: 9, }, end: Position { line: 47, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 47, column: 16, }, end: Position { line: 47, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 47, column: 22, }, end: Position { line: 47, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 48, column: 9, }, end: Position { line: 48, column: 16, }, }, }, ), ], to: Integer( Integer { value: "10001", span: Span { start: Position { line: 48, column: 19, }, end: Position { line: 48, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 49, column: 9, }, end: Position { line: 49, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 49, column: 23, }, end: Position { line: 49, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 49, column: 27, }, end: Position { line: 49, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Port for the forward SRS lookup", span: Span { start: Position { line: 49, column: 34, }, end: Position { line: 49, column: 65, }, }, }, ), ], span: Span { start: Position { line: 49, column: 33, }, end: Position { line: 49, column: 66, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 46, column: 30, }, end: Position { line: 50, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "reversePort", span: Span { start: Position { line: 52, column: 7, }, end: Position { line: 52, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 52, column: 21, }, end: Position { line: 52, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 53, column: 9, }, end: Position { line: 53, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 53, column: 16, }, end: Position { line: 53, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 53, column: 22, }, end: Position { line: 53, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 54, column: 9, }, end: Position { line: 54, column: 16, }, }, }, ), ], to: Integer( Integer { value: "10002", span: Span { start: Position { line: 54, column: 19, }, end: Position { line: 54, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 55, column: 9, }, end: Position { line: 55, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 55, column: 23, }, end: Position { line: 55, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 55, column: 27, }, end: Position { line: 55, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Port for the reverse SRS lookup", span: Span { start: Position { line: 55, column: 34, }, end: Position { line: 55, column: 65, }, }, }, ), ], span: Span { start: Position { line: 55, column: 33, }, end: Position { line: 55, column: 66, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 52, column: 30, }, end: Position { line: 56, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "timeout", span: Span { start: Position { line: 58, column: 7, }, end: Position { line: 58, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 58, column: 17, }, end: Position { line: 58, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 59, column: 9, }, end: Position { line: 59, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 59, column: 16, }, end: Position { line: 59, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 59, column: 22, }, end: Position { line: 59, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 60, column: 9, }, end: Position { line: 60, column: 16, }, }, }, ), ], to: Integer( Integer { value: "1800", span: Span { start: Position { line: 60, column: 19, }, end: Position { line: 60, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 61, column: 9, }, end: Position { line: 61, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 61, column: 23, }, end: Position { line: 61, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 61, column: 27, }, end: Position { line: 61, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Timeout for idle client connections in seconds", span: Span { start: Position { line: 61, column: 34, }, end: Position { line: 61, column: 80, }, }, }, ), ], span: Span { start: Position { line: 61, column: 33, }, end: Position { line: 61, column: 81, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 58, column: 26, }, end: Position { line: 62, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "excludeDomains", span: Span { start: Position { line: 64, column: 7, }, end: Position { line: 64, column: 21, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 64, column: 24, }, end: Position { line: 64, column: 32, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 65, column: 9, }, end: Position { line: 65, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 65, column: 16, }, end: Position { line: 65, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listOf", span: Span { start: Position { line: 65, column: 22, }, end: Position { line: 65, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 65, column: 29, }, end: Position { line: 65, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 65, column: 35, }, end: Position { line: 65, column: 38, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 66, column: 9, }, end: Position { line: 66, column: 16, }, }, }, ), ], to: List( List { elements: [], span: Span { start: Position { line: 66, column: 19, }, end: Position { line: 66, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 67, column: 9, }, end: Position { line: 67, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 67, column: 23, }, end: Position { line: 67, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 67, column: 27, }, end: Position { line: 67, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Origin domains to exclude from rewriting in addition to primary domain", span: Span { start: Position { line: 67, column: 34, }, end: Position { line: 67, column: 104, }, }, }, ), ], span: Span { start: Position { line: 67, column: 33, }, end: Position { line: 67, column: 105, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 64, column: 33, }, end: Position { line: 68, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 70, column: 7, }, end: Position { line: 70, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 70, column: 14, }, end: Position { line: 70, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 71, column: 9, }, end: Position { line: 71, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 71, column: 16, }, end: Position { line: 71, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 71, column: 22, }, end: Position { line: 71, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 72, column: 9, }, end: Position { line: 72, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 72, column: 20, }, end: Position { line: 72, column: 28, }, }, }, ), ], span: Span { start: Position { line: 72, column: 19, }, end: Position { line: 72, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 73, column: 9, }, end: Position { line: 73, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 73, column: 23, }, end: Position { line: 73, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 73, column: 27, }, end: Position { line: 73, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "User for the daemon", span: Span { start: Position { line: 73, column: 34, }, end: Position { line: 73, column: 53, }, }, }, ), ], span: Span { start: Position { line: 73, column: 33, }, end: Position { line: 73, column: 54, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 70, column: 23, }, end: Position { line: 74, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 76, column: 7, }, end: Position { line: 76, column: 12, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 76, column: 15, }, end: Position { line: 76, column: 23, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 77, column: 9, }, end: Position { line: 77, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 77, column: 16, }, end: Position { line: 77, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 77, column: 22, }, end: Position { line: 77, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 78, column: 9, }, end: Position { line: 78, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 78, column: 20, }, end: Position { line: 78, column: 28, }, }, }, ), ], span: Span { start: Position { line: 78, column: 19, }, end: Position { line: 78, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 79, column: 9, }, end: Position { line: 79, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 79, column: 23, }, end: Position { line: 79, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 79, column: 27, }, end: Position { line: 79, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Group for the daemon", span: Span { start: Position { line: 79, column: 34, }, end: Position { line: 79, column: 54, }, }, }, ), ], span: Span { start: Position { line: 79, column: 33, }, end: Position { line: 79, column: 55, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 76, column: 24, }, end: Position { line: 80, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 15, column: 25, }, end: Position { line: 82, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 13, column: 13, }, end: Position { line: 84, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 89, column: 3, }, end: Position { line: 89, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 89, column: 12, }, end: Position { line: 89, column: 16, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 89, column: 17, }, end: Position { line: 89, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 89, column: 21, }, end: Position { line: 89, column: 27, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 91, column: 5, }, end: Position { line: 91, column: 13, }, }, }, ), Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 91, column: 14, }, end: Position { line: 91, column: 22, }, }, }, ), Raw( PartRaw { content: "domain", span: Span { start: Position { line: 91, column: 23, }, end: Position { line: 91, column: 29, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkDefault", span: Span { start: Position { line: 91, column: 32, }, end: Position { line: 91, column: 41, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 91, column: 42, }, end: Position { line: 91, column: 48, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "networking", span: Span { start: Position { line: 91, column: 49, }, end: Position { line: 91, column: 59, }, }, }, ), Raw( PartRaw { content: "hostName", span: Span { start: Position { line: 91, column: 60, }, end: Position { line: 91, column: 68, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 93, column: 5, }, end: Position { line: 93, column: 10, }, }, }, ), Raw( PartRaw { content: "users", span: Span { start: Position { line: 93, column: 11, }, end: Position { line: 93, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionalAttrs", span: Span { start: Position { line: 93, column: 19, }, end: Position { line: 93, column: 32, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 93, column: 34, }, end: Position { line: 93, column: 37, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 93, column: 38, }, end: Position { line: 93, column: 42, }, }, }, ), ], default: None, }, ), operator: EqualTo, right: String( String_ { parts: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 93, column: 47, }, end: Position { line: 93, column: 55, }, }, }, ), ], span: Span { start: Position { line: 93, column: 46, }, end: Position { line: 93, column: 56, }, }, }, ), }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 94, column: 7, }, end: Position { line: 94, column: 15, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 95, column: 9, }, end: Position { line: 95, column: 14, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 95, column: 17, }, end: Position { line: 95, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 95, column: 21, }, end: Position { line: 95, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "uid", span: Span { start: Position { line: 96, column: 9, }, end: Position { line: 96, column: 12, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 96, column: 15, }, end: Position { line: 96, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 96, column: 22, }, end: Position { line: 96, column: 25, }, }, }, ), Raw( PartRaw { content: "uids", span: Span { start: Position { line: 96, column: 26, }, end: Position { line: 96, column: 30, }, }, }, ), Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 96, column: 31, }, end: Position { line: 96, column: 39, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 94, column: 18, }, end: Position { line: 97, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 93, column: 58, }, end: Position { line: 98, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 100, column: 5, }, end: Position { line: 100, column: 10, }, }, }, ), Raw( PartRaw { content: "groups", span: Span { start: Position { line: 100, column: 11, }, end: Position { line: 100, column: 17, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionalAttrs", span: Span { start: Position { line: 100, column: 20, }, end: Position { line: 100, column: 33, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 100, column: 35, }, end: Position { line: 100, column: 38, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 100, column: 39, }, end: Position { line: 100, column: 44, }, }, }, ), ], default: None, }, ), operator: EqualTo, right: String( String_ { parts: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 100, column: 49, }, end: Position { line: 100, column: 57, }, }, }, ), ], span: Span { start: Position { line: 100, column: 48, }, end: Position { line: 100, column: 58, }, }, }, ), }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 101, column: 7, }, end: Position { line: 101, column: 15, }, }, }, ), Raw( PartRaw { content: "gid", span: Span { start: Position { line: 101, column: 16, }, end: Position { line: 101, column: 19, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 101, column: 22, }, end: Position { line: 101, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 101, column: 29, }, end: Position { line: 101, column: 32, }, }, }, ), Raw( PartRaw { content: "gids", span: Span { start: Position { line: 101, column: 33, }, end: Position { line: 101, column: 37, }, }, }, ), Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 101, column: 38, }, end: Position { line: 101, column: 46, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 100, column: 60, }, end: Position { line: 102, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 104, column: 5, }, end: Position { line: 104, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 104, column: 13, }, end: Position { line: 104, column: 21, }, }, }, ), Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 104, column: 22, }, end: Position { line: 104, column: 30, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 105, column: 7, }, end: Position { line: 105, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "PostSRSd SRS rewriting server", span: Span { start: Position { line: 105, column: 22, }, end: Position { line: 105, column: 51, }, }, }, ), ], span: Span { start: Position { line: 105, column: 21, }, end: Position { line: 105, column: 52, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 106, column: 7, }, end: Position { line: 106, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 106, column: 18, }, end: Position { line: 106, column: 32, }, }, }, ), ], span: Span { start: Position { line: 106, column: 17, }, end: Position { line: 106, column: 33, }, }, }, ), ], span: Span { start: Position { line: 106, column: 15, }, end: Position { line: 106, column: 35, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "before", span: Span { start: Position { line: 107, column: 7, }, end: Position { line: 107, column: 13, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "postfix.service", span: Span { start: Position { line: 107, column: 19, }, end: Position { line: 107, column: 34, }, }, }, ), ], span: Span { start: Position { line: 107, column: 18, }, end: Position { line: 107, column: 35, }, }, }, ), ], span: Span { start: Position { line: 107, column: 16, }, end: Position { line: 107, column: 37, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 108, column: 7, }, end: Position { line: 108, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 108, column: 21, }, end: Position { line: 108, column: 38, }, }, }, ), ], span: Span { start: Position { line: 108, column: 20, }, end: Position { line: 108, column: 39, }, }, }, ), ], span: Span { start: Position { line: 108, column: 18, }, end: Position { line: 108, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 110, column: 7, }, end: Position { line: 110, column: 11, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 110, column: 16, }, end: Position { line: 110, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "coreutils", span: Span { start: Position { line: 110, column: 21, }, end: Position { line: 110, column: 30, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 110, column: 14, }, end: Position { line: 110, column: 32, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 112, column: 7, }, end: Position { line: 112, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 113, column: 9, }, end: Position { line: 113, column: 18, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 113, column: 25, }, end: Position { line: 113, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "postsrsd", span: Span { start: Position { line: 113, column: 30, }, end: Position { line: 113, column: 38, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/sbin/postsrsd \"-s", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 57, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 59, }, end: Position { line: 113, column: 62, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 113, column: 63, }, end: Position { line: 113, column: 74, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \"-d", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 80, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 82, }, end: Position { line: 113, column: 85, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "domain", span: Span { start: Position { line: 113, column: 86, }, end: Position { line: 113, column: 92, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" -a", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 97, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 99, }, end: Position { line: 113, column: 102, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "separator", span: Span { start: Position { line: 113, column: 103, }, end: Position { line: 113, column: 112, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " -f", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 116, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 113, column: 118, }, end: Position { line: 113, column: 126, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 127, }, end: Position { line: 113, column: 130, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "forwardPort", span: Span { start: Position { line: 113, column: 131, }, end: Position { line: 113, column: 142, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: " -r", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 146, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 113, column: 148, }, end: Position { line: 113, column: 156, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 157, }, end: Position { line: 113, column: 160, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "reversePort", span: Span { start: Position { line: 113, column: 161, }, end: Position { line: 113, column: 172, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: " -t", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 176, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 113, column: 178, }, end: Position { line: 113, column: 186, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 187, }, end: Position { line: 113, column: 190, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "timeout", span: Span { start: Position { line: 113, column: 191, }, end: Position { line: 113, column: 198, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: " \"-X", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 203, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 113, column: 205, }, end: Position { line: 113, column: 221, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: ",", span: Span { start: Position { line: 113, column: 223, }, end: Position { line: 113, column: 224, }, }, }, ), ], span: Span { start: Position { line: 113, column: 222, }, end: Position { line: 113, column: 225, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 113, column: 226, }, end: Position { line: 113, column: 229, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "excludeDomains", span: Span { start: Position { line: 113, column: 230, }, end: Position { line: 113, column: 244, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\"", span: Span { start: Position { line: 113, column: 23, }, end: Position { line: 113, column: 246, }, }, }, ), ], span: Span { start: Position { line: 113, column: 21, }, end: Position { line: 113, column: 248, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "User", span: Span { start: Position { line: 114, column: 9, }, end: Position { line: 114, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 114, column: 16, }, end: Position { line: 114, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 114, column: 20, }, end: Position { line: 114, column: 24, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "Group", span: Span { start: Position { line: 115, column: 9, }, end: Position { line: 115, column: 14, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 115, column: 17, }, end: Position { line: 115, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 115, column: 21, }, end: Position { line: 115, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "PermissionsStartOnly", span: Span { start: Position { line: 116, column: 9, }, end: Position { line: 116, column: 29, }, }, }, ), ], to: Identifier( Identifier { id: "true", span: Span { start: Position { line: 116, column: 32, }, end: Position { line: 116, column: 36, }, }, }, ), }, ), ], span: Span { start: Position { line: 112, column: 23, }, end: Position { line: 117, column: 8, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "preStart", span: Span { start: Position { line: 119, column: 7, }, end: Position { line: 119, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "if [ ! -e \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 120, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 120, column: 22, }, end: Position { line: 120, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 120, column: 26, }, end: Position { line: 120, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" ]; then\n echo \"WARNING: secrets file not found, autogenerating!\"\n DIR=\"$(dirname \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 122, column: 27, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 122, column: 29, }, end: Position { line: 122, column: 32, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 122, column: 33, }, end: Position { line: 122, column: 44, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\")\"\n if [ ! -d \"$DIR\" ]; then\n mkdir -p -m750 \"$DIR\"\n chown \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 125, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 125, column: 22, }, end: Position { line: 125, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 125, column: 26, }, end: Position { line: 125, column: 30, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: ":", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 125, column: 32, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 125, column: 34, }, end: Position { line: 125, column: 37, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 125, column: 38, }, end: Position { line: 125, column: 43, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \"$DIR\"\n fi\n dd if=/dev/random bs=18 count=1 | base64 > \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 127, column: 55, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 127, column: 57, }, end: Position { line: 127, column: 60, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 127, column: 61, }, end: Position { line: 127, column: 72, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\n chmod 600 \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 128, column: 22, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 128, column: 24, }, end: Position { line: 128, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 128, column: 28, }, end: Position { line: 128, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\nfi\nchown \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 130, column: 16, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 130, column: 18, }, end: Position { line: 130, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 130, column: 22, }, end: Position { line: 130, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: ":", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 130, column: 28, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 130, column: 30, }, end: Position { line: 130, column: 33, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 130, column: 34, }, end: Position { line: 130, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \"", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 130, column: 43, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 130, column: 45, }, end: Position { line: 130, column: 48, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "secretsFile", span: Span { start: Position { line: 130, column: 49, }, end: Position { line: 130, column: 60, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\n", span: Span { start: Position { line: 120, column: 1, }, end: Position { line: 131, column: 7, }, }, }, ), ], span: Span { start: Position { line: 119, column: 18, }, end: Position { line: 131, column: 9, }, }, }, ), }, ), ], span: Span { start: Position { line: 104, column: 33, }, end: Position { line: 132, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 89, column: 28, }, end: Position { line: 134, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 9, column: 4, }, end: Position { line: 135, column: 2, }, }, }, ), span: Span { start: Position { line: 5, column: 1, }, end: Position { line: 135, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 135, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 135, column: 2, }, }, }, )