help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Something like nixos-infect?


From: Tim Lee
Subject: Re: Something like nixos-infect?
Date: Sat, 27 Mar 2021 05:41:21 +0800

> Something like nixos-infect?

It looks like there is something named "guix-infect":
https://github.com/guix-mirror/guix/blob/v1.2.0/gnu/machine/digital-ocean.scm#L191

Perhaps the blog article about 'guix deploy' would help you:
https://guix.gnu.org/blog/2019/managing-servers-with-gnu-guix-a-tutorial/

I think nix-infect will become less relevant in the future because
nixos-generators (https://github.com/nix-community/nixos-generators) is
able to generate custom images for many cloud service providers. Instead
of overwriting an exiting system with NixOS, the custom images boot
directly into NixOS.

It seems that something like nixos-generators is possible in Guix:
* "Hosting a blog using only Scheme"
  (https://othacehe.org/hosting-a-blog-using-only-scheme.html)
* "Re: Easy DigitalOcean setup?"
  (https://lists.gnu.org/archive/html/help-guix/2020-11/msg00053.html)
  See the attached do-conf.scm file in that reply.

It seems that Guix suffers from the lack of documentation in this area
(installing and deploying on the cloud).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]