mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-13 12:29:46 +01:00
Removed per Mic92's suggestion
This commit is contained in:
parent
5198cf6ff8
commit
162f8ac135
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@ in {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
(mkIf (versionOlder version "23.11") {
|
|
||||||
# See https://asus-linux.org/wiki/nixos/ for info about some problems
|
|
||||||
# detecting the dGPU:
|
|
||||||
systemd.services.supergfxd.path = [ pkgs.pciutils ];
|
|
||||||
})
|
|
||||||
|
|
||||||
(mkIf (config.networking.wireless.iwd.enable && config.networking.wireless.scanOnLowSignal) {
|
(mkIf (config.networking.wireless.iwd.enable && config.networking.wireless.scanOnLowSignal) {
|
||||||
# Meditek doesn't seem to be quite sensitive enough on the default roaming settings:
|
# Meditek doesn't seem to be quite sensitive enough on the default roaming settings:
|
||||||
# https://wiki.archlinux.org/title/Wpa_supplicant#Roaming
|
# https://wiki.archlinux.org/title/Wpa_supplicant#Roaming
|
||||||
|
|
Loading…
Reference in a new issue