{
  imports = [
    ../.
    ../../../../common/pc/laptop/ssd
  ];

  # Use the right Intel graphics driver
  boot.kernelParams = [ "i915.force_probe=a7a1" ];
}