diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-08T21·18+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-06-09T11·36+0000 |
commit | 73c39fe1befc64a0612ac9af3887afbf5ba34f85 (patch) | |
tree | 286be628c15d3e64d61e8477f5023bfc1d21e843 /users/tazjin/nixos/modules/laptop.nix | |
parent | eba19f822a546035bc8cd568554f4f198ad2b3a7 (diff) |
feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook) r/8229
Prepares the pre-installation config (before actually running the installer on the notebook and dumping out a hardware config etc.). Change-Id: Ia74c4bfa298738cbf8c4034c22d9f8b51c7e67e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11765 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/modules/laptop.nix')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index e0d67dc25989..2a18d8579236 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -10,6 +10,7 @@ # Enable power-saving features. services.tlp.enable = true; + powerManagement.powertop.enable = true; programs.light.enable = true; } |