mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 03:43:07 +08:00
treewide: abstract away common configs into common/
This commit is contained in:
8
common/pc/laptop/hdd/default.nix
Normal file
8
common/pc/laptop/hdd/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../hdd ];
|
||||
|
||||
# Hard disk protection if the laptop falls:
|
||||
services.hdapsd.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user