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

    networking.domain = "latitude7490";
    # deployment.targetHost = "hermes.latitude7490";
  };
}