add gradient nix cache
This commit is contained in:
parent
b5329ad61f
commit
9c50baee2e
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ in
|
||||||
];
|
];
|
||||||
# trusted-users = [ "administration" ];
|
# trusted-users = [ "administration" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
trusted-substituters = [
|
||||||
|
"https://gradient.adm.htw.stura-dresden.de/cache/stura"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"gradient.adm.htw.stura-dresden.de-stura:rVy7JDos8CTvKJsrotP2/y/ICbCNv69HKy0Dfsgrafs="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
gc = {
|
gc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue