Trust me
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m57s

This commit is contained in:
Deepak Mallubhotla 2025-03-28 08:00:20 -05:00
parent f3ed4def82
commit 0abc212049
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -40,6 +40,7 @@ in
'';
nix.settings = {
trusted-users = [ "root" "@wheel" ];
trusted-substituters = [ "http://attic.baklava" ];
trusted-public-keys = [ "systems:tvbHIThn7MAwvgMSiYR3ULVlL6cBrA40afqGuextnNQ=" ];
};