Skip to content

Commit

Permalink
iwd config
Browse files Browse the repository at this point in the history
  • Loading branch information
ALinkbetweenNets committed Jan 4, 2025
1 parent cb70772 commit e9f148a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/common/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,17 @@ in {
# security.tpm2.abrmd.enable = true;
# auditd.enable = true;
};
services.connman.wifi.backend = "iwd";
networking = {
networkmanager.wifi.backend = "iwd";
wireless.iwd = {
enable = true;
settings = {
General.EnableNetworkConfiguration = true;
Settings.AutoConnect = true;
Network.EnableIPv6 = true;
};
};
firewall = {
enable = lib.mkDefault true;
allowedUDPPorts = [
Expand Down

0 comments on commit e9f148a

Please sign in to comment.