probably ineffectual wifi stuff

This commit is contained in:
mehbark 2026-06-13 02:04:46 -04:00
parent 75533afb11
commit 02a53f4ced

View file

@ -41,6 +41,9 @@ in
loader.efi.efiSysMountPoint = "/boot/efi";
enableContainers = true;
kernelPackages = pkgs.linuxPackages_latest;
extraModprobeConfig = ''
options iwlwifi 11n_disable=8 swcrypto=1 disable_agg_tx=0
'';
};
networking.hostName = "twilight"; # Define your hostname.