NixOS on ARM: Difference between revisions
imported>Thefloweringash Remove reference to my cache, which is no longer updated |
imported>Puffnfresh Remove thefloweringash's sadly broken cache and add new working cache |
||
Line 497: | Line 497: | ||
# !!! 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 [ "https:// | nix.binaryCaches = lib.mkForce [ "https://cache.armv7l.xyz" ]; | ||
nix.binaryCachePublicKeys = [ " | nix.binaryCachePublicKeys = [ "cache.armv7l.xyz-1:kBY/eGnBAYiqYfg0fy0inWhshUo+pGFM3Pj7kIkmlBk=" ]; | ||
# nixos-generate-config should normally set up file systems correctly | # nixos-generate-config should normally set up file systems correctly |