trusted users + restructure folders
This commit is contained in:
11
system/cachix/nix-community.nix
Normal file
11
system/cachix/nix-community.nix
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user