Add marcus7070 cachix key

This commit is contained in:
Erwin Boskma 2022-06-10 20:19:24 +02:00
parent c6c0144991
commit bff4c9f8cb
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -28,10 +28,12 @@ in
allowed-users = [ "root" ];
substituters = [
"https://nix-community.cachix.org"
"https://marcus7070.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"marcus7070.cachix.org-1:JawxHSgnYsgNYJmNqZwvLjI4NcOwrcEZDToWlT3WwXw="
];
};