NixOS on ARM: Difference between revisions
imported>Happysalada m Fix links |
imported>Dmo84 Updated example config: arm6/7 binary cache; because former cache domain dezgeg.me doesn't exist anymore. |
||
| Line 389: | Line 389: | ||
# !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there. | # !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there. | ||
nix.binaryCaches = lib.mkForce [ " | nix.binaryCaches = lib.mkForce [ "https://app.cachix.org/cache/thefloweringash-armv7" ]; | ||
nix.binaryCachePublicKeys = [ " | nix.binaryCachePublicKeys = [ "thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=" ]; | ||
# !!! Needed for the virtual console to work on the RPi 3, as the default of 16M doesn't seem to be enough. | # !!! Needed for the virtual console to work on the RPi 3, as the default of 16M doesn't seem to be enough. | ||