diff options
Diffstat (limited to 'test/vm.nix')
| -rw-r--r-- | test/vm.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vm.nix b/test/vm.nix index 869f15c..65b2d54 100644 --- a/test/vm.nix +++ b/test/vm.nix @@ -2,6 +2,7 @@ hermes = { imports = [ ../configuration.nix ]; - deployment.targetHost = "hermes.aristote.fr"; + networking.domain = "latitude7490"; + # deployment.targetHost = "hermes.latitude7490"; }; } |
