Compare commits

..

2 commits

Author SHA1 Message Date
Florian Schmitt
5beb18c87d fix(luffy): better wifi card suspend/append 2024-09-06 20:30:39 +03:00
Florian Schmitt
d8b0e30d67 fix(apps): remove neochat with unsecure lib 2024-09-06 20:29:58 +03:00
2 changed files with 3 additions and 3 deletions

View file

@ -97,8 +97,8 @@
# brcmfmac being loaded during hibernation would not let a successful resume
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
# Also brcmfmac could randomly crash on resume from sleep.
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac";
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac";
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac && ${pkgs.kmod}/bin/modprobe brcmfmac_wcc";
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac_wcc && ${pkgs.kmod}/bin/rmmod brcmfmac";
};
# USB subsystem wakes up MBP right after suspend unless we disable it.

View file

@ -147,7 +147,7 @@
#libsForQt5.bismuth
mixxx
mumble
neochat
#neochat
nextcloud-client
obsidian
signal-desktop