feat(nix): Trust devenv cachix cache

This commit is contained in:
Alexander Kobjolke 2024-06-02 10:52:10 +02:00
parent da621066c1
commit 6505df5d8a

View file

@ -25,6 +25,13 @@
# avoid unwanted garbage collection when using direnv
keep-outputs = true;
keep-derivations = true;
trusted-substituters = [ "https://devenv.cachix.org" ];
trusted-public-keys = [ "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ];
trusted-users = [
"root"
"alex"
];
};
};
}