mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
desktop: Remove redundant option
This commit is contained in:
parent
a14692c6d6
commit
feaf941082
1 changed files with 4 additions and 8 deletions
|
|
@ -24,14 +24,10 @@ _: {
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
services = {
|
# Prevent immediate wake-up from suspend caused by the logi bolt receiver
|
||||||
fstrim.enable = true;
|
services.udev.extraRules = ''
|
||||||
|
ACTION=="add" SUBSYSTEM=="pci" ATTR{vendor}=="0x1022" ATTR{device}=="0x43ee" ATTR{power/wakeup}="disabled"
|
||||||
# Prevent immediate wake-up from suspend caused by the logi bolt receiver
|
'';
|
||||||
udev.extraRules = ''
|
|
||||||
ACTION=="add" SUBSYSTEM=="pci" ATTR{vendor}=="0x1022" ATTR{device}=="0x43ee" ATTR{power/wakeup}="disabled"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.fancontrol = {
|
hardware.fancontrol = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue