Loading nixos/modules/services/networking/wpa_supplicant.nix +1 −5 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ with lib; let package = if cfg.allowAuxiliaryImperativeNetworks then pkgs.wpa_supplicant_ro_ssids else pkgs.wpa_supplicant; cfg = config.networking.wireless; opt = options.networking.wireless; Loading Loading @@ -106,7 +102,7 @@ let wantedBy = [ "multi-user.target" ]; stopIfChanged = false; path = [ package ]; path = [ pkgs.wpa_supplicant ]; # if `userControl.enable`, the supplicant automatically changes the permissions # and owning group of the runtime dir; setting `umask` ensures the generated # config file isn't readable (except to root); see nixpkgs#267693 Loading Loading
nixos/modules/services/networking/wpa_supplicant.nix +1 −5 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ with lib; let package = if cfg.allowAuxiliaryImperativeNetworks then pkgs.wpa_supplicant_ro_ssids else pkgs.wpa_supplicant; cfg = config.networking.wireless; opt = options.networking.wireless; Loading Loading @@ -106,7 +102,7 @@ let wantedBy = [ "multi-user.target" ]; stopIfChanged = false; path = [ package ]; path = [ pkgs.wpa_supplicant ]; # if `userControl.enable`, the supplicant automatically changes the permissions # and owning group of the runtime dir; setting `umask` ensures the generated # config file isn't readable (except to root); see nixpkgs#267693 Loading