1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 13:27:22 +02:00
nixos-hardware/common/pc/laptop/hdd/default.nix
Jörg Thalheim 56e370b342 deprecate commons/hdd module
We havent't had anything meaningful configuration in this module for a while.
So let's deprecate it.
2024-06-20 12:09:44 +02:00

6 lines
112 B
Nix

{ lib, ... }:
{
# Hard disk protection if the laptop falls:
services.hdapsd.enable = lib.mkDefault true;
}