feat(nix): add wurzelpfropf.cachix.org for ragenix
This commit is contained in:
parent
7beebf6a6a
commit
cf4c1973aa
|
@ -11,9 +11,14 @@ in {
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
substituters = [ "https://felschr.cachix.org" ];
|
substituters = [
|
||||||
trusted-public-keys =
|
"https://felschr.cachix.org"
|
||||||
[ "felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A=" ];
|
"https://wurzelpfropf.cachix.org" # ragenix
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
|
||||||
|
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
|
Loading…
Reference in a new issue