nixos/sd-image-*: Raspberry Pi firmware no longer falls under unfree

It's just unfreeRedistributableFirmware now.
wip/yesman
Tuomas Tynkkynen 6 years ago
parent b59f9497aa
commit 1e5cb384d5
  1. 3
      nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
  2. 3
      nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
  3. 3
      nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix

@ -21,9 +21,6 @@ in
"it cannot be cross compiled";
};
# Needed by RPi firmware
nixpkgs.config.allowUnfree = true;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;

@ -21,9 +21,6 @@ in
"it cannot be cross compiled";
};
# Needed by RPi firmware
nixpkgs.config.allowUnfree = true;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;

@ -21,9 +21,6 @@ in
"it cannot be cross compiled";
};
# Needed by RPi firmware
nixpkgs.config.allowUnfree = true;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;

Loading…
Cancel
Save