Open
Description
This configuration absolutely refuses to use the bootstrap image that's specified. Instead it creates a new one from this derivation.
machine = {resources, ...}: {
deployment.gce = credentials // {
region = "us-east1-b";
instanceType = "n1-standard-2";
network = resources.gceNetworks.build-net;
bootstrapImage = "n-d55d7117915d11e6a1c6acbc32aa73f1-bootstrap";
rootDiskType = "ssd";
};
}