summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/athena.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 6618cd1..1371bf9 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -85,9 +85,9 @@
services.tlp = {
enable = true;
- extraConfig = ''
- RESTORE_DEVICE_STATE_ON_STARTUP=1
- '';
+ settings = {
+ RESTORE_DEVICE_STATE_ON_STARTUP = 1;
+ };
};
powerManagement.powertop.enable = true;