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

Collection of image builders [maintainer=@Lassulus]

Results 87 nixos-generators issues
Sort by recently updated
recently updated
newest added

I think this would be a great feature, if you need to bring some files along, that are not part of any nix package. It could also be used to...

I want to run thousands of instances of the same LXC image. The `/nix/store` is always 551MB even tho its basically just: ``` services = { openssh.enable = true; dnsmasq.enable...

This project seems like a nice way to install custom images on cloud services that don't allow image uploads (like vultr). It would be nice if we could: * make...

Since I'm not quite familiar with NixOS environment I don't exactly know if this is a good idea or not: Basically what I stumbled over was that the default configuration...

Follow up to https://github.com/nix-community/nixos-generators/pull/19 I have seen that `boot.loader.initScript.enable` exists and is used for systemd-nspawn to work with machinectl in https://github.com/NixOS/nixpkgs/pull/67232. We can probably use that for our LXC image!

**Summary** `nixos-generate` generated image is not able to perform `nixos-rebuild switch`. **Host** ``` virtualisation.lxc = { enable = true; lxcfs.enable = true; defaultConfig = "lxc.include = ${pkgs.lxcfs}/share/lxc/config/common.conf.d/00-lxcfs.conf"; }; virtualisation.lxd.enable =...

Steps to reproduce: 1. `nixos-generate -f iso` 2. boot iso for example in virtualbox ![VirtualBox_TEST_02_09_2019_23_29_15](https://user-images.githubusercontent.com/91113/64133876-97ce7c80-cdd9-11e9-9f4f-59fff4c2380a.png) I suggest to remove "Installer" from the bootloader entries. That probably has to happen upstream.

It should include: - `nixos` - version (including commit id) - image format - ? So you know what it is when you have just the image file! See for...

It should not output anything except the image path when no error happen by default. You can introduce a verbose flag for the current output. Then we can pipe the...

Heya, it would be fantastic if nixos-generator could generate a basic image similar to sd-aarch64 but to directly `dd` onto a hard drive. I tried writing a RAW image onto...

enhancement