feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook)

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
This commit is contained in:
Vincent Ambo 2024-06-09 00:18:28 +03:00 committed by tazjin
parent eba19f822a
commit 73c39fe1be
4 changed files with 64 additions and 5 deletions

View file

@ -10,6 +10,7 @@
# Enable power-saving features.
services.tlp.enable = true;
powerManagement.powertop.enable = true;
programs.light.enable = true;
}