NixOS friendly hosters: Difference between revisions
imported>Ahoneybun Add Linode |
imported>Sedlund replaced build your own kexec with nix-community/nixos-anywhere |
||
| Line 115: | Line 115: | ||
This section links to or explains methods that can be used on various providers. As always, with unsupported hosts and unsupported distributions, your mileage may vary. | This section links to or explains methods that can be used on various providers. As always, with unsupported hosts and unsupported distributions, your mileage may vary. | ||
Not all providers allow to upload | Not all providers allow to upload custom images or provide NixOS images for installation. However there are a few ways to install NixOS anyhow. [https://github.com/jeaye/nixos-in-place nixos-in-place] and [https://github.com/elitak/nixos-infect nixos-infect] are generic approaches to install NixOS from an existing Linux. Another approach is to use a kexec-based image as is done with [https://github.com/nix-community/nixos-anywhere nixos-anywhere]. This also allows for changing the underlying filesystem. See [[Install NixOS on a Server With a Different Filesystem]]. | ||
See also the [[NixOps]] project, which also provides interfaces to different cloud providers. | See also the [[NixOps]] project, which also provides interfaces to different cloud providers. | ||