From b49766d95457a9350b5afb10aa6ee10dba4b050a Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 12 Oct 2022 18:10:07 -0300 Subject: [PATCH] update substituters --- system/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/system/configuration.nix b/system/configuration.nix index 10339ec..b00ed59 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -240,13 +240,11 @@ in { networking.firewall.enable = false; security.sudo.wheelNeedsPassword = false; nix = { - binaryCaches = [ "https://cache.nixos.org/" "https://lelgenio.cachix.org" ]; - binaryCachePublicKeys = - [ "lelgenio.cachix.org-1:W8tMlmDFLU/V+6DlChXjekxoHZpjgVHZpmusC4cueBc=" ]; settings = { - substituters = [ "https://hyprland.cachix.org" ]; + substituters = [ "https://hyprland.cachix.org" "https://lelgenio.cachix.org" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + "lelgenio.cachix.org-1:W8tMlmDFLU/V+6DlChXjekxoHZpjgVHZpmusC4cueBc=" ]; }; package = pkgs.nixFlakes; # or versioned attributes like nixVersions.nix_2_8