Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", default: None, }, FunctionHeadDestructuredArgument { identifier: "pkgs", default: None, }, FunctionHeadDestructuredArgument { identifier: "lib", default: None, }, ], }, ), body: With( With { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 3, column: 6, }, end: Position { line: 3, column: 9, }, }, }, ), target: LetIn( LetIn { bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "cfg", span: Span { start: Position { line: 6, column: 3, }, end: Position { line: 6, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 6, column: 9, }, end: Position { line: 6, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 6, column: 16, }, end: Position { line: 6, column: 24, }, }, }, ), Raw( PartRaw { content: "cadvisor", span: Span { start: Position { line: 6, column: 25, }, end: Position { line: 6, column: 33, }, }, }, ), ], default: None, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 9, column: 3, }, end: Position { line: 9, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 10, column: 5, }, end: Position { line: 10, column: 13, }, }, }, ), Raw( PartRaw { content: "cadvisor", span: Span { start: Position { line: 10, column: 14, }, end: Position { line: 10, column: 22, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 11, column: 7, }, end: Position { line: 11, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 11, column: 16, }, end: Position { line: 11, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 12, column: 9, }, end: Position { line: 12, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 12, column: 19, }, end: Position { line: 12, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 13, column: 9, }, end: Position { line: 13, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 13, column: 16, }, end: Position { line: 13, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 13, column: 22, }, end: Position { line: 13, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 14, column: 9, }, end: Position { line: 14, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 14, column: 23, }, end: Position { line: 14, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 14, column: 27, }, end: Position { line: 14, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Whether to enable cadvisor service.", span: Span { start: Position { line: 14, column: 34, }, end: Position { line: 14, column: 69, }, }, }, ), ], span: Span { start: Position { line: 14, column: 33, }, end: Position { line: 14, column: 70, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 11, column: 25, }, end: Position { line: 15, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "listenAddress", span: Span { start: Position { line: 17, column: 7, }, end: Position { line: 17, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 17, column: 23, }, end: Position { line: 17, column: 31, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 18, column: 9, }, end: Position { line: 18, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "127.0.0.1", span: Span { start: Position { line: 18, column: 20, }, end: Position { line: 18, column: 29, }, }, }, ), ], span: Span { start: Position { line: 18, column: 19, }, end: Position { line: 18, column: 30, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 19, column: 9, }, end: Position { line: 19, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 19, column: 16, }, end: Position { line: 19, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 19, column: 22, }, end: Position { line: 19, column: 25, }, }, }, ), ], default: None, }, ), }, ), 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: "Cadvisor listening host", span: Span { start: Position { line: 20, column: 34, }, end: Position { line: 20, column: 57, }, }, }, ), ], span: Span { start: Position { line: 20, column: 33, }, end: Position { line: 20, column: 58, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 17, column: 32, }, end: Position { line: 21, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 23, column: 7, }, end: Position { line: 23, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 23, column: 14, }, end: Position { line: 23, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 24, column: 9, }, end: Position { line: 24, column: 16, }, }, }, ), ], to: Integer( Integer { value: "8080", span: Span { start: Position { line: 24, column: 19, }, end: Position { line: 24, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 25, column: 9, }, end: Position { line: 25, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 25, column: 16, }, end: Position { line: 25, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 25, column: 22, }, end: Position { line: 25, column: 25, }, }, }, ), ], default: None, }, ), }, ), 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: "Cadvisor listening port", span: Span { start: Position { line: 26, column: 34, }, end: Position { line: 26, column: 57, }, }, }, ), ], span: Span { start: Position { line: 26, column: 33, }, end: Position { line: 26, column: 58, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 23, column: 23, }, end: Position { line: 27, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriver", span: Span { start: Position { line: 29, column: 7, }, end: Position { line: 29, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 29, column: 23, }, end: Position { line: 29, column: 31, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 30, column: 9, }, end: Position { line: 30, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "null", span: Span { start: Position { line: 30, column: 19, }, end: Position { line: 30, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 31, column: 9, }, end: Position { line: 31, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 31, column: 16, }, end: Position { line: 31, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "nullOr", span: Span { start: Position { line: 31, column: 22, }, end: Position { line: 31, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 31, column: 29, }, end: Position { line: 31, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 31, column: 35, }, end: Position { line: 31, column: 38, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 32, column: 9, }, end: Position { line: 32, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "influxdb", span: Span { start: Position { line: 32, column: 20, }, end: Position { line: 32, column: 28, }, }, }, ), ], span: Span { start: Position { line: 32, column: 19, }, end: Position { line: 32, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 33, column: 9, }, end: Position { line: 33, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 33, column: 23, }, end: Position { line: 33, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 33, column: 27, }, end: Position { line: 33, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Cadvisor storage driver.", span: Span { start: Position { line: 33, column: 34, }, end: Position { line: 33, column: 58, }, }, }, ), ], span: Span { start: Position { line: 33, column: 33, }, end: Position { line: 33, column: 59, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 29, column: 32, }, end: Position { line: 34, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverHost", span: Span { start: Position { line: 36, column: 7, }, end: Position { line: 36, column: 24, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 36, column: 27, }, end: Position { line: 36, column: 35, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 37, column: 9, }, end: Position { line: 37, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "localhost:8086", span: Span { start: Position { line: 37, column: 20, }, end: Position { line: 37, column: 34, }, }, }, ), ], span: Span { start: Position { line: 37, column: 19, }, end: Position { line: 37, column: 35, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 38, column: 9, }, end: Position { line: 38, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 38, column: 16, }, end: Position { line: 38, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 38, column: 22, }, end: Position { line: 38, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 39, column: 9, }, end: Position { line: 39, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 39, column: 23, }, end: Position { line: 39, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 39, column: 27, }, end: Position { line: 39, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Cadvisor storage driver host.", span: Span { start: Position { line: 39, column: 34, }, end: Position { line: 39, column: 63, }, }, }, ), ], span: Span { start: Position { line: 39, column: 33, }, end: Position { line: 39, column: 64, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 36, column: 36, }, end: Position { line: 40, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverDb", span: Span { start: Position { line: 42, column: 7, }, end: Position { line: 42, column: 22, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 42, column: 25, }, end: Position { line: 42, column: 33, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 43, column: 9, }, end: Position { line: 43, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "root", span: Span { start: Position { line: 43, column: 20, }, end: Position { line: 43, column: 24, }, }, }, ), ], span: Span { start: Position { line: 43, column: 19, }, end: Position { line: 43, column: 25, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 44, column: 9, }, end: Position { line: 44, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 44, column: 16, }, end: Position { line: 44, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 44, column: 22, }, end: Position { line: 44, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 45, column: 9, }, end: Position { line: 45, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 45, column: 23, }, end: Position { line: 45, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 45, column: 27, }, end: Position { line: 45, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Cadvisord storage driver database name.", span: Span { start: Position { line: 45, column: 34, }, end: Position { line: 45, column: 73, }, }, }, ), ], span: Span { start: Position { line: 45, column: 33, }, end: Position { line: 45, column: 74, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 42, column: 34, }, end: Position { line: 46, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverUser", span: Span { start: Position { line: 48, column: 7, }, end: Position { line: 48, column: 24, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 48, column: 27, }, end: Position { line: 48, column: 35, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 49, column: 9, }, end: Position { line: 49, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "root", span: Span { start: Position { line: 49, column: 20, }, end: Position { line: 49, column: 24, }, }, }, ), ], span: Span { start: Position { line: 49, column: 19, }, end: Position { line: 49, column: 25, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 50, column: 9, }, end: Position { line: 50, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 50, column: 16, }, end: Position { line: 50, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 50, column: 22, }, end: Position { line: 50, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 51, column: 9, }, end: Position { line: 51, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 51, column: 23, }, end: Position { line: 51, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 51, column: 27, }, end: Position { line: 51, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Cadvisor storage driver username.", span: Span { start: Position { line: 51, column: 34, }, end: Position { line: 51, column: 67, }, }, }, ), ], span: Span { start: Position { line: 51, column: 33, }, end: Position { line: 51, column: 68, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 48, column: 36, }, end: Position { line: 52, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverPassword", span: Span { start: Position { line: 54, column: 7, }, end: Position { line: 54, column: 28, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 54, column: 31, }, end: Position { line: 54, column: 39, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 55, column: 9, }, end: Position { line: 55, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "root", span: Span { start: Position { line: 55, column: 20, }, end: Position { line: 55, column: 24, }, }, }, ), ], span: Span { start: Position { line: 55, column: 19, }, end: Position { line: 55, column: 25, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 56, column: 9, }, end: Position { line: 56, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 56, column: 16, }, end: Position { line: 56, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 56, column: 22, }, end: Position { line: 56, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 57, column: 9, }, end: Position { line: 57, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 57, column: 23, }, end: Position { line: 57, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 57, column: 27, }, end: Position { line: 57, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Cadvisor storage driver password.\n\nWarning: this password is stored in the world-readable Nix store. It's\nrecommended to use the {option}`storageDriverPasswordFile` option\nsince that gives you control over the security of the password.\n{option}`storageDriverPasswordFile` also takes precedence over {option}`storageDriverPassword`.\n", span: Span { start: Position { line: 58, column: 1, }, end: Position { line: 64, column: 9, }, }, }, ), ], span: Span { start: Position { line: 57, column: 33, }, end: Position { line: 64, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 54, column: 40, }, end: Position { line: 65, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverPasswordFile", span: Span { start: Position { line: 67, column: 7, }, end: Position { line: 67, column: 32, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 67, column: 35, }, end: Position { line: 67, column: 43, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 68, column: 9, }, end: Position { line: 68, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 68, column: 16, }, end: Position { line: 68, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 68, column: 22, }, end: Position { line: 68, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 69, column: 9, }, end: Position { line: 69, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 69, column: 23, }, end: Position { line: 69, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 69, column: 27, }, end: Position { line: 69, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "File that contains the cadvisor storage driver password.\n\n{option}`storageDriverPasswordFile` takes precedence over {option}`storageDriverPassword`\n\nWarning: when {option}`storageDriverPassword` is non-empty this defaults to a file in the\nworld-readable Nix store that contains the value of {option}`storageDriverPassword`.\n\nIt's recommended to override this with a path not in the Nix store.\nTip: use [nixops key management](https://nixos.org/nixops/manual/#idm140737318306400)\n", span: Span { start: Position { line: 70, column: 1, }, end: Position { line: 79, column: 9, }, }, }, ), ], span: Span { start: Position { line: 69, column: 33, }, end: Position { line: 79, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 67, column: 44, }, end: Position { line: 80, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "storageDriverSecure", span: Span { start: Position { line: 82, column: 7, }, end: Position { line: 82, column: 26, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 82, column: 29, }, end: Position { line: 82, column: 37, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 83, column: 9, }, end: Position { line: 83, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 83, column: 19, }, end: Position { line: 83, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 84, column: 9, }, end: Position { line: 84, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 84, column: 16, }, end: Position { line: 84, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 84, column: 22, }, end: Position { line: 84, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 85, column: 9, }, end: Position { line: 85, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 85, column: 23, }, end: Position { line: 85, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 85, column: 27, }, end: Position { line: 85, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Cadvisor storage driver, enable secure communication.", span: Span { start: Position { line: 85, column: 34, }, end: Position { line: 85, column: 87, }, }, }, ), ], span: Span { start: Position { line: 85, column: 33, }, end: Position { line: 85, column: 88, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 82, column: 38, }, end: Position { line: 86, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraOptions", span: Span { start: Position { line: 88, column: 7, }, end: Position { line: 88, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 88, column: 22, }, end: Position { line: 88, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 89, column: 9, }, end: Position { line: 89, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 89, column: 16, }, end: Position { line: 89, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listOf", span: Span { start: Position { line: 89, column: 22, }, end: Position { line: 89, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 89, column: 29, }, end: Position { line: 89, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 89, column: 35, }, end: Position { line: 89, column: 38, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 90, column: 9, }, end: Position { line: 90, column: 16, }, }, }, ), ], to: List( List { elements: [], span: Span { start: Position { line: 90, column: 19, }, end: Position { line: 90, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 91, column: 9, }, end: Position { line: 91, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 91, column: 23, }, end: Position { line: 91, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 91, column: 27, }, end: Position { line: 91, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Additional cadvisor options.\n\nSee for available options.\n", span: Span { start: Position { line: 92, column: 1, }, end: Position { line: 95, column: 9, }, }, }, ), ], span: Span { start: Position { line: 91, column: 33, }, end: Position { line: 95, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 88, column: 31, }, end: Position { line: 96, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 10, column: 25, }, end: Position { line: 97, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 9, column: 13, }, end: Position { line: 98, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 100, column: 3, }, end: Position { line: 100, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkMerge", span: Span { start: Position { line: 100, column: 12, }, end: Position { line: 100, column: 19, }, }, }, ), arguments: [ List( List { elements: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 101, column: 7, }, end: Position { line: 101, column: 15, }, }, }, ), Raw( PartRaw { content: "cadvisor", span: Span { start: Position { line: 101, column: 16, }, end: Position { line: 101, column: 24, }, }, }, ), Raw( PartRaw { content: "storageDriverPasswordFile", span: Span { start: Position { line: 101, column: 25, }, end: Position { line: 101, column: 50, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 101, column: 53, }, end: Position { line: 101, column: 57, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 101, column: 59, }, end: Position { line: 101, column: 62, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverPassword", span: Span { start: Position { line: 101, column: 63, }, end: Position { line: 101, column: 84, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: String( String_ { parts: [], span: Span { start: Position { line: 101, column: 88, }, end: Position { line: 101, column: 90, }, }, }, ), }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkDefault", span: Span { start: Position { line: 102, column: 9, }, end: Position { line: 102, column: 18, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 102, column: 20, }, end: Position { line: 102, column: 28, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 102, column: 30, }, end: Position { line: 102, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeTextFile", span: Span { start: Position { line: 102, column: 35, }, end: Position { line: 102, column: 48, }, }, }, ), ], default: None, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 103, column: 11, }, end: Position { line: 103, column: 15, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "cadvisor-storage-driver-password", span: Span { start: Position { line: 103, column: 19, }, end: Position { line: 103, column: 51, }, }, }, ), ], span: Span { start: Position { line: 103, column: 18, }, end: Position { line: 103, column: 52, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "text", span: Span { start: Position { line: 104, column: 11, }, end: Position { line: 104, column: 15, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 104, column: 18, }, end: Position { line: 104, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverPassword", span: Span { start: Position { line: 104, column: 22, }, end: Position { line: 104, column: 43, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 102, column: 49, }, end: Position { line: 105, column: 10, }, }, }, ), ], }, ), ], }, ), ], }, ), ], }, ), }, ), ], span: Span { start: Position { line: 101, column: 5, }, end: Position { line: 107, column: 6, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 109, column: 6, }, end: Position { line: 109, column: 10, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 109, column: 11, }, end: Position { line: 109, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 109, column: 15, }, end: Position { line: 109, column: 21, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 110, column: 7, }, end: Position { line: 110, column: 14, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 110, column: 15, }, end: Position { line: 110, column: 23, }, }, }, ), Raw( PartRaw { content: "cadvisor", span: Span { start: Position { line: 110, column: 24, }, end: Position { line: 110, column: 32, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 111, column: 9, }, end: Position { line: 111, column: 17, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 111, column: 23, }, end: Position { line: 111, column: 40, }, }, }, ), ], span: Span { start: Position { line: 111, column: 22, }, end: Position { line: 111, column: 41, }, }, }, ), ], span: Span { start: Position { line: 111, column: 20, }, end: Position { line: 111, column: 43, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 112, column: 9, }, end: Position { line: 112, column: 14, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 112, column: 20, }, end: Position { line: 112, column: 34, }, }, }, ), ], span: Span { start: Position { line: 112, column: 19, }, end: Position { line: 112, column: 35, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "docker.service", span: Span { start: Position { line: 112, column: 37, }, end: Position { line: 112, column: 51, }, }, }, ), ], span: Span { start: Position { line: 112, column: 36, }, end: Position { line: 112, column: 52, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "influxdb.service", span: Span { start: Position { line: 112, column: 54, }, end: Position { line: 112, column: 70, }, }, }, ), ], span: Span { start: Position { line: 112, column: 53, }, end: Position { line: 112, column: 71, }, }, }, ), ], span: Span { start: Position { line: 112, column: 17, }, end: Position { line: 112, column: 73, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 114, column: 9, }, end: Position { line: 114, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionals", span: Span { start: Position { line: 114, column: 16, }, end: Position { line: 114, column: 25, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 114, column: 26, }, end: Position { line: 114, column: 32, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "boot", span: Span { start: Position { line: 114, column: 33, }, end: Position { line: 114, column: 37, }, }, }, ), Raw( PartRaw { content: "zfs", span: Span { start: Position { line: 114, column: 38, }, end: Position { line: 114, column: 41, }, }, }, ), Raw( PartRaw { content: "enabled", span: Span { start: Position { line: 114, column: 42, }, end: Position { line: 114, column: 49, }, }, }, ), ], default: None, }, ), List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 114, column: 52, }, end: Position { line: 114, column: 56, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "zfs", span: Span { start: Position { line: 114, column: 57, }, end: Position { line: 114, column: 60, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 114, column: 50, }, end: Position { line: 114, column: 62, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "postStart", span: Span { start: Position { line: 116, column: 9, }, end: Position { line: 116, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkBefore", span: Span { start: Position { line: 116, column: 21, }, end: Position { line: 116, column: 29, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "until ", span: Span { start: Position { line: 117, column: 1, }, end: Position { line: 117, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 117, column: 19, }, end: Position { line: 117, column: 23, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "curl", span: Span { start: Position { line: 117, column: 24, }, end: Position { line: 117, column: 28, }, }, }, ), Raw( PartRaw { content: "bin", span: Span { start: Position { line: 117, column: 29, }, end: Position { line: 117, column: 32, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/curl -s -o /dev/null 'http://", span: Span { start: Position { line: 117, column: 1, }, end: Position { line: 117, column: 67, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 117, column: 69, }, end: Position { line: 117, column: 72, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listenAddress", span: Span { start: Position { line: 117, column: 73, }, end: Position { line: 117, column: 86, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: ":", span: Span { start: Position { line: 117, column: 1, }, end: Position { line: 117, column: 88, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 117, column: 90, }, end: Position { line: 117, column: 98, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 117, column: 99, }, end: Position { line: 117, column: 102, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 117, column: 103, }, end: Position { line: 117, column: 107, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "/containers/'; do\n sleep 1;\ndone\n", span: Span { start: Position { line: 117, column: 1, }, end: Position { line: 120, column: 9, }, }, }, ), ], span: Span { start: Position { line: 116, column: 30, }, end: Position { line: 120, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "script", span: Span { start: Position { line: 122, column: 9, }, end: Position { line: 122, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "exec ", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 123, column: 16, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 123, column: 18, }, end: Position { line: 123, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "cadvisor", span: Span { start: Position { line: 123, column: 23, }, end: Position { line: 123, column: 31, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/cadvisor \\\n -logtostderr=true \\\n -listen_ip=\"", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 125, column: 25, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 125, column: 27, }, end: Position { line: 125, column: 30, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listenAddress", span: Span { start: Position { line: 125, column: 31, }, end: Position { line: 125, column: 44, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \\\n -port=\"", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 126, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 126, column: 22, }, end: Position { line: 126, column: 30, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 126, column: 31, }, end: Position { line: 126, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 126, column: 35, }, end: Position { line: 126, column: 39, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\" \\\n ", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 127, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "escapeShellArgs", span: Span { start: Position { line: 127, column: 15, }, end: Position { line: 127, column: 30, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 127, column: 31, }, end: Position { line: 127, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraOptions", span: Span { start: Position { line: 127, column: 35, }, end: Position { line: 127, column: 47, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: " \\\n ", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 128, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionalString", span: Span { start: Position { line: 128, column: 15, }, end: Position { line: 128, column: 29, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 128, column: 31, }, end: Position { line: 128, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriver", span: Span { start: Position { line: 128, column: 35, }, end: Position { line: 128, column: 48, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: Identifier( Identifier { id: "null", span: Span { start: Position { line: 128, column: 52, }, end: Position { line: 128, column: 56, }, }, }, ), }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "-storage_driver \"", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 129, column: 32, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 129, column: 34, }, end: Position { line: 129, column: 37, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriver", span: Span { start: Position { line: 129, column: 38, }, end: Position { line: 129, column: 51, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \\\n-storage_driver_user \"", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 130, column: 37, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 130, column: 39, }, end: Position { line: 130, column: 42, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverHost", span: Span { start: Position { line: 130, column: 43, }, end: Position { line: 130, column: 60, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \\\n-storage_driver_db \"", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 131, column: 35, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 131, column: 37, }, end: Position { line: 131, column: 40, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverDb", span: Span { start: Position { line: 131, column: 41, }, end: Position { line: 131, column: 56, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \\\n-storage_driver_user \"", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 132, column: 37, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 132, column: 39, }, end: Position { line: 132, column: 42, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverUser", span: Span { start: Position { line: 132, column: 43, }, end: Position { line: 132, column: 60, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\" \\\n-storage_driver_password \"$(cat \"", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 133, column: 48, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 133, column: 50, }, end: Position { line: 133, column: 53, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverPasswordFile", span: Span { start: Position { line: 133, column: 54, }, end: Position { line: 133, column: 79, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\")\" \\\n", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 134, column: 15, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionalString", span: Span { start: Position { line: 134, column: 17, }, end: Position { line: 134, column: 31, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 134, column: 32, }, end: Position { line: 134, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "storageDriverSecure", span: Span { start: Position { line: 134, column: 36, }, end: Position { line: 134, column: 55, }, }, }, ), ], default: None, }, ), String( String_ { parts: [ Raw( PartRaw { content: "-storage_driver_secure", span: Span { start: Position { line: 134, column: 57, }, end: Position { line: 134, column: 79, }, }, }, ), ], span: Span { start: Position { line: 134, column: 56, }, end: Position { line: 134, column: 80, }, }, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 129, column: 1, }, end: Position { line: 135, column: 13, }, }, }, ), ], span: Span { start: Position { line: 128, column: 58, }, end: Position { line: 135, column: 15, }, }, }, ), ], }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 123, column: 1, }, end: Position { line: 136, column: 9, }, }, }, ), ], span: Span { start: Position { line: 122, column: 18, }, end: Position { line: 136, column: 11, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 138, column: 9, }, end: Position { line: 138, column: 22, }, }, }, ), Raw( PartRaw { content: "TimeoutStartSec", span: Span { start: Position { line: 138, column: 23, }, end: Position { line: 138, column: 38, }, }, }, ), ], to: Integer( Integer { value: "300", span: Span { start: Position { line: 138, column: 39, }, end: Position { line: 138, column: 42, }, }, }, ), }, ), ], span: Span { start: Position { line: 110, column: 35, }, end: Position { line: 139, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 109, column: 22, }, end: Position { line: 140, column: 6, }, }, }, ), ], }, ), ], span: Span { start: Position { line: 100, column: 20, }, end: Position { line: 141, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 8, column: 4, }, end: Position { line: 142, column: 2, }, }, }, ), span: Span { start: Position { line: 5, column: 1, }, end: Position { line: 142, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 142, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 142, column: 2, }, }, }, )