summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-11-30 21:00:04 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-11-30 21:44:42 +0100
commit307591d1ef64e2053994185c4173b8391f6ef96f (patch)
treebb566dd465446c48113222132e9f889b235f9583 /tests
parent72ea5118e6dcc93d53053df09a009fd5bc824bec (diff)
nixos 25.05 -> 25.11
- tests: enable isNspawnContainer - searx: remove morty (deprecated) Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/c032f4c09c83feb933d520ccce80e70a1516ca35' (2025-11-21) → 'github:qaristote/my-nixpkgs/e6d25dc678fa289ba488907e3cd49f2f8c330680' (2025-11-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1c8ba8d3f7634acac4a2094eef7c32ad9106532c' (2025-11-24) → 'github:NixOS/nixpkgs/d542db745310b6929708d9abea513f3ff19b1341' (2025-11-30)
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.