Install NixOS on GCE: Difference between revisions

imported>Korfuri
m Make it clear that create-gce.sh creates public images only.
imported>Wathiede
m Removed gcloud stutter
Line 20: Line 20:
$ gcloud auth login
$ gcloud auth login
[ ... this opens a webpage to authenticate your gcloud SDK, follow the authentication prompt in your browser]
[ ... this opens a webpage to authenticate your gcloud SDK, follow the authentication prompt in your browser]
$ gcloud gcloud config set project $PROJECT_ID
$ gcloud config set project $PROJECT_ID
</syntaxhighlight>
</syntaxhighlight>