forked from Fediversity/Fediversity
mv attempts
This commit is contained in:
parent
aa0e7e2a42
commit
33da4d6e46
1 changed files with 2 additions and 3 deletions
|
@ -29,12 +29,11 @@ in
|
||||||
system.switch.enable = true;
|
system.switch.enable = true;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
# short-cut network time-outs
|
||||||
|
settings.download-attempts = 1;
|
||||||
## 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