Allow control with wpa_cli

This commit is contained in:
Geoffrey Frogeye 2023-12-22 19:47:23 +01:00
parent 31c602fa94
commit 690cc19871
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -9,6 +9,7 @@
country=NL
'';
};
networking.wireless.userControlled.enable = true; # Allow some control with wpa_cli
environment.systemPackages = with pkgs; [ wirelesstools ];
services.chrony.serverOption = "offline";
}