This commit is contained in:
Daniel Langbein 2025-01-24 10:20:27 +01:00
parent c3e4822193
commit 02f36c6a50
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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/