~sumner/nixos-configuration

c23bdc33ab52e45e9e02f6fc10e5f3b1fee31440 — Sumner Evans 2 years ago b4a2aa4
nix: nix.trustedBinaryCaches -> nix.settings.trusted-substituters
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/nix.nix
M modules/nix.nix => modules/nix.nix +1 -1
@@ 13,7 13,7 @@ in
      nixpkgs.config.allowUnfree = true;
      environment.variables.NIXPKGS_ALLOW_UNFREE = "1";

      nix.trustedBinaryCaches = [
      nix.settings.trusted-substituters = [
        "https://sumnerevans.cachix.org"
        "https://nixpkgs-wayland.cachix.org"
      ];