{config, ...}: let
in {
  virtualisation.arion = {
    projects.password.settings = {
      imports = [./arion-compose.nix];
    };
  };
}