Jump to content

NixOS on ARM/Raspberry Pi 4: Difference between revisions

no edit summary
imported>NobbZ
m (Undo revision 10117 by NobbZ (talk))
imported>Bluk
No edit summary
Line 48: Line 48:


For better GPU Support and some deviceTree quirks add the nixos-hardware channel:
For better GPU Support and some deviceTree quirks add the nixos-hardware channel:
<code>nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware</code>
 
<code>
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
 
nix-channel --update
</code>


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
Anonymous user