summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-04-02 23:21:29 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-04-02 23:46:18 +0300
commit1e5cb384d5bced16f31fd60c60c9583cf027738f (patch)
tree5bf0c072f05dcd7b2fb9c5680350e0fc48a20635 /nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
parentb59f9497aa96da5cd5f696fd0a4b03da756ca01d (diff)
downloadnixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar.gz
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar.bz2
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar.lz
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar.xz
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.tar.zst
nixpkgs-1e5cb384d5bced16f31fd60c60c9583cf027738f.zip
nixos/sd-image-*: Raspberry Pi firmware no longer falls under unfree
It's just unfreeRedistributableFirmware now.
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
index 2833b75b84d..212013b5e28 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+++ b/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;