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

**Issue**: booting a physical machine (Asus Zenbook UAK330UA) using a usb drive flashed with a freshly built nixos `raw-efi` image brings up the gray splash screen with logo, but does...

This would allow for things like ```nix { nixosGenerateFormat, ... }: { # .... } // (if (nixosGenerateFormat == "vm") then {virtualisation.forwardPorts = [ {from = "host"; host.port = 20021;...

Linode now has support for prebuilt images. Support for it would be well suited on this project. Here is the relevant information regarding how the images must be built. Useful...

The `sd-aarch64-installer` format just references the nix installer which works generically for Raspberry Pi 3 and 4. However, the `sd-aarch64` (no -installer) only supports the Raspberry Pi 3.

![image](https://user-images.githubusercontent.com/464913/159995778-b6ea3ecf-a3cd-44b8-a00b-2b9e72a9622b.png) I suspect the reason for this is that the default configuration is BIOS-bootable, not UEFI. But not sure.

I've this setup: ``` installer = (lib.makeOverridable lib.nixosSystem) { inherit pkgs; specialArgs = { inherit inputs; }; modules = [ ./system/installer/configuration.nix ]; format = "iso"; }; ``` I've to run...

Re [this comment](https://github.com/nix-community/nixos-generators/pull/148#issuecomment-1126219502). This PR introduces: 1. Nix flake check outputs for `x86_64-linux` (almost everything but the `sd-aarch64` and `sd-aarch64-installer` formats) and `aarch64-linux` (**only** the `sd-aarch64` and `sd-aarch64-installer` formats), and...

Right now fails with: ``` $ nix build .#vbox warning: Git tree '/home/dpc/lab/rustshop' is dirty error: attribute 'nixos-install' missing at /nix/store/1qz0d0cx49ic26jynvb6fqmzl138rj0s-source/nixos/lib/make-disk-image.nix:170:7: 169| lkl 170| config.system.build.nixos-install | ^ 171| config.system.build.nixos-enter (use...

I tried generating a VM to test a config of mine, and it worked find in general (users, installed packages etc. ). Only the NFS mounts were not in the...

I'm experiencing strange issue with too small diskSize, I'm as far as I see, not using tmpfs under /run, it seems to be using /tmp from the logs. The memory...