diff --git a/features/caches/platonic.nix b/features/caches/platonic.nix index f4db815..daf4d31 100644 --- a/features/caches/platonic.nix +++ b/features/caches/platonic.nix @@ -1,8 +1,10 @@ { pkgs, ... }: { nix.binaryCachePublicKeys = [ "ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI=" + "plutonomicon-pluto.cachix.org-1:ofa/XYzqimDRF96ACKnV7LPiRsz+h4bkHy/a4fbOK04=" ]; nix.binaryCaches = [ "ssh://nix-ssh@ci.ardana.platonic.systems" + "https://plutonomicon-pluto.cachix.org" ]; }