Hardware/Dell/Wyse 3040: Difference between revisions
imported>N00b0ss Created page with "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 afte..." |
m Make Title look nice |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Hardware/breadcrumb}} | |||
{{DISPLAYTITLE:Dell Wyse 3040}} | |||
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. | ||
Line 8: | Line 10: | ||
in /etc/nixos/configuration.nix | in /etc/nixos/configuration.nix | ||
<code>boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;</code> | |||
boot.kernel.sysctl."kernel.panic" = 60; | |||
<code>boot.kernel.sysctl."kernel.panic" = 60;</code> | |||
[[Category:Cookbook]] |
Latest revision as of 13:48, 12 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;