mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Fix double suspend on lid close
This commit is contained in:
parent
5805ed2ef1
commit
5cfd55af9a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,5 +24,6 @@
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
|
logind.lidSwitch = "ignore";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue