🚚 ipfs -> kubo
This commit is contained in:
parent
687672a62b
commit
d4df0f75b5
@ -7,7 +7,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
Swarm = {
|
Swarm = {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
apiAddress = "/ip4/0.0.0.0/tcp/5001";
|
apiAddress = "/ip4/0.0.0.0/tcp/5001";
|
||||||
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
|
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
|
||||||
|
@ -33,7 +33,7 @@ in
|
|||||||
allowedUDPPorts = [ 4001 ];
|
allowedUDPPorts = [ 4001 ];
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
ipfs = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
Peering = { Peers = peers; };
|
Peering = { Peers = peers; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user