From 5affde5fff2174582e5d061abcb7b31834172a0e Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Fri, 9 Jan 2026 16:28:34 +0100 Subject: [PATCH] test only substituer --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b60e324..0793642 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,8 +26,7 @@ jobs: with: extra_nix_config: | extra-trusted-public-keys = localhost:TiRpr2LzamX/MCKBUmFlZ8inWz94QWGL88fMEHg9Kgc= - extra-substituters = http://localhost:5000 - extra-trusted-substituters = http://localhost:5000 + substituters = http://localhost:5000 secret-key-files = /var/secrets/cache_privkey post-build-hook = /etc/nix/upload-to-cache.sh - name: Install SSH key