fix: error - only one wireless daemon is allowed at the time, speed up wechat download

This commit is contained in:
Ryan Yin
2026-01-02 22:15:26 +08:00
parent f4f3ff347c
commit 94e431abfc
4 changed files with 13 additions and 12 deletions

View File

@@ -28,10 +28,10 @@
muvm # run x86_64 Apps/Games in a microVM, used as a workaround of apple silicon's 16k page size.
];
networking.wireless.iwd = {
enable = true;
settings.General.EnableNetworkConfiguration = true;
};
# networking.wireless.iwd = {
# enable = true;
# settings.DriverQuirks.DefaultInterface = true;
# };
# configures the network interface(include wireless) via `nmcli` & `nmtui`
networking.networkmanager.enable = true;