os-profile: change nix settings so cachix will be used for this repo

This commit is contained in:
Mateusz Słodkowicz 2023-05-19 03:09:29 +02:00
parent 602cc8b180
commit 4a62c3897a
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 1 deletions

View File

@ -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="];
};
};
}