summaryrefslogtreecommitdiff
path: root/test/vm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/vm.nix')
-rw-r--r--test/vm.nix7
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";
+ };
+}