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've noticed that some upstream modules under `nixos/modules/virtualisation` are actually in pretty bad shape. To gather and coordinate a fixing sprint, I've just setup https://matrix.to/#/!LhhFDmfZUkcXRvvvxM:matrix.org?via=matrix.org&via=nordgedanken.dev Please join if you're interested....

TLDR; might be good to add some extra initrd kernel headers to the `qcow` format to support their use as virtio disks (sample config below). I'm playing with `terraform-provider-libvirt`, and...

Closes #60? Allows copying of files into build artifacts that support it. I am not sure that this is the best implementation, but it is fairly straightforward and worked for...

Whenever I make a change to an LXC container, either by manually editing `/etc/nixos/configuration.nix` or push changes from a config management tool like morph or nixops, the changes to the...

Error: builder for '/nix/store/aixbwq9xqwy5b52dmfxj2983b8lvyqa8-ext4-fs.img.zst.drv' failed with exit code 1; last 10 log lines: ERROR: ld.so: object '/nix/store/mpcfc780k9wr50dgvvlq0krnq68c2waz-libfaketime-0.9.8/lib/libfaketime.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Not sure...

Is it possible to build RPi 0/1/2 images with this tool at the moment? I can only see a reference to RPi 3 devices at present.

running ``` $> nixos-generate -f vmware -c config.nix error: getting status of '/var/src/nixpkgs/nixos/modules/virtualisation/vmware-image.nix': No such file or directory ``` copy `vmware-guest.nix` to `vmware-image.nix` I get this error : ``` $>...

Are there ideas or plans to integrate this into Nix?

Often my use case is to generate something that is a mixture of different formats available in this project. One example: I currently want to create a usb stick with...

nixos-channel: 20.03 ```bash $ nixos-generate -f sd-aarch64 --system aarch64-linux error: The option `sdImage.populateBootCommands' defined in `/nix/store/254w3dn239iv71yc3xyf6dvvl6vb09gm-nixos-generators-1.0.0/share/nixos-generator/formats/sd-aarch64.nix' does not exist. (use '--show-trace' to show detailed location information) ```