Hardware/Dell/Wyse 3040

From NixOS Wiki
Revision as of 10:09, 10 July 2023 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  1. some whoopsie in kernel 6.1.x maybe?

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

  1. reboot 60 seconds after kernel panic

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