fix(tvix-cache): Import an existing file
All checks were successful
Build all the nodes / ap01 (push) Successful in 1m18s
Build all the nodes / bridge01 (push) Successful in 1m59s
Build all the nodes / geo02 (push) Successful in 2m0s
Build all the nodes / geo01 (push) Successful in 2m8s
Build all the nodes / rescue01 (push) Successful in 2m26s
Build all the nodes / compute01 (push) Successful in 2m34s
Run pre-commit on all files / check (push) Successful in 34s
Build all the nodes / storage01 (push) Successful in 1m58s
Build all the nodes / web02 (push) Successful in 1m54s
Build all the nodes / vault01 (push) Successful in 2m5s
Build all the nodes / web03 (push) Successful in 1m43s
Build all the nodes / web01 (push) Successful in 2m35s

This commit is contained in:
Tom Hubrecht 2024-12-10 11:14:10 +01:00
parent 6d03c084a0
commit 026acdecb7
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -99,7 +99,7 @@ in
dns = import ./meta/dns.nix;
mkCacheSettings = import ./machines/storage01/tvix-cache/cache-settings.nix;
mkCacheSettings = import ./machines/nixos/storage01/tvix-cache/cache-settings.nix;
devShell = pkgs.mkShell {
name = "dgnum-infra";