diff --git a/configurations/android/nix-on-droid.nix b/configurations/android/nix-on-droid.nix index 16abfb8e..3f3eceb6 100644 --- a/configurations/android/nix-on-droid.nix +++ b/configurations/android/nix-on-droid.nix @@ -28,10 +28,17 @@ substituters = [ # Nix-community "https://nix-community.cachix.org" + + # Personal cache + "https://cache.nelim.org" ]; + trustedPublicKeys = [ # Nix-community "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + + # Personal cache + "cache.nelim.org:JmFqkUdH11EA9EZOFAGVHuRYp7EbsdJDHvTQzG2pPyY=" ]; };