mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
9 lines
140 B
Nix
9 lines
140 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [ ../../hdd ];
|
|
|
|
# Hard disk protection if the laptop falls:
|
|
services.hdapsd.enable = lib.mkDefault true;
|
|
}
|