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://app.cachix.org/cache/thefloweringash-armv7" ];
   nix.binaryCaches = lib.mkForce [ "https://cache.armv7l.xyz" ];
   nix.binaryCachePublicKeys = [ "thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=" ];
   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