mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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;
|
||||
auto-cpufreq.enable = true;
|
||||
logind.lidSwitch = "ignore";
|
||||
upower = {
|
||||
enable = true;
|
||||
criticalPowerAction = "Hibernate";
|
||||
};
|
||||
};
|
||||
|
||||
# Allow access to labrador usb device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue