From 4a62c3897a82a17f68e5ab284ddf7aa25f8ccb3e Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 19 May 2023 03:09:29 +0200 Subject: [PATCH] os-profile: change nix settings so cachix will be used for this repo --- configurations/profile/os/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/profile/os/nix.nix b/configurations/profile/os/nix.nix index 0032482..107b2f3 100644 --- a/configurations/profile/os/nix.nix +++ b/configurations/profile/os/nix.nix @@ -16,8 +16,9 @@ in substituters = [ "https://nix-community.cachix.org" "https://cache.nixos.org/" + "https://nixerus.cachix.org/" ]; - trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nixerus.cachix.org-1:2x7sIG7y1vAoxc8BNRJwsfapZsiX4hIl4aTi9V5ZDdE="]; }; }; }