TGTGInsighttelegram intelligenceLIVE / telegram public index
← 小猫Channel
小猫Channel avatar

TGINSIGHT POST

Post #88

@modular_form

小猫Channel

Views166帖子阅读量
发布3月8日2025/03/08 16:37
Post content

帖子内容

boot.extraModulePackages = [ ideapad-laptop-tb ]; boot.blacklistedKernelModules = [ "ideapad-laptop" ]; environment.etc."systemd/system-sleep/sleepissue.sh".source = pkgs.writeShellScript "sleepissue.sh" '' case $1/$2 in pre/*) # commands to be executed before suspend, hibernate, etc. goes below echo "before power down" /run/current-system/sw/bin/modprobe -r ideapad_laptop_tb ;; post/*) # commands to be executed on wake, resume, etc. goes below echo "after power up" /run/current-system/sw/bin/modprobe ideapad_laptop_tb ;; esac '';