Skip to content

Commit ab7a39d

Browse files
committed
iwd
1 parent d30d2b9 commit ab7a39d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configuration.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
zstd
3535
];
3636

37+
# iwd is better
38+
networking.wireless.enable = false;
39+
networking.wireless.iwd = {
40+
enable = true;
41+
settings.General.EnableNetworkConfiguration = true;
42+
};
43+
3744
# supports things like `nix run n#bash`
3845
nix = {
3946
package = pkgs.lix;

0 commit comments

Comments
 (0)