forked from Fediversity/Fediversity
nix in tests: download-attempts = 1
This commit is contained in:
parent
f7b7e91960
commit
7d1f0c61af
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ in
|
||||||
## Not used; save a large copy operation
|
## Not used; save a large copy operation
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
registry = lib.mkForce { };
|
registry = lib.mkForce { };
|
||||||
|
settings = {
|
||||||
|
download-attempts = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue