Hardware/Dell/Wyse 3040: Difference between revisions

From NixOS Wiki
imported>N00b0ss
No edit summary
imported>IgorM
m Added categories
Line 12: Line 12:


<code>boot.kernel.sysctl."kernel.panic" = 60;</code>
<code>boot.kernel.sysctl."kernel.panic" = 60;</code>
[[Category:Hardware]]
[[Category:Cookbook]]

Revision as of 09:20, 27 September 2023

Dell Wyse 3040 is a small Thinclient that can be used as a powersaving Mini-Server.

NixOS 23.05

There is a Bug in the 6.1 Linux Kernel that leads to a kernelpanic after 30min to 2h operation.

Solution: in /etc/nixos/configuration.nix


boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;

boot.kernel.sysctl."kernel.panic" = 60;