From 1b1e687b6d3debcb6be0c7272c85266da31bff4e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 23 Nov 2021 20:18:00 +0100 Subject: add vm for testing configs --- test/vm.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/vm.nix (limited to 'test/vm.nix') 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"; + }; +} -- cgit v1.2.3