---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "redis",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "mkValueString",
        position: (8, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "value",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: IfThenElse {
       predicate: BinaryOperation {
        operator: EqualTo,
        operands: [
         Variable {
          identifier: "value",
          position: (9, 8),
         },
         Variable {
          identifier: "true",
          position: (9, 17),
         },
        ],
        position: (9, 14),
       },
       then: String {
        parts: [
         Raw {
          content: "yes",
         },
        ],
        position: (9, 27),
       },
       else_: IfThenElse {
        predicate: BinaryOperation {
         operator: EqualTo,
         operands: [
          Variable {
           identifier: "value",
           position: (10, 13),
          },
          Variable {
           identifier: "false",
           position: (10, 22),
          },
         ],
         position: (10, 19),
        },
        then: String {
         parts: [
          Raw {
           content: "no",
          },
         ],
         position: (10, 33),
        },
        else_: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "generators",
           position: (11, 10),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "mkValueStringDefault",
             position: (11, 21),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [],
           recursive: false,
           position: (11, 42),
          },
          Variable {
           identifier: "value",
           position: (11, 46),
          },
         ],
        },
        position: (10, 10),
       },
       position: (9, 5),
      },
      position: (8, 19),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "redisConfig",
        position: (13, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "settings",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (13, 27),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "writeText",
           position: (13, 32),
          },
         ],
        },
        default: None,
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "redis.conf",
          },
         ],
         position: (13, 42),
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "generators",
           position: (13, 56),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "toKeyValue",
             position: (13, 67),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "listsAsDuplicateKeys",
                position: (14, 5),
               },
              ],
             },
             Variable {
              identifier: "true",
              position: (14, 28),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "mkKeyValue",
                position: (15, 5),
               },
              ],
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "generators",
                position: (15, 18),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "mkKeyValueDefault",
                  position: (15, 29),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               Map {
                bindings: [
                 Inherit(
                  None,
                  [
                   Raw {
                    content: "mkValueString",
                    position: (15, 57),
                   },
                  ],
                 ),
                ],
                recursive: false,
                position: (15, 47),
               },
               String {
                parts: [
                 Raw {
                  content: " ",
                 },
                ],
                position: (15, 74),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (13, 78),
          },
          Variable {
           identifier: "settings",
           position: (16, 5),
          },
         ],
        },
       ],
      },
      position: (13, 17),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "redisName",
        position: (18, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "name",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: BinaryOperation {
       operator: Addition,
       operands: [
        String {
         parts: [
          Raw {
           content: "redis",
          },
         ],
         position: (18, 21),
        },
        FunctionApplication {
         function: Variable {
          identifier: "optionalString",
          position: (18, 31),
         },
         arguments: [
          BinaryOperation {
           operator: NotEqualTo,
           operands: [
            Variable {
             identifier: "name",
             position: (18, 47),
            },
            String {
             parts: [],
             position: (18, 55),
            },
           ],
           position: (18, 52),
          },
          BinaryOperation {
           operator: Addition,
           operands: [
            String {
             parts: [
              Raw {
               content: "-",
              },
             ],
             position: (18, 60),
            },
            Variable {
             identifier: "name",
             position: (18, 64),
            },
           ],
           position: (18, 63),
          },
         ],
        },
       ],
       position: (18, 29),
      },
      position: (18, 15),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "enabledServers",
        position: (19, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "filterAttrs",
       position: (19, 20),
      },
      arguments: [
       Function {
        argument: Some(
         "name",
        ),
        arguments: FunctionArguments {
         arguments: [],
         ellipsis: false,
        },
        definition: Function {
         argument: Some(
          "conf",
         ),
         arguments: FunctionArguments {
          arguments: [],
          ellipsis: false,
         },
         definition: PropertyAccess {
          expression: Variable {
           identifier: "conf",
           position: (19, 45),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "enable",
             position: (19, 50),
            },
           ],
          },
          default: None,
         },
         position: (19, 39),
        },
        position: (19, 33),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (19, 58),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (19, 65),
          },
          Raw {
           content: "redis",
           position: (19, 74),
          },
          Raw {
           content: "servers",
           position: (19, 80),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (22, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (23, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (23, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (23, 41),
            },
            String {
             parts: [
              Raw {
               content: "user",
              },
             ],
             position: (23, 49),
            },
           ],
           position: (23, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now is hardcoded to the redis user.",
            },
           ],
           position: (23, 58),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (24, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (24, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (24, 41),
            },
            String {
             parts: [
              Raw {
               content: "dbpath",
              },
             ],
             position: (24, 49),
            },
           ],
           position: (24, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now uses /var/lib/redis as data directory.",
            },
           ],
           position: (24, 60),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (25, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (25, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (25, 41),
            },
            String {
             parts: [
              Raw {
               content: "dbFilename",
              },
             ],
             position: (25, 49),
            },
           ],
           position: (25, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now uses /var/lib/redis/dump.rdb as database dump location.",
            },
           ],
           position: (25, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (26, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (26, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (26, 41),
            },
            String {
             parts: [
              Raw {
               content: "appendOnlyFilename",
              },
             ],
             position: (26, 49),
            },
           ],
           position: (26, 28),
          },
          String {
           parts: [
            Raw {
             content: "This option was never used.",
            },
           ],
           position: (26, 72),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (27, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (27, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (27, 41),
            },
            String {
             parts: [
              Raw {
               content: "pidFile",
              },
             ],
             position: (27, 49),
            },
           ],
           position: (27, 28),
          },
          String {
           parts: [
            Raw {
             content: "This option was removed.",
            },
           ],
           position: (27, 61),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (28, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (28, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (28, 41),
            },
            String {
             parts: [
              Raw {
               content: "extraConfig",
              },
             ],
             position: (28, 49),
            },
           ],
           position: (28, 28),
          },
          String {
           parts: [
            Raw {
             content: "Use services.redis.servers.*.settings instead.",
            },
           ],
           position: (28, 65),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (29, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (29, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (29, 41),
            },
            String {
             parts: [
              Raw {
               content: "enable",
              },
             ],
             position: (29, 49),
            },
           ],
           position: (29, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (29, 61),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (29, 72),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (29, 80),
            },
            String {
             parts: [],
             position: (29, 90),
            },
            String {
             parts: [
              Raw {
               content: "enable",
              },
             ],
             position: (29, 93),
            },
           ],
           position: (29, 59),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (30, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (30, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (30, 41),
            },
            String {
             parts: [
              Raw {
               content: "port",
              },
             ],
             position: (30, 49),
            },
           ],
           position: (30, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (30, 59),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (30, 70),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (30, 78),
            },
            String {
             parts: [],
             position: (30, 88),
            },
            String {
             parts: [
              Raw {
               content: "port",
              },
             ],
             position: (30, 91),
            },
           ],
           position: (30, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (31, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (31, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (31, 41),
            },
            String {
             parts: [
              Raw {
               content: "openFirewall",
              },
             ],
             position: (31, 49),
            },
           ],
           position: (31, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (31, 67),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (31, 78),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (31, 86),
            },
            String {
             parts: [],
             position: (31, 96),
            },
            String {
             parts: [
              Raw {
               content: "openFirewall",
              },
             ],
             position: (31, 99),
            },
           ],
           position: (31, 65),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (32, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (32, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (32, 41),
            },
            String {
             parts: [
              Raw {
               content: "bind",
              },
             ],
             position: (32, 49),
            },
           ],
           position: (32, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (32, 59),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (32, 70),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (32, 78),
            },
            String {
             parts: [],
             position: (32, 88),
            },
            String {
             parts: [
              Raw {
               content: "bind",
              },
             ],
             position: (32, 91),
            },
           ],
           position: (32, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (33, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (33, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (33, 41),
            },
            String {
             parts: [
              Raw {
               content: "unixSocket",
              },
             ],
             position: (33, 49),
            },
           ],
           position: (33, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (33, 65),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (33, 76),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (33, 84),
            },
            String {
             parts: [],
             position: (33, 94),
            },
            String {
             parts: [
              Raw {
               content: "unixSocket",
              },
             ],
             position: (33, 97),
            },
           ],
           position: (33, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (34, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (34, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (34, 41),
            },
            String {
             parts: [
              Raw {
               content: "unixSocketPerm",
              },
             ],
             position: (34, 49),
            },
           ],
           position: (34, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (34, 69),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (34, 80),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (34, 88),
            },
            String {
             parts: [],
             position: (34, 98),
            },
            String {
             parts: [
              Raw {
               content: "unixSocketPerm",
              },
             ],
             position: (34, 101),
            },
           ],
           position: (34, 67),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (35, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (35, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (35, 41),
            },
            String {
             parts: [
              Raw {
               content: "logLevel",
              },
             ],
             position: (35, 49),
            },
           ],
           position: (35, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (35, 63),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (35, 74),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (35, 82),
            },
            String {
             parts: [],
             position: (35, 92),
            },
            String {
             parts: [
              Raw {
               content: "logLevel",
              },
             ],
             position: (35, 95),
            },
           ],
           position: (35, 61),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (36, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (36, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (36, 41),
            },
            String {
             parts: [
              Raw {
               content: "logfile",
              },
             ],
             position: (36, 49),
            },
           ],
           position: (36, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (36, 62),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (36, 73),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (36, 81),
            },
            String {
             parts: [],
             position: (36, 91),
            },
            String {
             parts: [
              Raw {
               content: "logfile",
              },
             ],
             position: (36, 94),
            },
           ],
           position: (36, 60),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (37, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (37, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (37, 41),
            },
            String {
             parts: [
              Raw {
               content: "syslog",
              },
             ],
             position: (37, 49),
            },
           ],
           position: (37, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (37, 61),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (37, 72),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (37, 80),
            },
            String {
             parts: [],
             position: (37, 90),
            },
            String {
             parts: [
              Raw {
               content: "syslog",
              },
             ],
             position: (37, 93),
            },
           ],
           position: (37, 59),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (38, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (38, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (38, 41),
            },
            String {
             parts: [
              Raw {
               content: "databases",
              },
             ],
             position: (38, 49),
            },
           ],
           position: (38, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (38, 64),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (38, 75),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (38, 83),
            },
            String {
             parts: [],
             position: (38, 93),
            },
            String {
             parts: [
              Raw {
               content: "databases",
              },
             ],
             position: (38, 96),
            },
           ],
           position: (38, 62),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (39, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (39, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (39, 41),
            },
            String {
             parts: [
              Raw {
               content: "maxclients",
              },
             ],
             position: (39, 49),
            },
           ],
           position: (39, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (39, 65),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (39, 76),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (39, 84),
            },
            String {
             parts: [],
             position: (39, 94),
            },
            String {
             parts: [
              Raw {
               content: "maxclients",
              },
             ],
             position: (39, 97),
            },
           ],
           position: (39, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (40, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (40, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (40, 41),
            },
            String {
             parts: [
              Raw {
               content: "save",
              },
             ],
             position: (40, 49),
            },
           ],
           position: (40, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (40, 59),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (40, 70),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (40, 78),
            },
            String {
             parts: [],
             position: (40, 88),
            },
            String {
             parts: [
              Raw {
               content: "save",
              },
             ],
             position: (40, 91),
            },
           ],
           position: (40, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (41, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (41, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (41, 41),
            },
            String {
             parts: [
              Raw {
               content: "slaveOf",
              },
             ],
             position: (41, 49),
            },
           ],
           position: (41, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (41, 62),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (41, 73),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (41, 81),
            },
            String {
             parts: [],
             position: (41, 91),
            },
            String {
             parts: [
              Raw {
               content: "slaveOf",
              },
             ],
             position: (41, 94),
            },
           ],
           position: (41, 60),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (42, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (42, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (42, 41),
            },
            String {
             parts: [
              Raw {
               content: "masterAuth",
              },
             ],
             position: (42, 49),
            },
           ],
           position: (42, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (42, 65),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (42, 76),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (42, 84),
            },
            String {
             parts: [],
             position: (42, 94),
            },
            String {
             parts: [
              Raw {
               content: "masterAuth",
              },
             ],
             position: (42, 97),
            },
           ],
           position: (42, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (43, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (43, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (43, 41),
            },
            String {
             parts: [
              Raw {
               content: "requirePass",
              },
             ],
             position: (43, 49),
            },
           ],
           position: (43, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (43, 66),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (43, 77),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (43, 85),
            },
            String {
             parts: [],
             position: (43, 95),
            },
            String {
             parts: [
              Raw {
               content: "requirePass",
              },
             ],
             position: (43, 98),
            },
           ],
           position: (43, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (44, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (44, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (44, 41),
            },
            String {
             parts: [
              Raw {
               content: "requirePassFile",
              },
             ],
             position: (44, 49),
            },
           ],
           position: (44, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (44, 70),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (44, 81),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (44, 89),
            },
            String {
             parts: [],
             position: (44, 99),
            },
            String {
             parts: [
              Raw {
               content: "requirePassFile",
              },
             ],
             position: (44, 102),
            },
           ],
           position: (44, 68),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (45, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (45, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (45, 41),
            },
            String {
             parts: [
              Raw {
               content: "appendOnly",
              },
             ],
             position: (45, 49),
            },
           ],
           position: (45, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (45, 65),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (45, 76),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (45, 84),
            },
            String {
             parts: [],
             position: (45, 94),
            },
            String {
             parts: [
              Raw {
               content: "appendOnly",
              },
             ],
             position: (45, 97),
            },
           ],
           position: (45, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (46, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (46, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (46, 41),
            },
            String {
             parts: [
              Raw {
               content: "appendFsync",
              },
             ],
             position: (46, 49),
            },
           ],
           position: (46, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (46, 66),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (46, 77),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (46, 85),
            },
            String {
             parts: [],
             position: (46, 95),
            },
            String {
             parts: [
              Raw {
               content: "appendFsync",
              },
             ],
             position: (46, 98),
            },
           ],
           position: (46, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (47, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (47, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (47, 41),
            },
            String {
             parts: [
              Raw {
               content: "slowLogLogSlowerThan",
              },
             ],
             position: (47, 49),
            },
           ],
           position: (47, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (47, 75),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (47, 86),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (47, 94),
            },
            String {
             parts: [],
             position: (47, 104),
            },
            String {
             parts: [
              Raw {
               content: "slowLogLogSlowerThan",
              },
             ],
             position: (47, 107),
            },
           ],
           position: (47, 73),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (48, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (48, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (48, 41),
            },
            String {
             parts: [
              Raw {
               content: "slowLogMaxLen",
              },
             ],
             position: (48, 49),
            },
           ],
           position: (48, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (48, 68),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (48, 79),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (48, 87),
            },
            String {
             parts: [],
             position: (48, 97),
            },
            String {
             parts: [
              Raw {
               content: "slowLogMaxLen",
              },
             ],
             position: (48, 100),
            },
           ],
           position: (48, 66),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (49, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (49, 30),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (49, 41),
            },
            String {
             parts: [
              Raw {
               content: "settings",
              },
             ],
             position: (49, 49),
            },
           ],
           position: (49, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
              },
             ],
             position: (49, 63),
            },
            String {
             parts: [
              Raw {
               content: "redis",
              },
             ],
             position: (49, 74),
            },
            String {
             parts: [
              Raw {
               content: "servers",
              },
             ],
             position: (49, 82),
            },
            String {
             parts: [],
             position: (49, 92),
            },
            String {
             parts: [
              Raw {
               content: "settings",
              },
             ],
             position: (49, 95),
            },
           ],
           position: (49, 61),
          },
         ],
        },
       ],
       position: (22, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (54, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (56, 5),
           },
           Raw {
            content: "redis",
            position: (56, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "package",
               position: (57, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (57, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (58, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (58, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "package",
                     position: (58, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (59, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (59, 19),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "redis",
                     position: (59, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (60, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (60, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.redis",
                     },
                    ],
                    position: (60, 41),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (61, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Which Redis derivation to use.",
                   },
                  ],
                  position: (61, 23),
                 },
                ),
               ],
               recursive: false,
               position: (57, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "vmOverCommit",
               position: (64, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (64, 22),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "setting of vm.overcommit_memory to 1\n(Suggested for Background Saving: http://redis.io/topics/faq)\n",
                },
               ],
               position: (64, 37),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "servers",
               position: (69, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (69, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (70, 9),
                   },
                  ],
                 },
                 With {
                  expression: Variable {
                   identifier: "types",
                   position: (70, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "attrsOf",
                    position: (70, 28),
                   },
                   arguments: [
                    FunctionApplication {
                     function: Variable {
                      identifier: "submodule",
                      position: (70, 37),
                     },
                     arguments: [
                      Function {
                       argument: Some(
                        "args",
                       ),
                       arguments: FunctionArguments {
                        arguments: [
                         FunctionArgument {
                          identifier: "name",
                          default: None,
                         },
                         FunctionArgument {
                          identifier: "config",
                          default: None,
                         },
                        ],
                        ellipsis: true,
                       },
                       definition: Map {
                        bindings: [
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "options",
                             position: (71, 11),
                            },
                           ],
                          },
                          Map {
                           bindings: [
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "enable",
                                position: (72, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkEnableOption",
                               position: (72, 22),
                              },
                              arguments: [
                               String {
                                parts: [
                                 Raw {
                                  content: "Redis server.\n\nNote that the NixOS module for Redis disables kernel support\nfor Transparent Huge Pages (THP),\nbecause this features causes major performance problems for Redis,\ne.g. (https://redis.io/topics/latency).\n",
                                 },
                                ],
                                position: (72, 37),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "user",
                                position: (81, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (81, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (82, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (82, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (82, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (83, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "redisName",
                                    position: (83, 25),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (83, 35),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (84, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (84, 29),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "if name == \"\" then \"redis\" else \"redis-",
                                      },
                                      Raw {
                                       content: "$",
                                      },
                                      Raw {
                                       content: "{name}\"\n",
                                      },
                                     ],
                                     position: (84, 47),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (87, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The username and groupname for redis-server.",
                                    },
                                   ],
                                   position: (87, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (81, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "port",
                                position: (90, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (90, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (91, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (91, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "port",
                                      position: (91, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (92, 15),
                                    },
                                   ],
                                  },
                                  IfThenElse {
                                   predicate: BinaryOperation {
                                    operator: EqualTo,
                                    operands: [
                                     Variable {
                                      identifier: "name",
                                      position: (92, 28),
                                     },
                                     String {
                                      parts: [],
                                      position: (92, 36),
                                     },
                                    ],
                                    position: (92, 33),
                                   },
                                   then: Int {
                                    value: 6379,
                                    position: (92, 44),
                                   },
                                   else_: Int {
                                    value: 0,
                                    position: (92, 54),
                                   },
                                   position: (92, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (93, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (93, 29),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "if name == \"\" then 6379 else 0",
                                      },
                                     ],
                                     position: (93, 47),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (94, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The TCP port to accept connections.\nIf port 0 is specified Redis will not listen on a TCP socket.\n",
                                    },
                                   ],
                                   position: (94, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (90, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "openFirewall",
                                position: (100, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (100, 28),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (101, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (101, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (101, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (102, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "false",
                                   position: (102, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (103, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Whether to open ports in the firewall for the server.\n",
                                    },
                                   ],
                                   position: (103, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (100, 37),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "bind",
                                position: (108, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (108, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (109, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (109, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (109, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (109, 41),
                                     },
                                    ],
                                   },
                                   position: (109, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (110, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "127.0.0.1",
                                    },
                                   ],
                                   position: (110, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (111, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The IP interface to bind to.\n<literal>null</literal> means \"all interfaces\".\n",
                                    },
                                   ],
                                   position: (111, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (115, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "192.0.2.1",
                                    },
                                   ],
                                   position: (115, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (108, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "unixSocket",
                                position: (118, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (118, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (119, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (119, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (119, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "path",
                                      position: (119, 41),
                                     },
                                    ],
                                   },
                                   position: (119, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (120, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/run/",
                                    },
                                    Expression {
                                     expression: FunctionApplication {
                                      function: Variable {
                                       identifier: "redisName",
                                       position: (120, 33),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "name",
                                        position: (120, 43),
                                       },
                                      ],
                                     },
                                    },
                                    Raw {
                                     content: "/redis.sock",
                                    },
                                   ],
                                   position: (120, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (121, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (121, 29),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "if name == \"\" then \"/run/redis/redis.sock\" else \"/run/redis-",
                                      },
                                      Raw {
                                       content: "$",
                                      },
                                      Raw {
                                       content: "{name}/redis.sock\"\n",
                                      },
                                     ],
                                     position: (121, 47),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (124, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The path to the socket to bind to.",
                                    },
                                   ],
                                   position: (124, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (118, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "unixSocketPerm",
                                position: (127, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (127, 30),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (128, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (128, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (128, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (129, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 660,
                                   position: (129, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (130, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Change permissions for the socket",
                                    },
                                   ],
                                   position: (130, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (131, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 600,
                                   position: (131, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (127, 39),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "logLevel",
                                position: (134, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (134, 24),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (135, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (135, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (135, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (136, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "notice",
                                    },
                                   ],
                                   position: (136, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (137, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "debug",
                                    },
                                   ],
                                   position: (137, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (138, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Specify the server verbosity level, options: debug, verbose, notice, warning.",
                                    },
                                   ],
                                   position: (138, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (134, 33),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "logfile",
                                position: (141, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (141, 23),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (142, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (142, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (142, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (143, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/dev/null",
                                    },
                                   ],
                                   position: (143, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (144, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Specify the log file name. Also 'stdout' can be used to force Redis to log on the standard output.",
                                    },
                                   ],
                                   position: (144, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (145, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/var/log/redis.log",
                                    },
                                   ],
                                   position: (145, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (141, 32),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "syslog",
                                position: (148, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (148, 22),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (149, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (149, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (149, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (150, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "true",
                                   position: (150, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (151, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Enable logging to the system logger.",
                                    },
                                   ],
                                   position: (151, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (148, 31),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "databases",
                                position: (154, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (154, 25),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (155, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (155, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (155, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (156, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 16,
                                   position: (156, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (157, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Set the number of databases.",
                                    },
                                   ],
                                   position: (157, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (154, 34),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "maxclients",
                                position: (160, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (160, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (161, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (161, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (161, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (162, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 10000,
                                   position: (162, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (163, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Set the max number of connected clients at the same time.",
                                    },
                                   ],
                                   position: (163, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (160, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "save",
                                position: (166, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (166, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (167, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (167, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "listOf",
                                     position: (167, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "listOf",
                                       position: (167, 42),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "int",
                                        position: (167, 49),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (167, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (168, 15),
                                    },
                                   ],
                                  },
                                  List {
                                   elements: [
                                    List {
                                     elements: [
                                      Int {
                                       value: 900,
                                       position: (168, 28),
                                      },
                                      Int {
                                       value: 1,
                                       position: (168, 32),
                                      },
                                     ],
                                     position: (168, 27),
                                    },
                                    List {
                                     elements: [
                                      Int {
                                       value: 300,
                                       position: (168, 36),
                                      },
                                      Int {
                                       value: 10,
                                       position: (168, 40),
                                      },
                                     ],
                                     position: (168, 35),
                                    },
                                    List {
                                     elements: [
                                      Int {
                                       value: 60,
                                       position: (168, 45),
                                      },
                                      Int {
                                       value: 10000,
                                       position: (168, 48),
                                      },
                                     ],
                                     position: (168, 44),
                                    },
                                   ],
                                   position: (168, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (169, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The schedule in which data is persisted to disk, represented as a list of lists where the first element represent the amount of seconds and the second the number of changes.",
                                    },
                                   ],
                                   position: (169, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (166, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slaveOf",
                                position: (172, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (172, 23),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (173, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (173, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (173, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "submodule",
                                       position: (173, 42),
                                      },
                                      arguments: [
                                       Function {
                                        argument: None,
                                        arguments: FunctionArguments {
                                         arguments: [],
                                         ellipsis: true,
                                        },
                                        definition: Map {
                                         bindings: [
                                          KeyValue(
                                           AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "options",
                                              position: (174, 17),
                                             },
                                            ],
                                           },
                                           Map {
                                            bindings: [
                                             KeyValue(
                                              AttributePath {
                                               attributes: [
                                                Raw {
                                                 content: "ip",
                                                 position: (175, 19),
                                                },
                                               ],
                                              },
                                              FunctionApplication {
                                               function: Variable {
                                                identifier: "mkOption",
                                                position: (175, 24),
                                               },
                                               arguments: [
                                                Map {
                                                 bindings: [
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "type",
                                                      position: (176, 21),
                                                     },
                                                    ],
                                                   },
                                                   Variable {
                                                    identifier: "str",
                                                    position: (176, 28),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "description",
                                                      position: (177, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "IP of the Redis master",
                                                     },
                                                    ],
                                                    position: (177, 35),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "example",
                                                      position: (178, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "192.168.1.100",
                                                     },
                                                    ],
                                                    position: (178, 31),
                                                   },
                                                  ),
                                                 ],
                                                 recursive: false,
                                                 position: (175, 33),
                                                },
                                               ],
                                              },
                                             ),
                                             KeyValue(
                                              AttributePath {
                                               attributes: [
                                                Raw {
                                                 content: "port",
                                                 position: (181, 19),
                                                },
                                               ],
                                              },
                                              FunctionApplication {
                                               function: Variable {
                                                identifier: "mkOption",
                                                position: (181, 26),
                                               },
                                               arguments: [
                                                Map {
                                                 bindings: [
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "type",
                                                      position: (182, 21),
                                                     },
                                                    ],
                                                   },
                                                   Variable {
                                                    identifier: "port",
                                                    position: (182, 28),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "description",
                                                      position: (183, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "port of the Redis master",
                                                     },
                                                    ],
                                                    position: (183, 35),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "default",
                                                      position: (184, 21),
                                                     },
                                                    ],
                                                   },
                                                   Int {
                                                    value: 6379,
                                                    position: (184, 31),
                                                   },
                                                  ),
                                                 ],
                                                 recursive: false,
                                                 position: (181, 35),
                                                },
                                               ],
                                              },
                                             ),
                                            ],
                                            recursive: false,
                                            position: (174, 27),
                                           },
                                          ),
                                         ],
                                         recursive: false,
                                         position: (173, 62),
                                        },
                                        position: (173, 53),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (173, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (189, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (189, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (190, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "IP and port to which this redis instance acts as a slave.",
                                    },
                                   ],
                                   position: (190, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (191, 15),
                                    },
                                   ],
                                  },
                                  Map {
                                   bindings: [
                                    KeyValue(
                                     AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "ip",
                                        position: (191, 27),
                                       },
                                      ],
                                     },
                                     String {
                                      parts: [
                                       Raw {
                                        content: "192.168.1.100",
                                       },
                                      ],
                                      position: (191, 32),
                                     },
                                    ),
                                    KeyValue(
                                     AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "port",
                                        position: (191, 49),
                                       },
                                      ],
                                     },
                                     Int {
                                      value: 6379,
                                      position: (191, 56),
                                     },
                                    ),
                                   ],
                                   recursive: false,
                                   position: (191, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (172, 32),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "masterAuth",
                                position: (194, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (194, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (195, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (195, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (195, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (195, 41),
                                     },
                                    ],
                                   },
                                   position: (195, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (196, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (196, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (197, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "If the master is password protected (using the requirePass configuration)\n              it is possible to tell the slave to authenticate before starting the replication synchronization\n              process, otherwise the master will refuse the slave request.\n              (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE)",
                                    },
                                   ],
                                   position: (197, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (194, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "requirePass",
                                position: (203, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (203, 27),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (204, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (204, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (204, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (204, 41),
                                     },
                                    ],
                                   },
                                   position: (204, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (205, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (205, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (206, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Password for database (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE).\nUse requirePassFile to store it outside of the nix store in a dedicated file.\n",
                                    },
                                   ],
                                   position: (206, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (210, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "letmein!",
                                    },
                                   ],
                                   position: (210, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (203, 36),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "requirePassFile",
                                position: (213, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (213, 31),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (214, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (214, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (214, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "path",
                                      position: (214, 41),
                                     },
                                    ],
                                   },
                                   position: (214, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (215, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (215, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (216, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "File with password for the database.",
                                    },
                                   ],
                                   position: (216, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (217, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/run/keys/redis-password",
                                    },
                                   ],
                                   position: (217, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (213, 40),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "appendOnly",
                                position: (220, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (220, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (221, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (221, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (221, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (222, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "false",
                                   position: (222, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (223, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "By default data is only periodically persisted to disk, enable this option to use an append-only file for improved persistence.",
                                    },
                                   ],
                                   position: (223, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (220, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "appendFsync",
                                position: (226, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (226, 27),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (227, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (227, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (227, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (228, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "everysec",
                                    },
                                   ],
                                   position: (228, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (229, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "How often to fsync the append-only log, options: no, always, everysec.",
                                    },
                                   ],
                                   position: (229, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (226, 36),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slowLogLogSlowerThan",
                                position: (232, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (232, 36),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (233, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (233, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (233, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (234, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 10000,
                                   position: (234, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (235, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Log queries whose execution take longer than X in milliseconds.",
                                    },
                                   ],
                                   position: (235, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (236, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 1000,
                                   position: (236, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (232, 45),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slowLogMaxLen",
                                position: (239, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (239, 29),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (240, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (240, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (240, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (241, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 128,
                                   position: (241, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (242, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Maximum number of items to keep in slow log.",
                                    },
                                   ],
                                   position: (242, 29),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (239, 38),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "settings",
                                position: (245, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (245, 24),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (247, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (247, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "attrsOf",
                                     position: (247, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "oneOf",
                                       position: (247, 43),
                                      },
                                      arguments: [
                                       List {
                                        elements: [
                                         Variable {
                                          identifier: "bool",
                                          position: (247, 51),
                                         },
                                         Variable {
                                          identifier: "int",
                                          position: (247, 56),
                                         },
                                         Variable {
                                          identifier: "str",
                                          position: (247, 60),
                                         },
                                         FunctionApplication {
                                          function: Variable {
                                           identifier: "listOf",
                                           position: (247, 65),
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "str",
                                            position: (247, 72),
                                           },
                                          ],
                                         },
                                        ],
                                        position: (247, 49),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (247, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (248, 15),
                                    },
                                   ],
                                  },
                                  Map {
                                   bindings: [],
                                   recursive: false,
                                   position: (248, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (249, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Redis configuration. Refer to\n<link xlink:href=\"https://redis.io/topics/config\"/>\nfor details on supported values.\n",
                                    },
                                   ],
                                   position: (249, 29),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (254, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (254, 25),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "{\n  loadmodule = [ \"/path/to/my_module.so\" \"/path/to/other_module.so\" ];\n}\n",
                                      },
                                     ],
                                     position: (254, 43),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (245, 33),
                               },
                              ],
                             },
                            ),
                           ],
                           recursive: false,
                           position: (71, 21),
                          },
                         ),
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "config",
                             position: (261, 11),
                            },
                            Raw {
                             content: "settings",
                             position: (261, 18),
                            },
                           ],
                          },
                          FunctionApplication {
                           function: Variable {
                            identifier: "mkMerge",
                            position: (261, 29),
                           },
                           arguments: [
                            List {
                             elements: [
                              Map {
                               bindings: [
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "port",
                                    position: (263, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (263, 22),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "port",
                                     position: (263, 29),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "daemonize",
                                    position: (264, 15),
                                   },
                                  ],
                                 },
                                 Variable {
                                  identifier: "false",
                                  position: (264, 27),
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "supervised",
                                    position: (265, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "systemd",
                                   },
                                  ],
                                  position: (265, 28),
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "loglevel",
                                    position: (266, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (266, 26),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "logLevel",
                                     position: (266, 33),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "logfile",
                                    position: (267, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (267, 25),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "logfile",
                                     position: (267, 32),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "syslog-enabled",
                                    position: (268, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (268, 32),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "syslog",
                                     position: (268, 39),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "databases",
                                    position: (269, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (269, 27),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "databases",
                                     position: (269, 34),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "maxclients",
                                    position: (270, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (270, 28),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "maxclients",
                                     position: (270, 35),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "save",
                                    position: (271, 15),
                                   },
                                  ],
                                 },
                                 FunctionApplication {
                                  function: Variable {
                                   identifier: "map",
                                   position: (271, 22),
                                  },
                                  arguments: [
                                   Function {
                                    argument: Some(
                                     "d",
                                    ),
                                    arguments: FunctionArguments {
                                     arguments: [],
                                     ellipsis: false,
                                    },
                                    definition: String {
                                     parts: [
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (271, 33),
                                        },
                                        arguments: [
                                         FunctionApplication {
                                          function: PropertyAccess {
                                           expression: Variable {
                                            identifier: "builtins",
                                            position: (271, 43),
                                           },
                                           attribute_path: AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "elemAt",
                                              position: (271, 52),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "d",
                                            position: (271, 59),
                                           },
                                           Int {
                                            value: 0,
                                            position: (271, 61),
                                           },
                                          ],
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: " ",
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (271, 67),
                                        },
                                        arguments: [
                                         FunctionApplication {
                                          function: PropertyAccess {
                                           expression: Variable {
                                            identifier: "builtins",
                                            position: (271, 77),
                                           },
                                           attribute_path: AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "elemAt",
                                              position: (271, 86),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "d",
                                            position: (271, 93),
                                           },
                                           Int {
                                            value: 1,
                                            position: (271, 95),
                                           },
                                          ],
                                         },
                                        ],
                                       },
                                      },
                                     ],
                                     position: (271, 30),
                                    },
                                    position: (271, 27),
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (271, 101),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "save",
                                       position: (271, 108),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "dbfilename",
                                    position: (272, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "dump.rdb",
                                   },
                                  ],
                                  position: (272, 28),
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "dir",
                                    position: (273, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "/var/lib/",
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "redisName",
                                      position: (273, 33),
                                     },
                                     arguments: [
                                      Variable {
                                       identifier: "name",
                                       position: (273, 43),
                                      },
                                     ],
                                    },
                                   },
                                  ],
                                  position: (273, 21),
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "appendOnly",
                                    position: (274, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (274, 28),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "appendOnly",
                                     position: (274, 35),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "appendfsync",
                                    position: (275, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (275, 29),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "appendFsync",
                                     position: (275, 36),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "slowlog-log-slower-than",
                                    position: (276, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (276, 41),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "slowLogLogSlowerThan",
                                     position: (276, 48),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "slowlog-max-len",
                                    position: (277, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (277, 33),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "slowLogMaxLen",
                                     position: (277, 40),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                               ],
                               recursive: false,
                               position: (262, 13),
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (279, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (279, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bind",
                                      position: (279, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (279, 35),
                                  },
                                 ],
                                 position: (279, 32),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bind",
                                      position: (279, 43),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (279, 50),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "bind",
                                       position: (279, 57),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (279, 41),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (280, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (280, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixSocket",
                                      position: (280, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (280, 41),
                                  },
                                 ],
                                 position: (280, 38),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixsocket",
                                      position: (281, 15),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (281, 28),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "unixSocket",
                                       position: (281, 35),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixsocketperm",
                                      position: (282, 15),
                                     },
                                    ],
                                   },
                                   FunctionApplication {
                                    function: Variable {
                                     identifier: "toString",
                                     position: (282, 32),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "config",
                                       position: (282, 41),
                                      },
                                      attribute_path: AttributePath {
                                       attributes: [
                                        Raw {
                                         content: "unixSocketPerm",
                                         position: (282, 48),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (280, 47),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (284, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (284, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "slaveOf",
                                      position: (284, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (284, 38),
                                  },
                                 ],
                                 position: (284, 35),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "slaveof",
                                      position: (284, 46),
                                     },
                                    ],
                                   },
                                   String {
                                    parts: [
                                     Expression {
                                      expression: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (284, 59),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "slaveOf",
                                          position: (284, 66),
                                         },
                                         Raw {
                                          content: "ip",
                                          position: (284, 74),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                     Raw {
                                      content: " ",
                                     },
                                     Expression {
                                      expression: FunctionApplication {
                                       function: Variable {
                                        identifier: "toString",
                                        position: (284, 80),
                                       },
                                       arguments: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "config",
                                          position: (284, 89),
                                         },
                                         attribute_path: AttributePath {
                                          attributes: [
                                           Raw {
                                            content: "slaveOf",
                                            position: (284, 96),
                                           },
                                           Raw {
                                            content: "port",
                                            position: (284, 104),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                    position: (284, 56),
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (284, 44),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (285, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (285, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "masterAuth",
                                      position: (285, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (285, 41),
                                  },
                                 ],
                                 position: (285, 38),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "masterauth",
                                      position: (285, 49),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (285, 62),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "masterAuth",
                                       position: (285, 69),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (285, 47),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (286, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (286, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "requirePass",
                                      position: (286, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (286, 42),
                                  },
                                 ],
                                 position: (286, 39),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "requirepass",
                                      position: (286, 50),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (286, 64),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "requirePass",
                                       position: (286, 71),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (286, 48),
                                },
                               ],
                              },
                             ],
                             position: (261, 37),
                            },
                           ],
                          },
                         ),
                        ],
                        recursive: false,
                        position: (70, 74),
                       },
                       position: (70, 48),
                      },
                     ],
                    },
                   ],
                  },
                  position: (70, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (289, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Configuration of multiple <literal>redis-server</literal> instances.",
                   },
                  ],
                  position: (289, 23),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (290, 9),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (290, 19),
                 },
                ),
               ],
               recursive: false,
               position: (69, 26),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (56, 22),
         },
        ),
       ],
       recursive: false,
       position: (54, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (299, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (299, 12),
       },
       arguments: [
        BinaryOperation {
         operator: NotEqualTo,
         operands: [
          Variable {
           identifier: "enabledServers",
           position: (299, 18),
          },
          Map {
           bindings: [],
           recursive: false,
           position: (299, 36),
          },
         ],
         position: (299, 33),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "assertions",
              position: (301, 5),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "attrValues",
             position: (301, 18),
            },
            arguments: [
             FunctionApplication {
              function: Variable {
               identifier: "mapAttrs",
               position: (301, 30),
              },
              arguments: [
               Function {
                argument: Some(
                 "name",
                ),
                arguments: FunctionArguments {
                 arguments: [],
                 ellipsis: false,
                },
                definition: Function {
                 argument: Some(
                  "conf",
                 ),
                 arguments: FunctionArguments {
                  arguments: [],
                  ellipsis: false,
                 },
                 definition: Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "assertion",
                       position: (302, 7),
                      },
                     ],
                    },
                    BinaryOperation {
                     operator: Implication,
                     operands: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (302, 19),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "requirePass",
                            position: (302, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (302, 39),
                        },
                       ],
                       position: (302, 36),
                      },
                      BinaryOperation {
                       operator: EqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (302, 47),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "requirePassFile",
                            position: (302, 52),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (302, 71),
                        },
                       ],
                       position: (302, 68),
                      },
                     ],
                     position: (302, 44),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "message",
                       position: (303, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "You can only set one services.redis.servers.",
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (304, 55),
                       },
                      },
                      Raw {
                       content: ".requirePass\nor services.redis.servers.",
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (305, 37),
                       },
                      },
                      Raw {
                       content: ".requirePassFile\n",
                      },
                     ],
                     position: (303, 17),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (301, 52),
                 },
                 position: (301, 46),
                },
                position: (301, 40),
               },
               Variable {
                identifier: "enabledServers",
                position: (307, 8),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "boot",
              position: (309, 5),
             },
             Raw {
              content: "kernel",
              position: (309, 10),
             },
             Raw {
              content: "sysctl",
              position: (309, 17),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (309, 26),
            },
            arguments: [
             List {
              elements: [
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Expression {
                     expression: __StringParts(
                      [
                       Raw {
                        content: "vm.nr_hugepages",
                       },
                      ],
                     ),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "0",
                    },
                   ],
                   position: (310, 29),
                  },
                 ),
                ],
                recursive: false,
                position: (310, 7),
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkIf",
                 position: (311, 9),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (311, 14),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "vmOverCommit",
                     position: (311, 18),
                    },
                   ],
                  },
                  default: None,
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Expression {
                       expression: __StringParts(
                        [
                         Raw {
                          content: "vm.overcommit_memory",
                         },
                        ],
                       ),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "1",
                      },
                     ],
                     position: (311, 58),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (311, 31),
                 },
                ],
               },
              ],
              position: (309, 34),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "networking",
              position: (314, 5),
             },
             Raw {
              content: "firewall",
              position: (314, 16),
             },
             Raw {
              content: "allowedTCPPorts",
              position: (314, 25),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "concatMap",
             position: (314, 43),
            },
            arguments: [
             Function {
              argument: Some(
               "conf",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: FunctionApplication {
               function: Variable {
                identifier: "optional",
                position: (315, 7),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "conf",
                  position: (315, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "openFirewall",
                    position: (315, 21),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "conf",
                  position: (315, 34),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "port",
                    position: (315, 39),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (314, 54),
             },
             FunctionApplication {
              function: Variable {
               identifier: "attrValues",
               position: (316, 8),
              },
              arguments: [
               Variable {
                identifier: "enabledServers",
                position: (316, 19),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (318, 5),
             },
             Raw {
              content: "systemPackages",
              position: (318, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (318, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "package",
                 position: (318, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (318, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (320, 5),
             },
             Raw {
              content: "users",
              position: (320, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (320, 19),
            },
            arguments: [
             Function {
              argument: Some(
               "name",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "conf",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "nameValuePair",
                 position: (320, 42),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (320, 57),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (320, 67),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (321, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "System user for the redis-server instance ",
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (321, 66),
                       },
                      },
                     ],
                     position: (321, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "isSystemUser",
                       position: (322, 7),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (322, 22),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (323, 7),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "redisName",
                      position: (323, 15),
                     },
                     arguments: [
                      Variable {
                       identifier: "name",
                       position: (323, 25),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (320, 73),
                 },
                ],
               },
               position: (320, 36),
              },
              position: (320, 30),
             },
             Variable {
              identifier: "enabledServers",
              position: (324, 8),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (325, 5),
             },
             Raw {
              content: "groups",
              position: (325, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (325, 20),
            },
            arguments: [
             Function {
              argument: Some(
               "name",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "conf",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "nameValuePair",
                 position: (325, 43),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (325, 58),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (325, 68),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (325, 74),
                 },
                ],
               },
               position: (325, 37),
              },
              position: (325, 31),
             },
             Variable {
              identifier: "enabledServers",
              position: (326, 8),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (328, 5),
             },
             Raw {
              content: "services",
              position: (328, 13),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (328, 24),
            },
            arguments: [
             Function {
              argument: Some(
               "name",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "conf",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "nameValuePair",
                 position: (328, 47),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (328, 62),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (328, 72),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (329, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Redis Server - ",
                      },
                      Expression {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (329, 39),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (329, 49),
                         },
                        ],
                       },
                      },
                     ],
                     position: (329, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "wantedBy",
                       position: (331, 7),
                      },
                     ],
                    },
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "multi-user.target",
                        },
                       ],
                       position: (331, 20),
                      },
                     ],
                     position: (331, 18),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "after",
                       position: (332, 7),
                      },
                     ],
                    },
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "network.target",
                        },
                       ],
                       position: (332, 17),
                      },
                     ],
                     position: (332, 15),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "serviceConfig",
                       position: (334, 7),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ExecStart",
                          position: (335, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (335, 24),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "package",
                              position: (335, 28),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/bin/redis-server /run/",
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "redisName",
                            position: (335, 61),
                           },
                           arguments: [
                            Variable {
                             identifier: "name",
                             position: (335, 71),
                            },
                           ],
                          },
                         },
                         Raw {
                          content: "/redis.conf",
                         },
                        ],
                        position: (335, 21),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ExecStartPre",
                          position: (336, 9),
                         },
                        ],
                       },
                       List {
                        elements: [
                         BinaryOperation {
                          operator: Addition,
                          operands: [
                           String {
                            parts: [
                             Raw {
                              content: "+",
                             },
                            ],
                            position: (336, 26),
                           },
                           FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "pkgs",
                              position: (336, 30),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "writeShellScript",
                                position: (336, 35),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             String {
                              parts: [
                               Expression {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "redisName",
                                  position: (336, 55),
                                 },
                                 arguments: [
                                  Variable {
                                   identifier: "name",
                                   position: (336, 65),
                                  },
                                 ],
                                },
                               },
                               Raw {
                                content: "-credentials",
                               },
                              ],
                              position: (336, 52),
                             },
                             BinaryOperation {
                              operator: Addition,
                              operands: [
                               String {
                                parts: [
                                 Raw {
                                  content: "install -o ",
                                 },
                                 Raw {
                                  content: "'",
                                 },
                                 Expression {
                                  expression: PropertyAccess {
                                   expression: Variable {
                                    identifier: "conf",
                                    position: (337, 27),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "user",
                                      position: (337, 32),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 },
                                 Raw {
                                  content: "' -m 600 ",
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "redisConfig",
                                    position: (337, 48),
                                   },
                                   arguments: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "conf",
                                      position: (337, 60),
                                     },
                                     attribute_path: AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "settings",
                                        position: (337, 65),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   ],
                                  },
                                 },
                                 Raw {
                                  content: " /run/",
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "redisName",
                                    position: (337, 82),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (337, 92),
                                    },
                                   ],
                                  },
                                 },
                                 Raw {
                                  content: "/redis.conf\n",
                                 },
                                ],
                                position: (336, 85),
                               },
                               FunctionApplication {
                                function: Variable {
                                 identifier: "optionalString",
                                 position: (338, 16),
                                },
                                arguments: [
                                 BinaryOperation {
                                  operator: NotEqualTo,
                                  operands: [
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "conf",
                                     position: (338, 32),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "requirePassFile",
                                       position: (338, 37),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   Variable {
                                    identifier: "null",
                                    position: (338, 56),
                                   },
                                  ],
                                  position: (338, 53),
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "{\n  printf requirePass' '\n  cat ",
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "escapeShellArg",
                                      position: (341, 21),
                                     },
                                     arguments: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "conf",
                                        position: (341, 36),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "requirePassFile",
                                          position: (341, 41),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "\n} >>/run/",
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "redisName",
                                      position: (342, 24),
                                     },
                                     arguments: [
                                      Variable {
                                       identifier: "name",
                                       position: (342, 34),
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "/redis.conf\n",
                                   },
                                  ],
                                  position: (338, 62),
                                 },
                                ],
                               },
                              ],
                              position: (338, 14),
                             },
                            ],
                           },
                          ],
                          position: (336, 29),
                         },
                        ],
                        position: (336, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "Type",
                          position: (345, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "notify",
                         },
                        ],
                        position: (345, 16),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "User",
                          position: (347, 9),
                         },
                        ],
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (347, 16),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "user",
                           position: (347, 21),
                          },
                         ],
                        },
                        default: None,
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "Group",
                          position: (348, 9),
                         },
                        ],
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (348, 17),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "user",
                           position: (348, 22),
                          },
                         ],
                        },
                        default: None,
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RuntimeDirectory",
                          position: (350, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (350, 28),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (350, 38),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RuntimeDirectoryMode",
                          position: (351, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0750",
                         },
                        ],
                        position: (351, 32),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "StateDirectory",
                          position: (353, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (353, 26),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (353, 36),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "StateDirectoryMode",
                          position: (354, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0700",
                         },
                        ],
                        position: (354, 30),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "UMask",
                          position: (356, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0077",
                         },
                        ],
                        position: (356, 17),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "CapabilityBoundingSet",
                          position: (358, 9),
                         },
                        ],
                       },
                       String {
                        parts: [],
                        position: (358, 33),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "NoNewPrivileges",
                          position: (360, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (360, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "LimitNOFILE",
                          position: (362, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "mkDefault",
                         position: (362, 23),
                        },
                        arguments: [
                         String {
                          parts: [
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "toString",
                              position: (362, 36),
                             },
                             arguments: [
                              BinaryOperation {
                               operator: Addition,
                               operands: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "conf",
                                  position: (362, 46),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "maxclients",
                                    position: (362, 51),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                Int {
                                 value: 32,
                                 position: (362, 64),
                                },
                               ],
                               position: (362, 62),
                              },
                             ],
                            },
                           },
                          ],
                          position: (362, 33),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectSystem",
                          position: (364, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "strict",
                         },
                        ],
                        position: (364, 25),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectHome",
                          position: (365, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (365, 23),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateTmp",
                          position: (366, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (366, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateDevices",
                          position: (367, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (367, 26),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateUsers",
                          position: (368, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (368, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectClock",
                          position: (369, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (369, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectHostname",
                          position: (370, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (370, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelLogs",
                          position: (371, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (371, 29),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelModules",
                          position: (372, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (372, 32),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelTunables",
                          position: (373, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (373, 33),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectControlGroups",
                          position: (374, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (374, 32),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictAddressFamilies",
                          position: (375, 9),
                         },
                        ],
                       },
                       BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         FunctionApplication {
                          function: Variable {
                           identifier: "optionals",
                           position: (376, 11),
                          },
                          arguments: [
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "conf",
                               position: (376, 22),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "port",
                                 position: (376, 27),
                                },
                               ],
                              },
                              default: None,
                             },
                             Int {
                              value: 0,
                              position: (376, 35),
                             },
                            ],
                            position: (376, 32),
                           },
                           List {
                            elements: [
                             String {
                              parts: [
                               Raw {
                                content: "AF_INET",
                               },
                              ],
                              position: (376, 39),
                             },
                             String {
                              parts: [
                               Raw {
                                content: "AF_INET6",
                               },
                              ],
                              position: (376, 49),
                             },
                            ],
                            position: (376, 38),
                           },
                          ],
                         },
                         FunctionApplication {
                          function: Variable {
                           identifier: "optional",
                           position: (377, 11),
                          },
                          arguments: [
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "conf",
                               position: (377, 21),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "unixSocket",
                                 position: (377, 26),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (377, 40),
                             },
                            ],
                            position: (377, 37),
                           },
                           String {
                            parts: [
                             Raw {
                              content: "AF_UNIX",
                             },
                            ],
                            position: (377, 46),
                           },
                          ],
                         },
                        ],
                        position: (376, 61),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictNamespaces",
                          position: (378, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (378, 30),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "LockPersonality",
                          position: (379, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (379, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "MemoryDenyWriteExecute",
                          position: (380, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (380, 34),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictRealtime",
                          position: (381, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (381, 28),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictSUIDSGID",
                          position: (382, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (382, 28),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateMounts",
                          position: (383, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (383, 25),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SystemCallArchitectures",
                          position: (385, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "native",
                         },
                        ],
                        position: (385, 35),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SystemCallFilter",
                          position: (386, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@cpu-emulation @debug @keyring @memlock @mount @obsolete @privileged @resources @setuid",
                         },
                        ],
                        position: (386, 28),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (334, 23),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (328, 78),
                 },
                ],
               },
               position: (328, 41),
              },
              position: (328, 35),
             },
             Variable {
              identifier: "enabledServers",
              position: (388, 8),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (299, 40),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (21, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}