Skip to content

Commit e9f9ebd

Browse files
committed
fix network spikes
1 parent 904a918 commit e9f9ebd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/system/networking.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ _:
77
};
88
wireless.iwd = {
99
enable = true;
10+
settings = {
11+
Scan = {
12+
DisableScanningWhileConnected = true;
13+
};
14+
General = {
15+
EnableNetworkConfiguration = true;
16+
};
17+
};
1018
# settings = {
1119
# Rank = {
1220
# BandModifier2_4GHz = 0.0;

0 commit comments

Comments
 (0)