fix(cache): Make instructions and code work
Some checks failed
build configuration / build_web02 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m12s
build configuration / build_compute01 (push) Successful in 1m18s
build configuration / build_vault01 (push) Successful in 1m18s
build configuration / build_krz01 (push) Failing after 1m40s
build configuration / push_to_cache_krz01 (push) Has been skipped
build configuration / build_web01 (push) Successful in 1m44s
lint / check (push) Successful in 25s
build configuration / build_geo01 (push) Successful in 1m6s
build configuration / build_rescue01 (push) Successful in 1m10s
build configuration / build_bridge01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m4s
build configuration / push_to_cache_web02 (push) Successful in 1m12s
build configuration / push_to_cache_storage01 (push) Successful in 1m19s
build configuration / push_to_cache_rescue01 (push) Successful in 1m29s
build configuration / push_to_cache_vault01 (push) Successful in 1m40s
build configuration / push_to_cache_geo01 (push) Successful in 1m15s
build configuration / push_to_cache_compute01 (push) Successful in 2m6s
build configuration / push_to_cache_web01 (push) Successful in 2m4s
build configuration / push_to_cache_geo02 (push) Successful in 1m9s
build configuration / push_to_cache_bridge01 (push) Successful in 1m7s
Some checks failed
build configuration / build_web02 (push) Successful in 1m6s
build configuration / build_storage01 (push) Successful in 1m12s
build configuration / build_compute01 (push) Successful in 1m18s
build configuration / build_vault01 (push) Successful in 1m18s
build configuration / build_krz01 (push) Failing after 1m40s
build configuration / push_to_cache_krz01 (push) Has been skipped
build configuration / build_web01 (push) Successful in 1m44s
lint / check (push) Successful in 25s
build configuration / build_geo01 (push) Successful in 1m6s
build configuration / build_rescue01 (push) Successful in 1m10s
build configuration / build_bridge01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m4s
build configuration / push_to_cache_web02 (push) Successful in 1m12s
build configuration / push_to_cache_storage01 (push) Successful in 1m19s
build configuration / push_to_cache_rescue01 (push) Successful in 1m29s
build configuration / push_to_cache_vault01 (push) Successful in 1m40s
build configuration / push_to_cache_geo01 (push) Successful in 1m15s
build configuration / push_to_cache_compute01 (push) Successful in 2m6s
build configuration / push_to_cache_web01 (push) Successful in 2m4s
build configuration / push_to_cache_geo02 (push) Successful in 1m9s
build configuration / push_to_cache_bridge01 (push) Successful in 1m7s
This commit is contained in:
parent
fb610306ee
commit
c642e98ab9
2 changed files with 3 additions and 5 deletions
|
@ -17,10 +17,8 @@ Add the following module to your configuration (and pin this repo using your fav
|
|||
let
|
||||
dgnum-infra = PINNED_PATH_TO_INFRA;
|
||||
in {
|
||||
nix.settings = (import dgnum-infra).mkCacheSettings {
|
||||
caches = [
|
||||
"infra"
|
||||
];
|
||||
nix.settings = (import dgnum-infra { }).mkCacheSettings {
|
||||
caches = [ "infra" ];
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
|
@ -76,7 +76,7 @@ in
|
|||
|
||||
dns = import ./meta/dns.nix;
|
||||
|
||||
mkCacheSettings = import ./machines/storage01/tvix-store/cache-settings.nix;
|
||||
mkCacheSettings = import ./machines/storage01/tvix-cache/cache-settings.nix;
|
||||
|
||||
shells = {
|
||||
default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue