Skip to content

Commit adb438c

Browse files
TMP: wpa-supplicant changes
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent 6ade266 commit adb438c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/common/services/wifi.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99
let
1010
cfg = config.ghaf.services.wifi;
11-
inherit (lib) mkIf mkForce mkEnableOption;
11+
inherit (lib) mkIf mkEnableOption;
1212
inherit (config.ghaf.networking) hosts;
1313
in
1414
{
@@ -18,7 +18,7 @@ in
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;

modules/common/systemd/hardened-configs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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;

0 commit comments

Comments
 (0)