NixOS on ARM/ODROID-HC4: Difference between revisions

imported>Artemislena
mNo edit summary
imported>Artemislena
m Formatting
Line 58: Line 58:
== Known issues ==
== Known issues ==
=== Fan doesn't work by default ===
=== Fan doesn't work by default ===
You need to use software fan control (via <syntaxhighlight>fancontrol</syntaxhighlight>) for this. Add the following to your <syntaxhighlight>configuration.nix</syntaxhighlight>:
You need to use software fan control (via <code>fancontrol</code>) for this. Add the following to your <code>configuration.nix</code>:
<syntaxhighlight>
<syntaxhighlight>
# Based on the config from https://www.armbian.com/odroid-hc4/. Made MINTEMP and MAXTEMP a bit more relaxed so the fan doesn't run on idle.
# Based on the config from https://www.armbian.com/odroid-hc4/. Made MINTEMP and MAXTEMP a bit more relaxed so the fan doesn't run on idle.