mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
7 lines
112 B
Nix
7 lines
112 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
# Hard disk protection if the laptop falls:
|
||
|
services.hdapsd.enable = lib.mkDefault true;
|
||
|
}
|