Fix missing key for cache.nixos.org

This commit is contained in:
2022-07-17 02:56:26 +01:00
parent b2e06a626c
commit 940aa6145f
4 changed files with 8 additions and 8 deletions

View File

@@ -233,9 +233,7 @@ in
"https://nix-cache.nul.ie"
"https://cache.nixos.org"
];
trusted-public-keys = [
lib.my.nix.cacheKey
];
trusted-public-keys = lib.my.nix.cacheKeys;
};
};
})