nixos-generators icon indicating copy to clipboard operation
nixos-generators copied to clipboard

Option to generate graphical installer

Open keirlawson opened this issue 2 years ago • 3 comments

Perhaps there is already a simple way to do this that I am missing, but I'd like to be able to generate a graphical installer ISO from an existing configuration file so that I can then install my desired config on a new machine without needing to learn the cli installer.

keirlawson avatar Oct 08 '23 20:10 keirlawson

A custom installer doesn't effect the code generated by running the installer, so this wouldn't improve bootstrapping ergonomics. What I would use would be a way to prefill some of the code the installer generates, most importantly substituters and vim.

Right now my flow for spinning up a new machine (hardware problems so reinstalling a lot lately) isn't ideal, because I have a bunch of stuff to do before I pull my real config from github.

quinn-dougherty avatar Dec 12 '23 16:12 quinn-dougherty

Wouldn't this be just using the iso target an include the same nixos installer profiler that is used in NixOS to generate the Gnome-based installer?

Mic92 avatar Dec 13 '23 08:12 Mic92

prefill some of the code the installer generates, most importantly substituters and vim

How could one do that?

EDIT: found this blog post I'm going to try following https://haseebmajid.dev/posts/2024-02-04-how-to-create-a-custom-nixos-iso/

ibizaman avatar Mar 25 '24 03:03 ibizaman