summaryrefslogtreecommitdiff
path: root/test/vm.nix
blob: 869f15c5234ce8098e26c94f1c5074767415d046 (plain)
1
2
3
4
5
6
7
{
  hermes = {
    imports = [ ../configuration.nix ];

    deployment.targetHost = "hermes.aristote.fr";
  };
}