Skip to content

Commit 9b5fe8b

Browse files
committed
make networkmanager more verbose and use different backend
1 parent 08b599c commit 9b5fe8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

hosts/common/laptops.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{pkgs, ...}: {
22
networking = {
3-
networkmanager.enable = true;
3+
networkmanager = {
4+
enable = true;
5+
logLevel = "DEBUG";
6+
wifi = {
7+
scanRandMacAddress = false;
8+
backend = "iwd";
9+
};
10+
};
411
firewall.allowedTCPPorts = [
512
6443
613
];

0 commit comments

Comments
 (0)