Skip to content

Commit

Permalink
Change cache.vedenemo.dev public key to new nixos cache
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Rautiola <[email protected]>
  • Loading branch information
joinemm committed Nov 20, 2023
1 parent bde9e05 commit ac1b7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosts/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in {
experimental-features = "nix-command flakes";
# Subsituters
trusted-public-keys = [
"cache.vedenemo.dev:RGHheQnb6rXGK5v9gexJZ8iWTPX6OcSeS56YeXYzOcg="
"cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E="
"cache.ssrcdevops.tii.ae:oOrzj9iCppf+me5/3sN/BxEkp5SaFkHfKTPPZ97xXQk="
];
substituters = [
Expand Down
4 changes: 2 additions & 2 deletions terraform/scripts/ubuntu-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ max-free = 214748364800
system-features = nixos-test benchmark big-parallel kvm
trusted-users = nix
substituters = https://ghaf-dev.cachix.org?priority=20 https://cache.vedenemo.dev https://cache.nixos.org
trusted-public-keys = ghaf-dev.cachix.org-1:S3M8x3no8LFQPBfHw1jl6nmP8A7cVWKntoMKN3IsEQY= cache.vedenemo.dev:RGHheQnb6rXGK5v9gexJZ8iWTPX6OcSeS56YeXYzOcg= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
trusted-public-keys = ghaf-dev.cachix.org-1:S3M8x3no8LFQPBfHw1jl6nmP8A7cVWKntoMKN3IsEQY= cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2u8AejH9E= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
sudo sh -c "printf '$extra_nix_conf\n'>>/etc/nix/nix.conf"
}

Expand Down Expand Up @@ -151,4 +151,4 @@ main () {

main "$@"

################################################################################
################################################################################

0 comments on commit ac1b7e1

Please sign in to comment.