---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "modulesPath",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "username",
       position: (3, 5),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "azurenixosuser",
       position: (3, 17),
      },
     ],
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "imports",
        position: (6, 3),
       },
      ],
     },
     List {
      elements: [
       String {
        parts: [
         Expression {
          expression: Variable {
           identifier: "modulesPath",
           position: (7, 8),
          },
         },
         Raw {
          content: "/virtualisation/azure-common.nix",
          position: (7, 20),
         },
        ],
       },
       String {
        parts: [
         Expression {
          expression: Variable {
           identifier: "modulesPath",
           position: (8, 8),
          },
         },
         Raw {
          content: "/virtualisation/azure-image.nix",
          position: (8, 20),
         },
        ],
       },
      ],
      position: (6, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "users",
        position: (14, 3),
       },
       Raw {
        content: "users",
        position: (14, 9),
       },
       Expression {
        expression: String {
         parts: [
          Expression {
           expression: Variable {
            identifier: "username",
            position: (14, 18),
           },
          },
         ],
        },
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "isNormalUser",
           position: (15, 5),
          },
         ],
        },
        Variable {
         identifier: "true",
         position: (15, 20),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "home",
           position: (16, 5),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "/home/",
           position: (16, 13),
          },
          Expression {
           expression: Variable {
            identifier: "username",
            position: (16, 21),
           },
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "description",
           position: (17, 5),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "Azure NixOS Test User",
           position: (17, 20),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "openssh",
           position: (18, 5),
          },
          Raw {
           content: "authorizedKeys",
           position: (18, 13),
          },
          Raw {
           content: "keys",
           position: (18, 28),
          },
         ],
        },
        List {
         elements: [
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "builtins",
             position: (18, 38),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "readFile",
               position: (18, 47),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Path {
             parts: [
              Raw {
               content: "~/.ssh/id_ed25519.pub",
               position: (18, 56),
              },
             ],
            },
           ],
          },
         ],
         position: (18, 35),
        },
       ),
      ],
      recursive: false,
      position: (14, 31),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "nix",
        position: (20, 3),
       },
       Raw {
        content: "settings",
        position: (20, 7),
       },
       Raw {
        content: "trusted-users",
        position: (20, 16),
       },
      ],
     },
     List {
      elements: [
       Variable {
        identifier: "username",
        position: (20, 34),
       },
      ],
      position: (20, 32),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "virtualisation",
        position: (22, 3),
       },
       Raw {
        content: "azureImage",
        position: (22, 18),
       },
       Raw {
        content: "diskSize",
        position: (22, 29),
       },
      ],
     },
     Int {
      value: 2500,
      position: (22, 40),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "system",
        position: (24, 3),
       },
       Raw {
        content: "stateVersion",
        position: (24, 10),
       },
      ],
     },
     String {
      parts: [
       Raw {
        content: "20.03",
        position: (24, 26),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "boot",
        position: (25, 3),
       },
       Raw {
        content: "kernelPackages",
        position: (25, 8),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (25, 25),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "linuxPackages_latest",
         position: (25, 30),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (28, 3),
       },
       Raw {
        content: "openssh",
        position: (28, 12),
       },
       Raw {
        content: "passwordAuthentication",
        position: (28, 20),
       },
      ],
     },
     Variable {
      identifier: "false",
      position: (28, 45),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "security",
        position: (29, 3),
       },
       Raw {
        content: "sudo",
        position: (29, 12),
       },
       Raw {
        content: "wheelNeedsPassword",
        position: (29, 17),
       },
      ],
     },
     Variable {
      identifier: "false",
      position: (29, 38),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "environment",
        position: (31, 3),
       },
       Raw {
        content: "systemPackages",
        position: (31, 15),
       },
      ],
     },
     With {
      expression: Variable {
       identifier: "pkgs",
       position: (31, 37),
      },
      target: List {
       elements: [
        Variable {
         identifier: "git",
         position: (32, 5),
        },
        Variable {
         identifier: "file",
         position: (32, 9),
        },
        Variable {
         identifier: "htop",
         position: (32, 14),
        },
        Variable {
         identifier: "wget",
         position: (32, 19),
        },
        Variable {
         identifier: "curl",
         position: (32, 24),
        },
       ],
       position: (31, 43),
      },
      position: (31, 32),
     },
    ),
   ],
   recursive: false,
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}