mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +02:00
machines/thinkman,workman: move action-on-low-power
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
c8fc9152fd
commit
18ad933a1d
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ in
|
|||
services.tlp.enable = true;
|
||||
|
||||
my.hardware = {
|
||||
action-on-low-power.enable = true;
|
||||
bluetooth.enable = true;
|
||||
debug.enable = true;
|
||||
drive-monitor.enable = true;
|
||||
|
|
|
@ -24,6 +24,7 @@ in
|
|||
};
|
||||
|
||||
my.hardware = {
|
||||
action-on-low-power.enable = true;
|
||||
bluetooth.enable = true;
|
||||
debug.enable = true;
|
||||
drive-monitor.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue