init
This commit is contained in:
commit
a2247c5b26
30 changed files with 1036 additions and 0 deletions
11
system/nix/substituters.nix
Normal file
11
system/nix/substituters.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org?priority=10"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue