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

It looks like there's already support for this at https://github.com/NixOS/nixpkgs/blob/master/nixos/maintainers/scripts/ec2/create-amis.sh, and it would be nice to expose this as a target.

Hi! I am trying to pack a bare NixOS as a docker container with the following flake and getting an error. I wonder if there are examples I can start...

I've successfully created a bootable sdcard with `sd-image-aarch64-new-kernel-installer.nix` module which boots on raspberry pi 4. However this image is using zfs with bpool and rpool pools. I suppose it happens...

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'nixlib': 'github:nix-community/nixpkgs.lib/f5af57d3ef9947a70ac86e42695231ac1ad00c25' (2023-09-03) → 'github:nix-community/nixpkgs.lib/e623008d8a46517470e6365505f1a3ce171fa46a' (2024-02-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d816b5ab44187a2dd84806630ce77a733724f95f' (2023-09-03) → 'github:NixOS/nixpkgs/045b51a3ae66f673ed44b5bbd1f4a341d96703bf' (2024-02-18)...

merge-queue

A number of the generated formats that are supported by `nixos-generators` don't use or support bootloaders, for example Docker, kexec, or lxc. I would like to propose that for those...

I have deployed a VM to GCP. It works fine. Now I want to change its configuration without redeploying. I just want to use `sudo nixos-rebuild switch`. But `/etc/nixos/configuration.nix` just...

``` nix run github:nix-community/nixos-generators -- -f vmware -c ~/dotfiles/hosts/vm/nixos.nix ``` Outputs: ``` ERROR: cptofs failed. diskSize might be too small for closure. error: builder for '/nix/store/a4csb9lalv9ii4yzmzi9ihngngpd6bzj-nixos-vmware-23.11pre-git-x86_64-linux.drv' failed with exit code...

I built a qcow image and now /etc/nixos/configuration.nix doesn't exist doesn't exist any clue how to make it exists by default on the resulting image also executing nix-shell doesn't work...

My use case is running qemu-system-riscv64 with `-initrd`. I don't want a disk image in the form of qcow2 since I don't know if nixos-generators supports outputting a zstd-compressed qcow2...

building an sd-card image with -f sd-aarch64 appears to produce a raspberry pi specific image (FIRMWARE partition containing rpi uboot files and bcm device tree files) Perhaps the README should...