---
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, 28),
         },
        ],
       },
       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, 34),
          },
         ],
        },
        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, 43),
          },
         ],
        },
        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, 75),
                 },
                ],
               },
              ],
             },
            ),
           ],
           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, 22),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "optionalString",
          position: (18, 31),
         },
         arguments: [
          BinaryOperation {
           operator: NotEqualTo,
           operands: [
            Variable {
             identifier: "name",
             position: (18, 47),
            },
            String {
             parts: [],
            },
           ],
           position: (18, 52),
          },
          BinaryOperation {
           operator: Addition,
           operands: [
            String {
             parts: [
              Raw {
               content: "-",
               position: (18, 61),
              },
             ],
            },
            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, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (23, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "user",
               position: (23, 50),
              },
             ],
            },
           ],
           position: (23, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now is hardcoded to the redis user.",
             position: (23, 59),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (24, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (24, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (24, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dbpath",
               position: (24, 50),
              },
             ],
            },
           ],
           position: (24, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now uses /var/lib/redis as data directory.",
             position: (24, 61),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (25, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (25, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (25, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dbFilename",
               position: (25, 50),
              },
             ],
            },
           ],
           position: (25, 28),
          },
          String {
           parts: [
            Raw {
             content: "The redis module now uses /var/lib/redis/dump.rdb as database dump location.",
             position: (25, 65),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (26, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (26, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (26, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "appendOnlyFilename",
               position: (26, 50),
              },
             ],
            },
           ],
           position: (26, 28),
          },
          String {
           parts: [
            Raw {
             content: "This option was never used.",
             position: (26, 73),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (27, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (27, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (27, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "pidFile",
               position: (27, 50),
              },
             ],
            },
           ],
           position: (27, 28),
          },
          String {
           parts: [
            Raw {
             content: "This option was removed.",
             position: (27, 62),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (28, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (28, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (28, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "extraConfig",
               position: (28, 50),
              },
             ],
            },
           ],
           position: (28, 28),
          },
          String {
           parts: [
            Raw {
             content: "Use services.redis.servers.*.settings instead.",
             position: (28, 66),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (29, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (29, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (29, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (29, 50),
              },
             ],
            },
           ],
           position: (29, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (29, 62),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (29, 73),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (29, 81),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (29, 94),
              },
             ],
            },
           ],
           position: (29, 59),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (30, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (30, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (30, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "port",
               position: (30, 50),
              },
             ],
            },
           ],
           position: (30, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (30, 60),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (30, 71),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (30, 79),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "port",
               position: (30, 92),
              },
             ],
            },
           ],
           position: (30, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (31, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (31, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (31, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "openFirewall",
               position: (31, 50),
              },
             ],
            },
           ],
           position: (31, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (31, 68),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (31, 79),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (31, 87),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "openFirewall",
               position: (31, 100),
              },
             ],
            },
           ],
           position: (31, 65),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (32, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (32, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (32, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "bind",
               position: (32, 50),
              },
             ],
            },
           ],
           position: (32, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (32, 60),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (32, 71),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (32, 79),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "bind",
               position: (32, 92),
              },
             ],
            },
           ],
           position: (32, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (33, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (33, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (33, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "unixSocket",
               position: (33, 50),
              },
             ],
            },
           ],
           position: (33, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (33, 66),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (33, 77),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (33, 85),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "unixSocket",
               position: (33, 98),
              },
             ],
            },
           ],
           position: (33, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (34, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (34, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (34, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "unixSocketPerm",
               position: (34, 50),
              },
             ],
            },
           ],
           position: (34, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (34, 70),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (34, 81),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (34, 89),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "unixSocketPerm",
               position: (34, 102),
              },
             ],
            },
           ],
           position: (34, 67),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (35, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (35, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (35, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "logLevel",
               position: (35, 50),
              },
             ],
            },
           ],
           position: (35, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (35, 64),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (35, 75),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (35, 83),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "logLevel",
               position: (35, 96),
              },
             ],
            },
           ],
           position: (35, 61),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (36, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (36, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (36, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "logfile",
               position: (36, 50),
              },
             ],
            },
           ],
           position: (36, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (36, 63),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (36, 74),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (36, 82),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "logfile",
               position: (36, 95),
              },
             ],
            },
           ],
           position: (36, 60),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (37, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (37, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (37, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "syslog",
               position: (37, 50),
              },
             ],
            },
           ],
           position: (37, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (37, 62),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (37, 73),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (37, 81),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "syslog",
               position: (37, 94),
              },
             ],
            },
           ],
           position: (37, 59),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (38, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (38, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (38, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "databases",
               position: (38, 50),
              },
             ],
            },
           ],
           position: (38, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (38, 65),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (38, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (38, 84),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "databases",
               position: (38, 97),
              },
             ],
            },
           ],
           position: (38, 62),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (39, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (39, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (39, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "maxclients",
               position: (39, 50),
              },
             ],
            },
           ],
           position: (39, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (39, 66),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (39, 77),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (39, 85),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "maxclients",
               position: (39, 98),
              },
             ],
            },
           ],
           position: (39, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (40, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (40, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (40, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "save",
               position: (40, 50),
              },
             ],
            },
           ],
           position: (40, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (40, 60),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (40, 71),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (40, 79),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "save",
               position: (40, 92),
              },
             ],
            },
           ],
           position: (40, 57),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (41, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (41, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (41, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "slaveOf",
               position: (41, 50),
              },
             ],
            },
           ],
           position: (41, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (41, 63),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (41, 74),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (41, 82),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "slaveOf",
               position: (41, 95),
              },
             ],
            },
           ],
           position: (41, 60),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (42, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (42, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (42, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "masterAuth",
               position: (42, 50),
              },
             ],
            },
           ],
           position: (42, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (42, 66),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (42, 77),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (42, 85),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "masterAuth",
               position: (42, 98),
              },
             ],
            },
           ],
           position: (42, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (43, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (43, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (43, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "requirePass",
               position: (43, 50),
              },
             ],
            },
           ],
           position: (43, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (43, 67),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (43, 78),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (43, 86),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "requirePass",
               position: (43, 99),
              },
             ],
            },
           ],
           position: (43, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (44, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (44, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (44, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "requirePassFile",
               position: (44, 50),
              },
             ],
            },
           ],
           position: (44, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (44, 71),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (44, 82),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (44, 90),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "requirePassFile",
               position: (44, 103),
              },
             ],
            },
           ],
           position: (44, 68),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (45, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (45, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (45, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "appendOnly",
               position: (45, 50),
              },
             ],
            },
           ],
           position: (45, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (45, 66),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (45, 77),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (45, 85),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "appendOnly",
               position: (45, 98),
              },
             ],
            },
           ],
           position: (45, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (46, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (46, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (46, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "appendFsync",
               position: (46, 50),
              },
             ],
            },
           ],
           position: (46, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (46, 67),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (46, 78),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (46, 86),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "appendFsync",
               position: (46, 99),
              },
             ],
            },
           ],
           position: (46, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (47, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (47, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (47, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "slowLogLogSlowerThan",
               position: (47, 50),
              },
             ],
            },
           ],
           position: (47, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (47, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (47, 87),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (47, 95),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "slowLogLogSlowerThan",
               position: (47, 108),
              },
             ],
            },
           ],
           position: (47, 73),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (48, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (48, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (48, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "slowLogMaxLen",
               position: (48, 50),
              },
             ],
            },
           ],
           position: (48, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (48, 69),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (48, 80),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (48, 88),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "slowLogMaxLen",
               position: (48, 101),
              },
             ],
            },
           ],
           position: (48, 66),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (49, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (49, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (49, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (49, 50),
              },
             ],
            },
           ],
           position: (49, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (49, 64),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "redis",
               position: (49, 75),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "servers",
               position: (49, 83),
              },
             ],
            },
            String {
             parts: [],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (49, 96),
              },
             ],
            },
           ],
           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, 42),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (61, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Which Redis derivation to use.",
                    position: (61, 24),
                   },
                  ],
                 },
                ),
               ],
               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: (65, 1),
                },
               ],
              },
             ],
            },
           ),
           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: (73, 1),
                                 },
                                ],
                               },
                              ],
                             },
                            ),
                            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),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "\"redis\" or \"redis-${name}\" if name != \"\"",
                                     position: (84, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (85, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The username and groupname for redis-server.",
                                     position: (85, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (81, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "port",
                                position: (88, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (88, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (89, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (89, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "port",
                                      position: (89, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (90, 15),
                                    },
                                   ],
                                  },
                                  IfThenElse {
                                   predicate: BinaryOperation {
                                    operator: EqualTo,
                                    operands: [
                                     Variable {
                                      identifier: "name",
                                      position: (90, 28),
                                     },
                                     String {
                                      parts: [],
                                     },
                                    ],
                                    position: (90, 33),
                                   },
                                   then: Int {
                                    value: 6379,
                                    position: (90, 44),
                                   },
                                   else_: Int {
                                    value: 0,
                                    position: (90, 54),
                                   },
                                   position: (90, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (91, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (91, 29),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "if name == \"\" then 6379 else 0",
                                       position: (91, 49),
                                      },
                                     ],
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (92, 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: (93, 1),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (88, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "openFirewall",
                                position: (98, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (98, 28),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (99, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (99, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (99, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (100, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "false",
                                   position: (100, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (101, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Whether to open ports in the firewall for the server.\n",
                                     position: (102, 1),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (98, 37),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "bind",
                                position: (106, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (106, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (107, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (107, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (107, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (107, 41),
                                     },
                                    ],
                                   },
                                   position: (107, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (108, 15),
                                    },
                                   ],
                                  },
                                  IfThenElse {
                                   predicate: BinaryOperation {
                                    operator: EqualTo,
                                    operands: [
                                     Variable {
                                      identifier: "name",
                                      position: (108, 28),
                                     },
                                     String {
                                      parts: [],
                                     },
                                    ],
                                    position: (108, 33),
                                   },
                                   then: String {
                                    parts: [
                                     Raw {
                                      content: "127.0.0.1",
                                      position: (108, 45),
                                     },
                                    ],
                                   },
                                   else_: Variable {
                                    identifier: "null",
                                    position: (108, 61),
                                   },
                                   position: (108, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (109, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (109, 29),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "if name == \"\" then \"127.0.0.1\" else null",
                                       position: (109, 49),
                                      },
                                     ],
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (110, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The IP interface to bind to.\n<literal>null</literal> means \"all interfaces\".\n",
                                     position: (111, 1),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (114, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "192.0.2.1",
                                     position: (114, 26),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (106, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "unixSocket",
                                position: (117, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (117, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (118, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (118, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (118, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "path",
                                      position: (118, 41),
                                     },
                                    ],
                                   },
                                   position: (118, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (119, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/run/",
                                     position: (119, 26),
                                    },
                                    Expression {
                                     expression: FunctionApplication {
                                      function: Variable {
                                       identifier: "redisName",
                                       position: (119, 33),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "name",
                                        position: (119, 43),
                                       },
                                      ],
                                     },
                                    },
                                    Raw {
                                     content: "/redis.sock",
                                     position: (119, 48),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "defaultText",
                                     position: (120, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "\"/run/redis/redis.sock\" or \"/run/redis-${name}/redis.sock\" if name != \"\"",
                                     position: (120, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (121, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "The path to the socket to bind to.",
                                     position: (121, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (117, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "unixSocketPerm",
                                position: (124, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (124, 30),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (125, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (125, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (125, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (126, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 660,
                                   position: (126, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (127, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Change permissions for the socket",
                                     position: (127, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (128, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 600,
                                   position: (128, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (124, 39),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "logLevel",
                                position: (131, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (131, 24),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (132, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (132, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (132, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (133, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "notice",
                                     position: (133, 26),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (134, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "debug",
                                     position: (134, 26),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (135, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Specify the server verbosity level, options: debug, verbose, notice, warning.",
                                     position: (135, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (131, 33),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "logfile",
                                position: (138, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (138, 23),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (139, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (139, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (139, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (140, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/dev/null",
                                     position: (140, 26),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (141, 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: (141, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (142, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/var/log/redis.log",
                                     position: (142, 26),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (138, 32),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "syslog",
                                position: (145, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (145, 22),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (146, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (146, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (146, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (147, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "true",
                                   position: (147, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (148, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Enable logging to the system logger.",
                                     position: (148, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (145, 31),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "databases",
                                position: (151, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (151, 25),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (152, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (152, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (152, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (153, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 16,
                                   position: (153, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (154, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Set the number of databases.",
                                     position: (154, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (151, 34),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "maxclients",
                                position: (157, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (157, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (158, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (158, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (158, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (159, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 10000,
                                   position: (159, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (160, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Set the max number of connected clients at the same time.",
                                     position: (160, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (157, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "save",
                                position: (163, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (163, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (164, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (164, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "listOf",
                                     position: (164, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "listOf",
                                       position: (164, 42),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "int",
                                        position: (164, 49),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (164, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (165, 15),
                                    },
                                   ],
                                  },
                                  List {
                                   elements: [
                                    List {
                                     elements: [
                                      Int {
                                       value: 900,
                                       position: (165, 28),
                                      },
                                      Int {
                                       value: 1,
                                       position: (165, 32),
                                      },
                                     ],
                                     position: (165, 27),
                                    },
                                    List {
                                     elements: [
                                      Int {
                                       value: 300,
                                       position: (165, 36),
                                      },
                                      Int {
                                       value: 10,
                                       position: (165, 40),
                                      },
                                     ],
                                     position: (165, 35),
                                    },
                                    List {
                                     elements: [
                                      Int {
                                       value: 60,
                                       position: (165, 45),
                                      },
                                      Int {
                                       value: 10000,
                                       position: (165, 48),
                                      },
                                     ],
                                     position: (165, 44),
                                    },
                                   ],
                                   position: (165, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (166, 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: (166, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (163, 29),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slaveOf",
                                position: (169, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (169, 23),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (170, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (170, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (170, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "submodule",
                                       position: (170, 42),
                                      },
                                      arguments: [
                                       Function {
                                        argument: None,
                                        arguments: FunctionArguments {
                                         arguments: [],
                                         ellipsis: true,
                                        },
                                        definition: Map {
                                         bindings: [
                                          KeyValue(
                                           AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "options",
                                              position: (171, 17),
                                             },
                                            ],
                                           },
                                           Map {
                                            bindings: [
                                             KeyValue(
                                              AttributePath {
                                               attributes: [
                                                Raw {
                                                 content: "ip",
                                                 position: (172, 19),
                                                },
                                               ],
                                              },
                                              FunctionApplication {
                                               function: Variable {
                                                identifier: "mkOption",
                                                position: (172, 24),
                                               },
                                               arguments: [
                                                Map {
                                                 bindings: [
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "type",
                                                      position: (173, 21),
                                                     },
                                                    ],
                                                   },
                                                   Variable {
                                                    identifier: "str",
                                                    position: (173, 28),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "description",
                                                      position: (174, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "IP of the Redis master",
                                                      position: (174, 36),
                                                     },
                                                    ],
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "example",
                                                      position: (175, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "192.168.1.100",
                                                      position: (175, 32),
                                                     },
                                                    ],
                                                   },
                                                  ),
                                                 ],
                                                 recursive: false,
                                                 position: (172, 33),
                                                },
                                               ],
                                              },
                                             ),
                                             KeyValue(
                                              AttributePath {
                                               attributes: [
                                                Raw {
                                                 content: "port",
                                                 position: (178, 19),
                                                },
                                               ],
                                              },
                                              FunctionApplication {
                                               function: Variable {
                                                identifier: "mkOption",
                                                position: (178, 26),
                                               },
                                               arguments: [
                                                Map {
                                                 bindings: [
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "type",
                                                      position: (179, 21),
                                                     },
                                                    ],
                                                   },
                                                   Variable {
                                                    identifier: "port",
                                                    position: (179, 28),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "description",
                                                      position: (180, 21),
                                                     },
                                                    ],
                                                   },
                                                   String {
                                                    parts: [
                                                     Raw {
                                                      content: "port of the Redis master",
                                                      position: (180, 36),
                                                     },
                                                    ],
                                                   },
                                                  ),
                                                  KeyValue(
                                                   AttributePath {
                                                    attributes: [
                                                     Raw {
                                                      content: "default",
                                                      position: (181, 21),
                                                     },
                                                    ],
                                                   },
                                                   Int {
                                                    value: 6379,
                                                    position: (181, 31),
                                                   },
                                                  ),
                                                 ],
                                                 recursive: false,
                                                 position: (178, 35),
                                                },
                                               ],
                                              },
                                             ),
                                            ],
                                            recursive: false,
                                            position: (171, 27),
                                           },
                                          ),
                                         ],
                                         recursive: false,
                                         position: (170, 62),
                                        },
                                        position: (170, 53),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (170, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (186, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (186, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (187, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "IP and port to which this redis instance acts as a slave.",
                                     position: (187, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (188, 15),
                                    },
                                   ],
                                  },
                                  Map {
                                   bindings: [
                                    KeyValue(
                                     AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "ip",
                                        position: (188, 27),
                                       },
                                      ],
                                     },
                                     String {
                                      parts: [
                                       Raw {
                                        content: "192.168.1.100",
                                        position: (188, 33),
                                       },
                                      ],
                                     },
                                    ),
                                    KeyValue(
                                     AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "port",
                                        position: (188, 49),
                                       },
                                      ],
                                     },
                                     Int {
                                      value: 6379,
                                      position: (188, 56),
                                     },
                                    ),
                                   ],
                                   recursive: false,
                                   position: (188, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (169, 32),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "masterAuth",
                                position: (191, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (191, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (192, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (192, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (192, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (192, 41),
                                     },
                                    ],
                                   },
                                   position: (192, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (193, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (193, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (194, 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: (194, 31),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (191, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "requirePass",
                                position: (200, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (200, 27),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (201, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (201, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (201, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "str",
                                      position: (201, 41),
                                     },
                                    ],
                                   },
                                   position: (201, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (202, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (202, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (203, 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: (204, 1),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (207, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "letmein!",
                                     position: (207, 26),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (200, 36),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "requirePassFile",
                                position: (210, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (210, 31),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (211, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (211, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "nullOr",
                                     position: (211, 34),
                                    },
                                    arguments: [
                                     Variable {
                                      identifier: "path",
                                      position: (211, 41),
                                     },
                                    ],
                                   },
                                   position: (211, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (212, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (212, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (213, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "File with password for the database.",
                                     position: (213, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (214, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "/run/keys/redis-password",
                                     position: (214, 26),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (210, 40),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "appendOnly",
                                position: (217, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (217, 26),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (218, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (218, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bool",
                                      position: (218, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (219, 15),
                                    },
                                   ],
                                  },
                                  Variable {
                                   identifier: "false",
                                   position: (219, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (220, 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: (220, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (217, 35),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "appendFsync",
                                position: (223, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (223, 27),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (224, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (224, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "str",
                                      position: (224, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (225, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "everysec",
                                     position: (225, 26),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (226, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "How often to fsync the append-only log, options: no, always, everysec.",
                                     position: (226, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (223, 36),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slowLogLogSlowerThan",
                                position: (229, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (229, 36),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (230, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (230, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (230, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (231, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 10000,
                                   position: (231, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (232, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Log queries whose execution take longer than X in milliseconds.",
                                     position: (232, 30),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (233, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 1000,
                                   position: (233, 25),
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (229, 45),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "slowLogMaxLen",
                                position: (236, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (236, 29),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (237, 15),
                                    },
                                   ],
                                  },
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (237, 22),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "int",
                                      position: (237, 28),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (238, 15),
                                    },
                                   ],
                                  },
                                  Int {
                                   value: 128,
                                   position: (238, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (239, 15),
                                    },
                                   ],
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "Maximum number of items to keep in slow log.",
                                     position: (239, 30),
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (236, 38),
                               },
                              ],
                             },
                            ),
                            KeyValue(
                             AttributePath {
                              attributes: [
                               Raw {
                                content: "settings",
                                position: (242, 13),
                               },
                              ],
                             },
                             FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (242, 24),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "type",
                                     position: (244, 15),
                                    },
                                   ],
                                  },
                                  With {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (244, 27),
                                   },
                                   target: FunctionApplication {
                                    function: Variable {
                                     identifier: "attrsOf",
                                     position: (244, 34),
                                    },
                                    arguments: [
                                     FunctionApplication {
                                      function: Variable {
                                       identifier: "oneOf",
                                       position: (244, 43),
                                      },
                                      arguments: [
                                       List {
                                        elements: [
                                         Variable {
                                          identifier: "bool",
                                          position: (244, 51),
                                         },
                                         Variable {
                                          identifier: "int",
                                          position: (244, 56),
                                         },
                                         Variable {
                                          identifier: "str",
                                          position: (244, 60),
                                         },
                                         FunctionApplication {
                                          function: Variable {
                                           identifier: "listOf",
                                           position: (244, 65),
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "str",
                                            position: (244, 72),
                                           },
                                          ],
                                         },
                                        ],
                                        position: (244, 49),
                                       },
                                      ],
                                     },
                                    ],
                                   },
                                   position: (244, 22),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "default",
                                     position: (245, 15),
                                    },
                                   ],
                                  },
                                  Map {
                                   bindings: [],
                                   recursive: false,
                                   position: (245, 25),
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "description",
                                     position: (246, 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: (247, 1),
                                    },
                                   ],
                                  },
                                 ),
                                 KeyValue(
                                  AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "example",
                                     position: (251, 15),
                                    },
                                   ],
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (251, 25),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "{\n  loadmodule = [ \"/path/to/my_module.so\" \"/path/to/other_module.so\" ];\n}\n",
                                       position: (252, 1),
                                      },
                                     ],
                                    },
                                   ],
                                  },
                                 ),
                                ],
                                recursive: false,
                                position: (242, 33),
                               },
                              ],
                             },
                            ),
                           ],
                           recursive: false,
                           position: (71, 21),
                          },
                         ),
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "config",
                             position: (258, 11),
                            },
                            Raw {
                             content: "settings",
                             position: (258, 18),
                            },
                           ],
                          },
                          FunctionApplication {
                           function: Variable {
                            identifier: "mkMerge",
                            position: (258, 29),
                           },
                           arguments: [
                            List {
                             elements: [
                              Map {
                               bindings: [
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "port",
                                    position: (260, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (260, 22),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "port",
                                     position: (260, 29),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "daemonize",
                                    position: (261, 15),
                                   },
                                  ],
                                 },
                                 Variable {
                                  identifier: "false",
                                  position: (261, 27),
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "supervised",
                                    position: (262, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "systemd",
                                    position: (262, 29),
                                   },
                                  ],
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "loglevel",
                                    position: (263, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (263, 26),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "logLevel",
                                     position: (263, 33),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "logfile",
                                    position: (264, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (264, 25),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "logfile",
                                     position: (264, 32),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "syslog-enabled",
                                    position: (265, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (265, 32),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "syslog",
                                     position: (265, 39),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "databases",
                                    position: (266, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (266, 27),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "databases",
                                     position: (266, 34),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "maxclients",
                                    position: (267, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (267, 28),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "maxclients",
                                     position: (267, 35),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "save",
                                    position: (268, 15),
                                   },
                                  ],
                                 },
                                 FunctionApplication {
                                  function: Variable {
                                   identifier: "map",
                                   position: (268, 22),
                                  },
                                  arguments: [
                                   Function {
                                    argument: Some(
                                     "d",
                                    ),
                                    arguments: FunctionArguments {
                                     arguments: [],
                                     ellipsis: false,
                                    },
                                    definition: String {
                                     parts: [
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (268, 33),
                                        },
                                        arguments: [
                                         FunctionApplication {
                                          function: PropertyAccess {
                                           expression: Variable {
                                            identifier: "builtins",
                                            position: (268, 43),
                                           },
                                           attribute_path: AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "elemAt",
                                              position: (268, 52),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "d",
                                            position: (268, 59),
                                           },
                                           Int {
                                            value: 0,
                                            position: (268, 61),
                                           },
                                          ],
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: " ",
                                       position: (268, 64),
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (268, 67),
                                        },
                                        arguments: [
                                         FunctionApplication {
                                          function: PropertyAccess {
                                           expression: Variable {
                                            identifier: "builtins",
                                            position: (268, 77),
                                           },
                                           attribute_path: AttributePath {
                                            attributes: [
                                             Raw {
                                              content: "elemAt",
                                              position: (268, 86),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                          arguments: [
                                           Variable {
                                            identifier: "d",
                                            position: (268, 93),
                                           },
                                           Int {
                                            value: 1,
                                            position: (268, 95),
                                           },
                                          ],
                                         },
                                        ],
                                       },
                                      },
                                     ],
                                    },
                                    position: (268, 27),
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (268, 101),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "save",
                                       position: (268, 108),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "dbfilename",
                                    position: (269, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "dump.rdb",
                                    position: (269, 29),
                                   },
                                  ],
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "dir",
                                    position: (270, 15),
                                   },
                                  ],
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "/var/lib/",
                                    position: (270, 22),
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "redisName",
                                      position: (270, 33),
                                     },
                                     arguments: [
                                      Variable {
                                       identifier: "name",
                                       position: (270, 43),
                                      },
                                     ],
                                    },
                                   },
                                  ],
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "appendOnly",
                                    position: (271, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (271, 28),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "appendOnly",
                                     position: (271, 35),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "appendfsync",
                                    position: (272, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (272, 29),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "appendFsync",
                                     position: (272, 36),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "slowlog-log-slower-than",
                                    position: (273, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (273, 41),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "slowLogLogSlowerThan",
                                     position: (273, 48),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                                KeyValue(
                                 AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "slowlog-max-len",
                                    position: (274, 15),
                                   },
                                  ],
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "config",
                                   position: (274, 33),
                                  },
                                  attribute_path: AttributePath {
                                   attributes: [
                                    Raw {
                                     content: "slowLogMaxLen",
                                     position: (274, 40),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ),
                               ],
                               recursive: false,
                               position: (259, 13),
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (276, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (276, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bind",
                                      position: (276, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (276, 35),
                                  },
                                 ],
                                 position: (276, 32),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "bind",
                                      position: (276, 43),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (276, 50),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "bind",
                                       position: (276, 57),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (276, 41),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (277, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (277, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixSocket",
                                      position: (277, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (277, 41),
                                  },
                                 ],
                                 position: (277, 38),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixsocket",
                                      position: (278, 15),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (278, 28),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "unixSocket",
                                       position: (278, 35),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "unixsocketperm",
                                      position: (279, 15),
                                     },
                                    ],
                                   },
                                   FunctionApplication {
                                    function: Variable {
                                     identifier: "toString",
                                     position: (279, 32),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "config",
                                       position: (279, 41),
                                      },
                                      attribute_path: AttributePath {
                                       attributes: [
                                        Raw {
                                         content: "unixSocketPerm",
                                         position: (279, 48),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (277, 47),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (281, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (281, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "slaveOf",
                                      position: (281, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (281, 38),
                                  },
                                 ],
                                 position: (281, 35),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "slaveof",
                                      position: (281, 46),
                                     },
                                    ],
                                   },
                                   String {
                                    parts: [
                                     Expression {
                                      expression: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (281, 59),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "slaveOf",
                                          position: (281, 66),
                                         },
                                         Raw {
                                          content: "ip",
                                          position: (281, 74),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                     Raw {
                                      content: " ",
                                      position: (281, 77),
                                     },
                                     Expression {
                                      expression: FunctionApplication {
                                       function: Variable {
                                        identifier: "toString",
                                        position: (281, 80),
                                       },
                                       arguments: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "config",
                                          position: (281, 89),
                                         },
                                         attribute_path: AttributePath {
                                          attributes: [
                                           Raw {
                                            content: "slaveOf",
                                            position: (281, 96),
                                           },
                                           Raw {
                                            content: "port",
                                            position: (281, 104),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (281, 44),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (282, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (282, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "masterAuth",
                                      position: (282, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (282, 41),
                                  },
                                 ],
                                 position: (282, 38),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "masterauth",
                                      position: (282, 49),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (282, 62),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "masterAuth",
                                       position: (282, 69),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (282, 47),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "mkIf",
                                position: (283, 14),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (283, 20),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "requirePass",
                                      position: (283, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (283, 42),
                                  },
                                 ],
                                 position: (283, 39),
                                },
                                Map {
                                 bindings: [
                                  KeyValue(
                                   AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "requirepass",
                                      position: (283, 50),
                                     },
                                    ],
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (283, 64),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "requirePass",
                                       position: (283, 71),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ),
                                 ],
                                 recursive: false,
                                 position: (283, 48),
                                },
                               ],
                              },
                             ],
                             position: (258, 37),
                            },
                           ],
                          },
                         ),
                        ],
                        recursive: false,
                        position: (70, 74),
                       },
                       position: (70, 48),
                      },
                     ],
                    },
                   ],
                  },
                  position: (70, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (286, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Configuration of multiple <literal>redis-server</literal> instances.",
                    position: (286, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (287, 9),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (287, 19),
                 },
                ),
               ],
               recursive: false,
               position: (69, 26),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (56, 22),
         },
        ),
       ],
       recursive: false,
       position: (54, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (296, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (296, 12),
       },
       arguments: [
        BinaryOperation {
         operator: NotEqualTo,
         operands: [
          Variable {
           identifier: "enabledServers",
           position: (296, 18),
          },
          Map {
           bindings: [],
           recursive: false,
           position: (296, 36),
          },
         ],
         position: (296, 33),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "assertions",
              position: (298, 5),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "attrValues",
             position: (298, 18),
            },
            arguments: [
             FunctionApplication {
              function: Variable {
               identifier: "mapAttrs",
               position: (298, 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: (299, 7),
                      },
                     ],
                    },
                    BinaryOperation {
                     operator: Implication,
                     operands: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (299, 19),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "requirePass",
                            position: (299, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (299, 39),
                        },
                       ],
                       position: (299, 36),
                      },
                      BinaryOperation {
                       operator: EqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (299, 47),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "requirePassFile",
                            position: (299, 52),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (299, 71),
                        },
                       ],
                       position: (299, 68),
                      },
                     ],
                     position: (299, 44),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "message",
                       position: (300, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "You can only set one services.redis.servers.",
                       position: (301, 1),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (301, 55),
                       },
                      },
                      Raw {
                       content: ".requirePass\nor services.redis.servers.",
                       position: (301, 60),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (302, 37),
                       },
                      },
                      Raw {
                       content: ".requirePassFile\n",
                       position: (302, 42),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (298, 52),
                 },
                 position: (298, 46),
                },
                position: (298, 40),
               },
               Variable {
                identifier: "enabledServers",
                position: (304, 8),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "boot",
              position: (306, 5),
             },
             Raw {
              content: "kernel",
              position: (306, 10),
             },
             Raw {
              content: "sysctl",
              position: (306, 17),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (306, 26),
            },
            arguments: [
             List {
              elements: [
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Expression {
                     expression: String {
                      parts: [
                       Raw {
                        content: "vm.nr_hugepages",
                        position: (307, 10),
                       },
                      ],
                     },
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "0",
                     position: (307, 30),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (307, 7),
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkIf",
                 position: (308, 9),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (308, 14),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "vmOverCommit",
                     position: (308, 18),
                    },
                   ],
                  },
                  default: None,
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Expression {
                       expression: String {
                        parts: [
                         Raw {
                          content: "vm.overcommit_memory",
                          position: (308, 34),
                         },
                        ],
                       },
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "1",
                       position: (308, 59),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (308, 31),
                 },
                ],
               },
              ],
              position: (306, 34),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "networking",
              position: (311, 5),
             },
             Raw {
              content: "firewall",
              position: (311, 16),
             },
             Raw {
              content: "allowedTCPPorts",
              position: (311, 25),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "concatMap",
             position: (311, 43),
            },
            arguments: [
             Function {
              argument: Some(
               "conf",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: FunctionApplication {
               function: Variable {
                identifier: "optional",
                position: (312, 7),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "conf",
                  position: (312, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "openFirewall",
                    position: (312, 21),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "conf",
                  position: (312, 34),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "port",
                    position: (312, 39),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (311, 54),
             },
             FunctionApplication {
              function: Variable {
               identifier: "attrValues",
               position: (313, 8),
              },
              arguments: [
               Variable {
                identifier: "enabledServers",
                position: (313, 19),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (315, 5),
             },
             Raw {
              content: "systemPackages",
              position: (315, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (315, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "package",
                 position: (315, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (315, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (317, 5),
             },
             Raw {
              content: "users",
              position: (317, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (317, 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: (317, 42),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (317, 57),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (317, 67),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (318, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "System user for the redis-server instance ",
                       position: (318, 22),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "name",
                        position: (318, 66),
                       },
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "isSystemUser",
                       position: (319, 7),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (319, 22),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (320, 7),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "redisName",
                      position: (320, 15),
                     },
                     arguments: [
                      Variable {
                       identifier: "name",
                       position: (320, 25),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (317, 73),
                 },
                ],
               },
               position: (317, 36),
              },
              position: (317, 30),
             },
             Variable {
              identifier: "enabledServers",
              position: (321, 8),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (322, 5),
             },
             Raw {
              content: "groups",
              position: (322, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (322, 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: (322, 43),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (322, 58),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (322, 68),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (322, 74),
                 },
                ],
               },
               position: (322, 37),
              },
              position: (322, 31),
             },
             Variable {
              identifier: "enabledServers",
              position: (323, 8),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (325, 5),
             },
             Raw {
              content: "services",
              position: (325, 13),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (325, 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: (325, 47),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "redisName",
                   position: (325, 62),
                  },
                  arguments: [
                   Variable {
                    identifier: "name",
                    position: (325, 72),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (326, 7),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Redis Server - ",
                       position: (326, 22),
                      },
                      Expression {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (326, 39),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (326, 49),
                         },
                        ],
                       },
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "wantedBy",
                       position: (328, 7),
                      },
                     ],
                    },
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "multi-user.target",
                         position: (328, 21),
                        },
                       ],
                      },
                     ],
                     position: (328, 18),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "after",
                       position: (329, 7),
                      },
                     ],
                    },
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "network.target",
                         position: (329, 18),
                        },
                       ],
                      },
                     ],
                     position: (329, 15),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "serviceConfig",
                       position: (331, 7),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ExecStart",
                          position: (332, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (332, 24),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "package",
                              position: (332, 28),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/bin/redis-server /run/",
                          position: (332, 36),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "redisName",
                            position: (332, 61),
                           },
                           arguments: [
                            Variable {
                             identifier: "name",
                             position: (332, 71),
                            },
                           ],
                          },
                         },
                         Raw {
                          content: "/redis.conf",
                          position: (332, 76),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ExecStartPre",
                          position: (333, 9),
                         },
                        ],
                       },
                       List {
                        elements: [
                         BinaryOperation {
                          operator: Addition,
                          operands: [
                           String {
                            parts: [
                             Raw {
                              content: "+",
                              position: (333, 27),
                             },
                            ],
                           },
                           FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "pkgs",
                              position: (333, 30),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "writeShellScript",
                                position: (333, 35),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             String {
                              parts: [
                               Expression {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "redisName",
                                  position: (333, 55),
                                 },
                                 arguments: [
                                  Variable {
                                   identifier: "name",
                                   position: (333, 65),
                                  },
                                 ],
                                },
                               },
                               Raw {
                                content: "-credentials",
                                position: (333, 70),
                               },
                              ],
                             },
                             BinaryOperation {
                              operator: Addition,
                              operands: [
                               String {
                                parts: [
                                 Raw {
                                  content: "install -o ",
                                  position: (334, 1),
                                 },
                                 Raw {
                                  content: "'",
                                  position: (334, 24),
                                 },
                                 Expression {
                                  expression: PropertyAccess {
                                   expression: Variable {
                                    identifier: "conf",
                                    position: (334, 27),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "user",
                                      position: (334, 32),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 },
                                 Raw {
                                  content: "' -m 600 ",
                                  position: (334, 37),
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "redisConfig",
                                    position: (334, 48),
                                   },
                                   arguments: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "conf",
                                      position: (334, 60),
                                     },
                                     attribute_path: AttributePath {
                                      attributes: [
                                       Raw {
                                        content: "settings",
                                        position: (334, 65),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   ],
                                  },
                                 },
                                 Raw {
                                  content: " /run/",
                                  position: (334, 74),
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "redisName",
                                    position: (334, 82),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (334, 92),
                                    },
                                   ],
                                  },
                                 },
                                 Raw {
                                  content: "/redis.conf\n",
                                  position: (334, 97),
                                 },
                                ],
                               },
                               FunctionApplication {
                                function: Variable {
                                 identifier: "optionalString",
                                 position: (335, 16),
                                },
                                arguments: [
                                 BinaryOperation {
                                  operator: NotEqualTo,
                                  operands: [
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "conf",
                                     position: (335, 32),
                                    },
                                    attribute_path: AttributePath {
                                     attributes: [
                                      Raw {
                                       content: "requirePassFile",
                                       position: (335, 37),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   Variable {
                                    identifier: "null",
                                    position: (335, 56),
                                   },
                                  ],
                                  position: (335, 53),
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "{\n  printf requirePass' '\n  cat ",
                                    position: (336, 1),
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "escapeShellArg",
                                      position: (338, 21),
                                     },
                                     arguments: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "conf",
                                        position: (338, 36),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "requirePassFile",
                                          position: (338, 41),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "\n} >>/run/",
                                    position: (338, 57),
                                   },
                                   Expression {
                                    expression: FunctionApplication {
                                     function: Variable {
                                      identifier: "redisName",
                                      position: (339, 24),
                                     },
                                     arguments: [
                                      Variable {
                                       identifier: "name",
                                       position: (339, 34),
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "/redis.conf\n",
                                    position: (339, 39),
                                   },
                                  ],
                                 },
                                ],
                               },
                              ],
                              position: (335, 14),
                             },
                            ],
                           },
                          ],
                          position: (333, 29),
                         },
                        ],
                        position: (333, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "Type",
                          position: (342, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "notify",
                          position: (342, 17),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "User",
                          position: (344, 9),
                         },
                        ],
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (344, 16),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "user",
                           position: (344, 21),
                          },
                         ],
                        },
                        default: None,
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "Group",
                          position: (345, 9),
                         },
                        ],
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (345, 17),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "user",
                           position: (345, 22),
                          },
                         ],
                        },
                        default: None,
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RuntimeDirectory",
                          position: (347, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (347, 28),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (347, 38),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RuntimeDirectoryMode",
                          position: (348, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0750",
                          position: (348, 33),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "StateDirectory",
                          position: (350, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "redisName",
                         position: (350, 26),
                        },
                        arguments: [
                         Variable {
                          identifier: "name",
                          position: (350, 36),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "StateDirectoryMode",
                          position: (351, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0700",
                          position: (351, 31),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "UMask",
                          position: (353, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "0077",
                          position: (353, 18),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "CapabilityBoundingSet",
                          position: (355, 9),
                         },
                        ],
                       },
                       String {
                        parts: [],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "NoNewPrivileges",
                          position: (357, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (357, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "LimitNOFILE",
                          position: (359, 9),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "mkDefault",
                         position: (359, 23),
                        },
                        arguments: [
                         String {
                          parts: [
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "toString",
                              position: (359, 36),
                             },
                             arguments: [
                              BinaryOperation {
                               operator: Addition,
                               operands: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "conf",
                                  position: (359, 46),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "maxclients",
                                    position: (359, 51),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                Int {
                                 value: 32,
                                 position: (359, 64),
                                },
                               ],
                               position: (359, 62),
                              },
                             ],
                            },
                           },
                          ],
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectSystem",
                          position: (361, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "strict",
                          position: (361, 26),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectHome",
                          position: (362, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (362, 23),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateTmp",
                          position: (363, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (363, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateDevices",
                          position: (364, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (364, 26),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateUsers",
                          position: (365, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (365, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectClock",
                          position: (366, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (366, 24),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectHostname",
                          position: (367, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (367, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelLogs",
                          position: (368, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (368, 29),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelModules",
                          position: (369, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (369, 32),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectKernelTunables",
                          position: (370, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (370, 33),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "ProtectControlGroups",
                          position: (371, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (371, 32),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictAddressFamilies",
                          position: (372, 9),
                         },
                        ],
                       },
                       BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         FunctionApplication {
                          function: Variable {
                           identifier: "optionals",
                           position: (373, 11),
                          },
                          arguments: [
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "conf",
                               position: (373, 22),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "bind",
                                 position: (373, 27),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (373, 35),
                             },
                            ],
                            position: (373, 32),
                           },
                           List {
                            elements: [
                             String {
                              parts: [
                               Raw {
                                content: "AF_INET",
                                position: (373, 43),
                               },
                              ],
                             },
                             String {
                              parts: [
                               Raw {
                                content: "AF_INET6",
                                position: (373, 53),
                               },
                              ],
                             },
                            ],
                            position: (373, 41),
                           },
                          ],
                         },
                         FunctionApplication {
                          function: Variable {
                           identifier: "optional",
                           position: (374, 11),
                          },
                          arguments: [
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "conf",
                               position: (374, 21),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "unixSocket",
                                 position: (374, 26),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (374, 40),
                             },
                            ],
                            position: (374, 37),
                           },
                           String {
                            parts: [
                             Raw {
                              content: "AF_UNIX",
                              position: (374, 47),
                             },
                            ],
                           },
                          ],
                         },
                        ],
                        position: (373, 64),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictNamespaces",
                          position: (375, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (375, 30),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "LockPersonality",
                          position: (376, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (376, 27),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "MemoryDenyWriteExecute",
                          position: (377, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (377, 34),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictRealtime",
                          position: (378, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (378, 28),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "RestrictSUIDSGID",
                          position: (379, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (379, 28),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "PrivateMounts",
                          position: (380, 9),
                         },
                        ],
                       },
                       Variable {
                        identifier: "true",
                        position: (380, 25),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SystemCallArchitectures",
                          position: (382, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "native",
                          position: (382, 36),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SystemCallFilter",
                          position: (383, 9),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@cpu-emulation @debug @keyring @memlock @mount @obsolete @privileged @resources @setuid",
                          position: (383, 29),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (331, 23),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (325, 78),
                 },
                ],
               },
               position: (325, 41),
              },
              position: (325, 35),
             },
             Variable {
              identifier: "enabledServers",
              position: (385, 8),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (296, 40),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (21, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}