ingore binary caches' cached negative replies

This commit is contained in:
oxapentane - 2022-08-20 15:50:34 +02:00
parent 4a1c761910
commit dff755e132
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
exit 1
else
nix copy --to ssh://root@${ip} ${self}
ssh root@${ip} -- nixos-rebuild switch --flake ${self} -L
ssh root@${ip} -- nixos-rebuild switch --option narinfo-cache-negative-ttl 0 --flake ${self} -L
fi
''));