{...}: {
  flake.nixosModules = {
    sunshine = import ./sunshine.nix;
    scaleway = import ./scaleway.nix;
  };
}