mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Enable upower on inspiron
This commit is contained in:
parent
20304334a8
commit
1956b63774
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
logind.lidSwitch = "ignore";
|
logind.lidSwitch = "ignore";
|
||||||
|
upower = {
|
||||||
|
enable = true;
|
||||||
|
criticalPowerAction = "Hibernate";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow access to labrador usb device
|
# Allow access to labrador usb device
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue