diff options
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/nix/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index aac1b84..f1919f0 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -47,8 +47,7 @@ "@wheel" ]; - substituters = [ - "https://cache.nixos.org/" + extra-substituters = [ "https://nix-community.cachix.org" "https://hyprland.cachix.org" "https://nyx.chaotic.cx/" @@ -63,7 +62,7 @@ "https://devenv.cachix.org" ]; - trusted-public-keys = [ + extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=" |