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

7 lines
112 B
Nix

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