mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
ipfs: alphabetize
This commit is contained in:
parent
edb6491b7c
commit
ad78983ef3
1 changed files with 2 additions and 2 deletions
|
@ -4,20 +4,20 @@ let
|
|||
|
||||
modes = {
|
||||
server = {
|
||||
Swarm.DisableNatPortMap = true; # Disable UPnP
|
||||
AutoNAT.ServiceMode = "disabled"; # maybe change this to "enabled" ?
|
||||
Reprovider.Strategy = "pinned";
|
||||
Routing.Type = "dhtclient"; # maybe change this to "dht" ?
|
||||
Swarm.ConnMgr.HighWater = 900;
|
||||
Swarm.ConnMgr.LowWater = 600;
|
||||
Swarm.DisableNatPortMap = true; # Disable UPnP
|
||||
};
|
||||
desktop = {
|
||||
Swarm.DisableNatPortMap = true; # Disable UPnP
|
||||
AutoNAT.ServiceMode = "disabled";
|
||||
Reprovider.Strategy = "pinned";
|
||||
Routing.Type = "dhtclient";
|
||||
Swarm.ConnMgr.HighWater = 300;
|
||||
Swarm.ConnMgr.LowWater = 50;
|
||||
Swarm.DisableNatPortMap = true; # Disable UPnP
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue