diff options
Diffstat (limited to 'system/settings/programs')
-rw-r--r-- | system/settings/programs/base.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix index bdf240f1..6177cbb4 100644 --- a/system/settings/programs/base.nix +++ b/system/settings/programs/base.nix @@ -6,8 +6,8 @@ vim zstd ]; - nix = { - binaryCaches = ["https://nix-community.cachix.org"]; - binaryCachePublicKeys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + nix.settings = { + trusted-substituters = ["https://nix-community.cachix.org"]; + trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; }; } |