diff options
| author | Baitinq <[email protected]> | 2022-06-30 20:06:00 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-30 20:06:00 +0200 |
| commit | c5678fef7f82ab716bf8751d0fbf86254c8e940f (patch) | |
| tree | 886e0a37da8d76b64ffb9bb6ca8fc38e4914d892 /hosts/luna/hardware.nix | |
| parent | Packages: Add mov-cli package (diff) | |
| download | nixos-config-c5678fef7f82ab716bf8751d0fbf86254c8e940f.tar.gz nixos-config-c5678fef7f82ab716bf8751d0fbf86254c8e940f.tar.bz2 nixos-config-c5678fef7f82ab716bf8751d0fbf86254c8e940f.zip | |
Luna: Add tlp service
Diffstat (limited to 'hosts/luna/hardware.nix')
| -rw-r--r-- | hosts/luna/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix index ade190f..e99b98e 100644 --- a/hosts/luna/hardware.nix +++ b/hosts/luna/hardware.nix @@ -49,6 +49,8 @@ in # Enable touchpad support (enabled default in most desktopManager). synaptics.enable = true; }; + fstrim.enable = true; + tlp.enable = true; }; hardware = { |