NixOS on ARM/Initial Configuration: Difference between revisions

m Add plan for the page
Misuzu (talk | contribs)
m The cache is dead, remove
 
Line 34: Line 34:
   # Others might need a BSP kernel, which should be noted in their respective wiki entries
   # Others might need a BSP kernel, which should be noted in their respective wiki entries
    
    
  # !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there.
  nix.binaryCaches = lib.mkForce [ "https://cache.armv7l.xyz" ];
  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
   imports = [ ./hardware-configuration.nix ];
   imports = [ ./hardware-configuration.nix ];