forked from Fediversity/Fediversity
for now set substituters to use http as well
This commit is contained in:
parent
fe789c1819
commit
7655f6a38e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://attic.fediversity.net/demo"
|
"http://attic.fediversity.net/demo"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"demo:N3CAZ049SeBVqBM+OnhLMrxWJ9altbD/aoJtHrY19KM="
|
"demo:N3CAZ049SeBVqBM+OnhLMrxWJ9altbD/aoJtHrY19KM="
|
||||||
|
|
Loading…
Add table
Reference in a new issue