diff --git a/hosts/yodaTux/configuration.nix b/hosts/yodaTux/configuration.nix index 3afb4d7..9928348 100644 --- a/hosts/yodaTux/configuration.nix +++ b/hosts/yodaTux/configuration.nix @@ -6,10 +6,23 @@ ../../modules/tuxedo-rs.nix ../../modules/gpu-amd.nix + # LAN issues + # # Chose one of these two: #./old-kernel-with-working-lan.nix ./latest-kernel.nix + # Wi-Fi 6 AX200 issues + # + # - If the device hangs up with the Wi-Fi module being used, it might be stuck in an "error state" even after reboot and can't be used under Linux + # - One solution involves booting Windows which then "resets" the Wi-Fi module. https://bbs.archlinux.org/viewtopic.php?id=296091 + # - However, another one is more straight forward (https://www.reddit.com/r/archlinux/comments/kuy8fq/comment/giv7nq1/): + # - `nix-shell -p pciutils --run 'lspci -k' | grep Network` + # - Take note of your PCI device number, e.g. `01:00.0` + # - Let the device reset itself (as root): `echo 1 > /sys/bus/pci/devices/0000:01:00.0/reset` + # - `reboot` + # - Related: https://unix.stackexchange.com/a/667997 + ../../modules/home-manager.nix ../../modules/nur-and-unstable.nix ../../modules/unfree.nix diff --git a/modules/package-list.nix b/modules/package-list.nix index 10eb73e..5bfdd1f 100644 --- a/modules/package-list.nix +++ b/modules/package-list.nix @@ -1,3 +1,5 @@ +# See NixOS.md -> List installed packages + # Sources: # https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm45htj/ # https://www.reddit.com/r/NixOS/comments/fsummx/comment/kt9fb74/