{ ... }: {
  imports = [
    ../config.nix
  ];

  config = {
    valhalla.boot.label = "Arch";
  };
}