{ modulesPath, ... }:
{
  imports = [
    (modulesPath + "/profiles/all-hardware.nix")
    #(modulesPath + "/profiles/qemu-guest.nix")
  ];
}