mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19: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;
|
||||
|
||||
services = {
|
||||
fstrim.enable = true;
|
||||
|
||||
# Prevent immediate wake-up from suspend caused by the logi bolt receiver
|
||||
udev.extraRules = ''
|
||||
services.udev.extraRules = ''
|
||||
ACTION=="add" SUBSYSTEM=="pci" ATTR{vendor}=="0x1022" ATTR{device}=="0x43ee" ATTR{power/wakeup}="disabled"
|
||||
'';
|
||||
};
|
||||
|
||||
hardware.fancontrol = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue