Install NixOS on GCE: Difference between revisions
imported>Mic92 No edit summary |
imported>Baracoder Add a note on enable-oslogin |
||
| Line 148: | Line 148: | ||
This will create an image and upload it to the bucket <code>example</code> | This will create an image and upload it to the bucket <code>example</code> | ||
Note: If you build an image from a commit later then [https://github.com/NixOS/nixpkgs/commit/b894dd8b821d74b25911f63762c24024107d9372 this one], you will need to add <code>enable-oslogin = "TRUE"</code> to the instance metadata, to be able to login. | |||