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 was trying to build a raw-efi image using nixos-generators, and when I tried to boot it using cloud-hyvervisor it always giving this error and I have no clue what...

In my workflow I often prototype and test in qemu and then when I'm happy I build one or more "deployable" formats like virualbox .ova, vmware etc. Currently, my `flake.nix`...

According to [their most recent blog post](https://www.linode.com/blog/linode/a-bold-new-approach-to-the-cloud/), Linode will be "Akamai Cloud Computing Services" going forward, though there are some remaining artifacts with "Linode" on it, including the domain.

I have done some simple tests and found out that using `nixos-rebuild boot`, followed by `reboot` (inside the container) doesn't apply any changes - the system boots into the old...

It seems that relative [paths](https://nixos.org/manual/nix/stable/language/values.html#type-path) have their root (``./``) in the nix store. I would have expected them at the location of the nix file where they are defined in...

Allow the `diskSize` to be configurable for the qcow format. Keeps the previously hardcoded value of 8192 as a default for backwards compatibility.

``` { description = "Base system"; inputs = { nixos-generators = { url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs = { self, nixpkgs, nixos-generators, ... }: { packages.x86_64-linux.image...

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/3c62b6a12571c9a7f65ab037173ee153d539905f' (2024-04-07) → 'github:nix-community/nixpkgs.lib/58e03b95f65dfdca21979a081aa62db0eed6b1d8' (2024-05-12) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/efe8ce06ca261f370d672def5b1e0be300c726e1' (2024-04-07) → 'github:NixOS/nixpkgs/af8b9db5c00f1a8e4b83578acc578ff7d823b786' (2024-05-12)...

merge-queue

I need to add my `/var/lib/bluetooth` Bluetooth keys to an "install-iso" image. As `/var` is tmpfs there, and the keys should be in place before `bluetooth` service starts, how would...

tar is unable to copy /nix for the process to complete Due to /nix being read only. Is there any way to make it work?