added my own cache

This commit is contained in:
Rouven Seifert 2023-04-12 10:21:28 +02:00
parent 33bfb1c7eb
commit a20844be17
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -1,7 +1,13 @@
{ ... }:
{
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
substituters = [
"https://hyprland.cachix.org"
"https://cache.rfive.de"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"cache.rfive.de:2E/yzJduGj4SJqYqDhpXO7aM2m5buMMUHN64EZdml3I="
];
};
}