diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:51:37 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:51:37 +0100 |
| commit | 0ebe8f7e54bb9ab04529a6765f3a1ed4cb11d2b9 (patch) | |
| tree | 28e21b374dcfef2d0a18f50405a5734dc5752884 /test/vm.nix | |
| parent | 1b1e687b6d3debcb6be0c7272c85266da31bff4e (diff) | |
use local domain
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"; }; } |
