diff --git a/hosts/common.nix b/hosts/common.nix index e45d63b7..439bf0e4 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -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 = [ diff --git a/terraform/scripts/ubuntu-builder.sh b/terraform/scripts/ubuntu-builder.sh index d3f79fac..7966f516 100755 --- a/terraform/scripts/ubuntu-builder.sh +++ b/terraform/scripts/ubuntu-builder.sh @@ -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" } @@ -151,4 +151,4 @@ main () { main "$@" -################################################################################ \ No newline at end of file +################################################################################