Squash merge dev into master
This commit is contained in:
parent
66dc310ab2
commit
6d9c3c7945
3 changed files with 27 additions and 0 deletions
13
hosts/cachix/cobray.nix
Normal file
13
hosts/cachix/cobray.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://cobray.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cobray.cachix.org-1:6ZmcK5aWb30lKS4VkEkPV2YkMv8yXYu5eQjY9D6r8kk="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue