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

  boot.loader.timeout = 5;
}