🚚 ipfs -> kubo

This commit is contained in:
2022-10-07 06:19:56 -04:00
parent 687672a62b
commit d4df0f75b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
];
services = {
ipfs = {
kubo = {
enable = true;
extraConfig = {
Swarm = {
+1 -1
View File
@@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ ipfs-migrator ];
services = {
ipfs = {
kubo = {
enable = true;
apiAddress = "/ip4/0.0.0.0/tcp/5001";
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
+1 -1
View File
@@ -33,7 +33,7 @@ in
allowedUDPPorts = [ 4001 ];
};
services = {
ipfs = {
kubo = {
enable = true;
extraConfig = {
Peering = { Peers = peers; };