probably ineffectual wifi stuff
This commit is contained in:
parent
75533afb11
commit
02a53f4ced
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue