mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-31 07:25:15 +01:00
docs
This commit is contained in:
parent
c3e4822193
commit
02f36c6a50
@ -6,10 +6,23 @@
|
|||||||
../../modules/tuxedo-rs.nix
|
../../modules/tuxedo-rs.nix
|
||||||
../../modules/gpu-amd.nix
|
../../modules/gpu-amd.nix
|
||||||
|
|
||||||
|
# LAN issues
|
||||||
|
#
|
||||||
# Chose one of these two:
|
# Chose one of these two:
|
||||||
#./old-kernel-with-working-lan.nix
|
#./old-kernel-with-working-lan.nix
|
||||||
./latest-kernel.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/home-manager.nix
|
||||||
../../modules/nur-and-unstable.nix
|
../../modules/nur-and-unstable.nix
|
||||||
../../modules/unfree.nix
|
../../modules/unfree.nix
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# See NixOS.md -> List installed packages
|
||||||
|
|
||||||
# Sources:
|
# Sources:
|
||||||
# https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm45htj/
|
# https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm45htj/
|
||||||
# https://www.reddit.com/r/NixOS/comments/fsummx/comment/kt9fb74/
|
# https://www.reddit.com/r/NixOS/comments/fsummx/comment/kt9fb74/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user