diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:18:00 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:18:00 +0100 |
| commit | 1b1e687b6d3debcb6be0c7272c85266da31bff4e (patch) | |
| tree | 124e8533fbd83fd21051826e5a9cdf83e87a6498 /test/vm.nix | |
| parent | e374e0fd1f12c44dd14b70a3ace9a7d7fb6e54d8 (diff) | |
add vm for testing configs
Diffstat (limited to 'test/vm.nix')
| -rw-r--r-- | test/vm.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/vm.nix b/test/vm.nix new file mode 100644 index 0000000..869f15c --- /dev/null +++ b/test/vm.nix @@ -0,0 +1,7 @@ +{ + hermes = { + imports = [ ../configuration.nix ]; + + deployment.targetHost = "hermes.aristote.fr"; + }; +} |
