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" ];