about summary refs log tree commit diff
path: root/hardware/pc/default.nix
blob: 15d6b761b19b4ce6ec55b5c7886bb934b485cf5b (plain) (blame)
1
2
3
4
5
6
{ ... }:
{
  imports = [ ./hardware.nix ];

  boot.loader.timeout = 5;
}