some updates especially to nixos

This commit is contained in:
Chris Cochrun 2022-09-15 16:28:11 -05:00
parent f1349e79f1
commit 08db8e3b56
7 changed files with 50 additions and 8 deletions

View file

@ -0,0 +1,11 @@
{
nix = {
settings.substituters = [
"https://nix-community.cachix.org"
];
settings.trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}