summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/configuration.nix5
-rwxr-xr-xtests/run-tests.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/configuration.nix b/tests/configuration.nix
index 22c76c2..dc64463 100644
--- a/tests/configuration.nix
+++ b/tests/configuration.nix
@@ -23,7 +23,10 @@ in
{
imports = [ ../config ];
- boot.isContainer = true;
+ boot = {
+ isContainer = true;
+ isNspawnContainer = true;
+ };
networking = lib.mkForce {
domain = "aristote.vm";
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 26843f2..6b9a84a 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -37,7 +37,7 @@ do
then
echo "Connection failed."
else
- echo "Up and running at $URL !"
+ echo "Up and running at $URL !"
fi
done
echo Done.