NixOS on ARM/Raspberry Pi 4: Difference between revisions

imported>Samueldr
imported>Samueldr
m Finishing touches
Line 48: Line 48:


Using <code>nixos-generate-config</code> will not generate the required minimal configuration.
Using <code>nixos-generate-config</code> will not generate the required minimal configuration.


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
Line 76: Line 75:
     "console=tty1"
     "console=tty1"
   ];
   ];
   # Required for the Wireless firmware
   # Required for the Wireless firmware
   hardware.enableRedistributableFirmware = true;
   hardware.enableRedistributableFirmware = true;