---
Map {
 bindings: [
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "imports",
      position: (2, 3),
     },
    ],
   },
   List {
    elements: [
     Path {
      parts: [
       Raw {
        content: "./amazon-image.nix",
        position: (2, 15),
       },
      ],
     },
    ],
    position: (2, 13),
   },
  ),
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "ec2",
      position: (3, 3),
     },
     Raw {
      content: "zfs",
      position: (3, 7),
     },
    ],
   },
   Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "enable",
         position: (4, 5),
        },
       ],
      },
      Variable {
       identifier: "true",
       position: (4, 14),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "datasets",
         position: (5, 5),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Expression {
            expression: String {
             parts: [
              Raw {
               content: "tank/system/root",
               position: (6, 8),
              },
             ],
            },
           },
           Raw {
            content: "mount",
            position: (6, 26),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "/",
            position: (6, 35),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Expression {
            expression: String {
             parts: [
              Raw {
               content: "tank/system/var",
               position: (7, 8),
              },
             ],
            },
           },
           Raw {
            content: "mount",
            position: (7, 25),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "/var",
            position: (7, 34),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Expression {
            expression: String {
             parts: [
              Raw {
               content: "tank/local/nix",
               position: (8, 8),
              },
             ],
            },
           },
           Raw {
            content: "mount",
            position: (8, 24),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "/nix",
            position: (8, 33),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Expression {
            expression: String {
             parts: [
              Raw {
               content: "tank/user/home",
               position: (9, 8),
              },
             ],
            },
           },
           Raw {
            content: "mount",
            position: (9, 24),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "/home",
            position: (9, 33),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (5, 16),
      },
     ),
    ],
    recursive: false,
    position: (3, 13),
   },
  ),
 ],
 recursive: false,
 position: (1, 1),
}