Install NixOS on Amazon EC2: Difference between revisions
imported>Scvalex Update link to file with all the AMIs |
imported>Tamiyo No edit summary |
||
| Line 15: | Line 15: | ||
== Public NixOS AMIs == | == Public NixOS AMIs == | ||
A list of NixOS AMI's available on AWS is located [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/amazon-ec2-amis.nix here]. | |||
The default user for these AMI's is <code>root</code>. There isn't a default password, instead authentication is done by using the SSH key selected during the EC2 creation process. | |||
== Running NixOS instances == | == Running NixOS instances == | ||