overlays/wpa-supplicant: init, makes it not spam journal
This commit is contained in:
parent
c8f4410d94
commit
b9681ed925
3 changed files with 20 additions and 0 deletions
6
overlays/wpa-supplicant.nix
Normal file
6
overlays/wpa-supplicant.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
self: super: {
|
||||
# Thanks https://discourse.nixos.org/t/journal-logs-spammed-with-ctrl-event-scan-failed/56316/5
|
||||
wpa_supplicant = super.wpa_supplicant.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ./patches/wpa-supplicant.patch ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue