diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-30 17:40:41 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-30 17:42:17 +0100 |
commit | a2339e091a6e1906b8f6488986de1474a5e7b92e (patch) | |
tree | c732d47f271120a2b69e1f80277c608dd87d95bb /hardware/chromebook | |
parent | Modules: power-save: Add powertop (diff) | |
download | nixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.tar.gz nixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.tar.bz2 nixos-config-a2339e091a6e1906b8f6488986de1474a5e7b92e.zip |
Hardware: Move hardware specific settings from hosts
Diffstat (limited to '')
-rw-r--r-- | hardware/chromebook/default.nix | 7 | ||||
-rw-r--r-- | hardware/chromebook/hardware.nix | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/hardware/chromebook/default.nix b/hardware/chromebook/default.nix index b0125ee..922f0a8 100644 --- a/hardware/chromebook/default.nix +++ b/hardware/chromebook/default.nix @@ -1,4 +1,9 @@ { ... }: { - imports = [ ./hardware.nix ]; + imports = [ + ./hardware.nix + + ../../modules/power-save + ../../modules/bluetooth + ]; } diff --git a/hardware/chromebook/hardware.nix b/hardware/chromebook/hardware.nix index 5fe7a19..b0e1257 100644 --- a/hardware/chromebook/hardware.nix +++ b/hardware/chromebook/hardware.nix @@ -35,7 +35,6 @@ in }; }; fstrim.enable = true; - tlp.enable = true; }; hardware = { |