Hardware/Dell/Wyse 3040: Difference between revisions
m Jopejoe1 moved page Dell Wyse 3040 to Hardware/Dell/Wyse 3040: Move to other Devices |
No edit summary |
||
Line 1: | Line 1: | ||
{{Hardware/breadcrumb}} | |||
Dell Wyse 3040 is a small Thinclient that can be used as a powersaving Mini-Server. | Dell Wyse 3040 is a small Thinclient that can be used as a powersaving Mini-Server. | ||
Revision as of 20:49, 3 April 2024
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;