Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", 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: 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: "powerManagement", span: Span { start: Position { line: 7, column: 16, }, end: Position { line: 7, column: 31, }, }, }, ), ], default: None, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 15, column: 3, }, end: Position { line: 15, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "powerManagement", span: Span { start: Position { line: 17, column: 5, }, end: Position { line: 17, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 19, column: 7, }, end: Position { line: 19, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 19, column: 16, }, end: Position { line: 19, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 20, column: 9, }, end: Position { line: 20, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 20, column: 16, }, end: Position { line: 20, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 20, column: 22, }, end: Position { line: 20, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 21, column: 9, }, end: Position { line: 21, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "true", span: Span { start: Position { line: 21, column: 19, }, end: Position { line: 21, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 22, column: 9, }, end: Position { line: 22, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 23, column: 11, }, end: Position { line: 23, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 23, column: 15, }, end: Position { line: 23, column: 20, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Whether to enable power management. This includes support\nfor suspend-to-RAM and powersave features on laptops.\n", span: Span { start: Position { line: 24, column: 1, }, end: Position { line: 26, column: 11, }, }, }, ), ], span: Span { start: Position { line: 23, column: 21, }, end: Position { line: 26, column: 13, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 19, column: 25, }, end: Position { line: 27, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "resumeCommands", span: Span { start: Position { line: 29, column: 7, }, end: Position { line: 29, column: 21, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 29, column: 24, }, end: Position { line: 29, column: 32, }, }, }, ), 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: "lines", span: Span { start: Position { line: 30, column: 22, }, end: Position { line: 30, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 31, column: 9, }, end: Position { line: 31, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 31, column: 19, }, end: Position { line: 31, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 32, column: 9, }, end: Position { line: 32, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 32, column: 23, }, end: Position { line: 32, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 32, column: 27, }, end: Position { line: 32, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Commands executed after the system resumes from suspend-to-RAM.", span: Span { start: Position { line: 32, column: 34, }, end: Position { line: 32, column: 97, }, }, }, ), ], span: Span { start: Position { line: 32, column: 33, }, end: Position { line: 32, column: 98, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 29, column: 33, }, end: Position { line: 33, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "powerUpCommands", span: Span { start: Position { line: 35, column: 7, }, end: Position { line: 35, column: 22, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 35, column: 25, }, end: Position { line: 35, column: 33, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 36, column: 9, }, end: Position { line: 36, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 36, column: 16, }, end: Position { line: 36, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 36, column: 22, }, end: Position { line: 36, column: 27, }, }, }, ), ], default: None, }, ), }, ), 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: [], span: Span { start: Position { line: 37, column: 19, }, end: Position { line: 37, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 38, column: 9, }, end: Position { line: 38, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 38, column: 19, }, end: Position { line: 38, column: 36, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 39, column: 1, }, end: Position { line: 39, column: 12, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 39, column: 1, }, end: Position { line: 39, column: 15, }, }, }, ), Raw( PartRaw { content: "{pkgs.hdparm}/sbin/hdparm -B 255 /dev/sda\"\n", span: Span { start: Position { line: 39, column: 1, }, end: Position { line: 40, column: 9, }, }, }, ), ], span: Span { start: Position { line: 38, column: 37, }, end: Position { line: 40, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 41, column: 9, }, end: Position { line: 41, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 42, column: 11, }, end: Position { line: 42, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 42, column: 15, }, end: Position { line: 42, column: 20, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Commands executed when the machine powers up. That is,\nthey're executed both when the system first boots and when\nit resumes from suspend or hibernation.\n", span: Span { start: Position { line: 43, column: 1, }, end: Position { line: 46, column: 11, }, }, }, ), ], span: Span { start: Position { line: 42, column: 21, }, end: Position { line: 46, column: 13, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 35, column: 34, }, end: Position { line: 47, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "powerDownCommands", span: Span { start: Position { line: 49, column: 7, }, end: Position { line: 49, column: 24, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 49, column: 27, }, end: Position { line: 49, column: 35, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ 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: "lines", span: Span { start: Position { line: 50, column: 22, }, end: Position { line: 50, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 51, column: 9, }, end: Position { line: 51, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 51, column: 19, }, end: Position { line: 51, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 52, column: 9, }, end: Position { line: 52, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 52, column: 19, }, end: Position { line: 52, column: 36, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 53, column: 1, }, end: Position { line: 53, column: 12, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 53, column: 1, }, end: Position { line: 53, column: 15, }, }, }, ), Raw( PartRaw { content: "{pkgs.hdparm}/sbin/hdparm -B 255 /dev/sda\"\n", span: Span { start: Position { line: 53, column: 1, }, end: Position { line: 54, column: 9, }, }, }, ), ], span: Span { start: Position { line: 52, column: 37, }, end: Position { line: 54, column: 11, }, }, }, ), ], }, ), }, ), 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: 56, column: 11, }, end: Position { line: 56, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 56, column: 15, }, end: Position { line: 56, column: 20, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Commands executed when the machine powers down. That is,\nthey're executed both when the system shuts down and when\nit goes to suspend or hibernation.\n", span: Span { start: Position { line: 57, column: 1, }, end: Position { line: 60, column: 11, }, }, }, ), ], span: Span { start: Position { line: 56, column: 21, }, end: Position { line: 60, column: 13, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 49, column: 36, }, end: Position { line: 61, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 17, column: 23, }, end: Position { line: 63, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 15, column: 13, }, end: Position { line: 65, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 70, column: 3, }, end: Position { line: 70, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 70, column: 12, }, end: Position { line: 70, column: 16, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 70, column: 17, }, end: Position { line: 70, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 70, column: 21, }, end: Position { line: 70, column: 27, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 72, column: 5, }, end: Position { line: 72, column: 12, }, }, }, ), Raw( PartRaw { content: "targets", span: Span { start: Position { line: 72, column: 13, }, end: Position { line: 72, column: 20, }, }, }, ), Raw( PartRaw { content: "post-resume", span: Span { start: Position { line: 72, column: 21, }, end: Position { line: 72, column: 32, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 73, column: 7, }, end: Position { line: 73, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Post-Resume Actions", span: Span { start: Position { line: 73, column: 22, }, end: Position { line: 73, column: 41, }, }, }, ), ], span: Span { start: Position { line: 73, column: 21, }, end: Position { line: 73, column: 42, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "requires", span: Span { start: Position { line: 74, column: 7, }, end: Position { line: 74, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "post-resume.service", span: Span { start: Position { line: 74, column: 21, }, end: Position { line: 74, column: 40, }, }, }, ), ], span: Span { start: Position { line: 74, column: 20, }, end: Position { line: 74, column: 41, }, }, }, ), ], span: Span { start: Position { line: 74, column: 18, }, end: Position { line: 74, column: 43, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 75, column: 7, }, end: Position { line: 75, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "post-resume.service", span: Span { start: Position { line: 75, column: 18, }, end: Position { line: 75, column: 37, }, }, }, ), ], span: Span { start: Position { line: 75, column: 17, }, end: Position { line: 75, column: 38, }, }, }, ), ], span: Span { start: Position { line: 75, column: 15, }, end: Position { line: 75, column: 40, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 76, column: 7, }, end: Position { line: 76, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "sleep.target", span: Span { start: Position { line: 76, column: 21, }, end: Position { line: 76, column: 33, }, }, }, ), ], span: Span { start: Position { line: 76, column: 20, }, end: Position { line: 76, column: 34, }, }, }, ), ], span: Span { start: Position { line: 76, column: 18, }, end: Position { line: 76, column: 36, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "unitConfig", span: Span { start: Position { line: 77, column: 7, }, end: Position { line: 77, column: 17, }, }, }, ), Raw( PartRaw { content: "StopWhenUnneeded", span: Span { start: Position { line: 77, column: 18, }, end: Position { line: 77, column: 34, }, }, }, ), ], to: Identifier( Identifier { id: "true", span: Span { start: Position { line: 77, column: 37, }, end: Position { line: 77, column: 41, }, }, }, ), }, ), ], span: Span { start: Position { line: 72, column: 35, }, end: Position { line: 78, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 81, column: 5, }, end: Position { line: 81, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 81, column: 13, }, end: Position { line: 81, column: 21, }, }, }, ), Raw( PartRaw { content: "pre-sleep", span: Span { start: Position { line: 81, column: 22, }, end: Position { line: 81, column: 31, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 82, column: 9, }, end: Position { line: 82, column: 20, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Pre-Sleep Actions", span: Span { start: Position { line: 82, column: 24, }, end: Position { line: 82, column: 41, }, }, }, ), ], span: Span { start: Position { line: 82, column: 23, }, end: Position { line: 82, column: 42, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 83, column: 9, }, end: Position { line: 83, column: 17, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "sleep.target", span: Span { start: Position { line: 83, column: 23, }, end: Position { line: 83, column: 35, }, }, }, ), ], span: Span { start: Position { line: 83, column: 22, }, end: Position { line: 83, column: 36, }, }, }, ), ], span: Span { start: Position { line: 83, column: 20, }, end: Position { line: 83, column: 38, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "before", span: Span { start: Position { line: 84, column: 9, }, end: Position { line: 84, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "sleep.target", span: Span { start: Position { line: 84, column: 21, }, end: Position { line: 84, column: 33, }, }, }, ), ], span: Span { start: Position { line: 84, column: 20, }, end: Position { line: 84, column: 34, }, }, }, ), ], span: Span { start: Position { line: 84, column: 18, }, end: Position { line: 84, column: 36, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "script", span: Span { start: Position { line: 85, column: 9, }, end: Position { line: 85, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "", span: Span { start: Position { line: 87, column: 1, }, end: Position { line: 87, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 87, column: 15, }, end: Position { line: 87, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "powerDownCommands", span: Span { start: Position { line: 87, column: 19, }, end: Position { line: 87, column: 36, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 87, column: 1, }, end: Position { line: 88, column: 11, }, }, }, ), ], span: Span { start: Position { line: 86, column: 11, }, end: Position { line: 88, column: 13, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 89, column: 9, }, end: Position { line: 89, column: 22, }, }, }, ), Raw( PartRaw { content: "Type", span: Span { start: Position { line: 89, column: 23, }, end: Position { line: 89, column: 27, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "oneshot", span: Span { start: Position { line: 89, column: 31, }, end: Position { line: 89, column: 38, }, }, }, ), ], span: Span { start: Position { line: 89, column: 30, }, end: Position { line: 89, column: 39, }, }, }, ), }, ), ], span: Span { start: Position { line: 82, column: 7, }, end: Position { line: 90, column: 8, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 92, column: 5, }, end: Position { line: 92, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 92, column: 13, }, end: Position { line: 92, column: 21, }, }, }, ), Raw( PartRaw { content: "post-resume", span: Span { start: Position { line: 92, column: 22, }, end: Position { line: 92, column: 33, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 93, column: 9, }, end: Position { line: 93, column: 20, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Post-Resume Actions", span: Span { start: Position { line: 93, column: 24, }, end: Position { line: 93, column: 43, }, }, }, ), ], span: Span { start: Position { line: 93, column: 23, }, end: Position { line: 93, column: 44, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 94, column: 9, }, end: Position { line: 94, column: 14, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "suspend.target", span: Span { start: Position { line: 94, column: 20, }, end: Position { line: 94, column: 34, }, }, }, ), ], span: Span { start: Position { line: 94, column: 19, }, end: Position { line: 94, column: 35, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "hibernate.target", span: Span { start: Position { line: 94, column: 37, }, end: Position { line: 94, column: 53, }, }, }, ), ], span: Span { start: Position { line: 94, column: 36, }, end: Position { line: 94, column: 54, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "hybrid-sleep.target", span: Span { start: Position { line: 94, column: 56, }, end: Position { line: 94, column: 75, }, }, }, ), ], span: Span { start: Position { line: 94, column: 55, }, end: Position { line: 94, column: 76, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "suspend-then-hibernate.target", span: Span { start: Position { line: 94, column: 78, }, end: Position { line: 94, column: 107, }, }, }, ), ], span: Span { start: Position { line: 94, column: 77, }, end: Position { line: 94, column: 108, }, }, }, ), ], span: Span { start: Position { line: 94, column: 17, }, end: Position { line: 94, column: 110, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "script", span: Span { start: Position { line: 95, column: 9, }, end: Position { line: 95, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "/run/current-system/systemd/bin/systemctl try-restart post-resume.target\n", span: Span { start: Position { line: 97, column: 1, }, end: Position { line: 98, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 98, column: 15, }, end: Position { line: 98, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "resumeCommands", span: Span { start: Position { line: 98, column: 19, }, end: Position { line: 98, column: 33, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 97, column: 1, }, end: Position { line: 99, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 99, column: 15, }, end: Position { line: 99, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "powerUpCommands", span: Span { start: Position { line: 99, column: 19, }, end: Position { line: 99, column: 34, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 97, column: 1, }, end: Position { line: 100, column: 11, }, }, }, ), ], span: Span { start: Position { line: 96, column: 11, }, end: Position { line: 100, column: 13, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 101, column: 9, }, end: Position { line: 101, column: 22, }, }, }, ), Raw( PartRaw { content: "Type", span: Span { start: Position { line: 101, column: 23, }, end: Position { line: 101, column: 27, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "oneshot", span: Span { start: Position { line: 101, column: 31, }, end: Position { line: 101, column: 38, }, }, }, ), ], span: Span { start: Position { line: 101, column: 30, }, end: Position { line: 101, column: 39, }, }, }, ), }, ), ], span: Span { start: Position { line: 93, column: 7, }, end: Position { line: 102, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 70, column: 28, }, end: Position { line: 104, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 11, column: 1, }, end: Position { line: 106, column: 2, }, }, }, ), span: Span { start: Position { line: 5, column: 1, }, end: Position { line: 106, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 106, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 106, column: 2, }, }, }, )