diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-06-03 15:34:54 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-05 14:00:57 +0200 |
| commit | 1f4a2fa244d7f4002a8db7649ae000f634b294ce (patch) | |
| tree | a386e4c4d9b97d88708b471132f33e47fb583fe9 /tests | |
| parent | 08c101c7351d9f12985fffe5d61e88cc90dc1a52 (diff) | |
nixos: update to 23.05
- remove ihatemoney (deprecated)
- personal website: update uncss
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/configuration.nix | 1 | ||||
| -rwxr-xr-x | tests/run-tests.sh | 1 |
2 files changed, 0 insertions, 2 deletions
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[@]}" |
