mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/yule: Fix WiFi issue
This commit is contained in:
parent
0689849cf2
commit
09bfa6521a
1 changed files with 8 additions and 0 deletions
|
|
@ -59,6 +59,14 @@ with lib;
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
# Hardware
|
||||
|
||||
boot.modprobe.modules = {
|
||||
iwlwifi = {
|
||||
options.wd_disable = 1;
|
||||
};
|
||||
};
|
||||
|
||||
# Networking
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue