From 1f4a2fa244d7f4002a8db7649ae000f634b294ce Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 3 Jun 2023 15:34:54 +0200 Subject: nixos: update to 23.05 - remove ihatemoney (deprecated) - personal website: update uncss --- tests/configuration.nix | 1 - tests/run-tests.sh | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/configuration.nix b/tests/configuration.nix index a1ccf52..4eec59e 100644 --- a/tests/configuration.nix +++ b/tests/configuration.nix @@ -34,7 +34,6 @@ in { services.nginx.virtualHosts = { quentin = nginxMakeLocal 8080; searx = nginxMakeLocal 8081; - money = nginxMakeLocal 8082; rss = nginxMakeLocal 8083; webkeydirectory = nginxMakeLocal 8084; }; diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 4fbfb43..f676a96 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -24,7 +24,6 @@ echo Checking that all the services are running : declare -A PORTS PORTS[quentin]=8080 PORTS[searx]=8081 -PORTS[money]=8082 PORTS[rss]=8083 PORTS[openpgpkey]=8084 for SERVICE in "${!PORTS[@]}" -- cgit v1.2.3