<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>scaleway on jawr</title><link>https://jawr.github.io/jl-lu/tags/scaleway/</link><description>Recent content in scaleway on jawr</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><copyright>© {year}</copyright><lastBuildDate>Fri, 22 Jan 2021 12:55:09 +0900</lastBuildDate><atom:link href="https://jawr.github.io/jl-lu/tags/scaleway/index.xml" rel="self" type="application/rss+xml"/><item><title>nixos - cloud-init</title><link>https://jawr.github.io/jl-lu/blog/nixos-cloud-init/</link><pubDate>Fri, 22 Jan 2021 12:55:09 +0900</pubDate><guid>https://jawr.github.io/jl-lu/blog/nixos-cloud-init/</guid><description>But there&amp;rsquo;s no image?! When starting a new instance up on scaleway there is no option to select NixOS, but using the cloud init hook you are able to boot up an instance.
After a few moments you can login using your predefined SSH keys which have been initialised, along with the hostname and SSH serrvice, in /etc/nixos/configuration.nix:
{ ... }: { imports = [ ./hardware-configuration.nix ./host.nix ]; boot.cleanTmpDir = true; networking.</description></item></channel></rss>