diff --git a/nix/common.nix b/nix/common.nix index e2d6202..6f83b6a 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -1,11 +1,11 @@ { pkgs, ... }: { - nix = { - binaryCaches = [ + nix.settings = { + trusted-substituters = [ "https://t2linux.cachix.org" ]; - binaryCachePublicKeys = [ + trusted-public-keys = [ "t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw=" ]; };