File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88} :
99let
1010 cfg = config . ghaf . services . wifi ;
11- inherit ( lib ) mkIf mkForce mkEnableOption ;
11+ inherit ( lib ) mkIf mkEnableOption ;
1212 inherit ( config . ghaf . networking ) hosts ;
1313in
1414{
1818 config = mkIf cfg . enable {
1919 networking = {
2020 # wireless is disabled because we use NetworkManager for wireless
21- wireless . enable = mkForce false ;
21+ # wireless.enable = mkForce false;
2222 networkmanager = {
2323 enable = true ;
2424 wifi . powersave = true ;
Original file line number Diff line number Diff line change 3939 systemd-user-sessions . serviceConfig = import ./systemd-user-sessions.nix ;
4040 "user-runtime-dir@" . serviceConfig = import ./user-runtime-dir.nix ;
4141 vsockproxy . serviceConfig = import ./vsockproxy.nix ;
42- wpa_supplicant . serviceConfig = import ./wpa_supplicant.nix ;
42+ # wpa_supplicant.serviceConfig = import ./wpa_supplicant.nix;
4343 nw-packet-forwarder . serviceConfig = import ./nw-packet-forwarder.nix ;
4444 # TODO: These were previously in release need more testing to turn on
4545 # NetworkManager.serviceConfig = import ./NetworkManager.nix;
You can’t perform that action at this time.
0 commit comments