{ config, pkgs, ... }:

{
  imports = [
    ./boot.nix
    ./qemu-guest-agent.nix
    ./storage.nix
  ];
}