move more networking stuff to networking module; add ntsync to kernel for tuxedo; use unstable for wine

This commit is contained in:
2025-10-10 14:15:24 +01:00
parent 38f691cacd
commit 25158bedf1
4 changed files with 51 additions and 32 deletions

View File

@@ -20,9 +20,19 @@
networking.hostName = "tuxedo"; # Define your hostname.
# fairly sure this isnt needed anymore
# boot.extraModprobeConfig = ''
# options iwlwifi 11n_disable=8 power_save=0
# options iwlmvm power_scheme=1
# '';
# TODO remove ntsync if this becomes stable
# options iwlmvm power_scheme=1 https://wireless.docs.kernel.org/en/latest/en/users/drivers/iwlwifi.html#features
# options iwlwifi 11n_disable=4 https://wiki.gentoo.org/wiki/Iwlwifi#Network_crashes_under_heavy_load
boot.extraModprobeConfig = ''
options iwlwifi 11n_disable=8 power_save=0
ntsync
options iwlmvm power_scheme=1
options iwlwifi 11n_disable=4
'';
services.hardware.openrgb.enable = true;