diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 4b16a2d..d028993 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -47,7 +47,7 @@ in }; kubo = { - enable = true; + enable = false; dataDir = "/mnt/ipfs"; enableGC = true; }; @@ -77,17 +77,17 @@ in }; # kubo/ipfs - "/ipfs" = { - proxyPass = "http://localhost:8080"; - }; + #"/ipfs" = { + # proxyPass = "http://localhost:8080"; + #}; - "/ipns" = { - proxyPass = "http://localhost:8080"; - }; + #"/ipns" = { + # proxyPass = "http://localhost:8080"; + #}; - "/ipfs-ui" = { - proxyPass = "http://localhost:5001/webui/"; - }; + #"/ipfs-ui" = { + # proxyPass = "http://localhost:5001/webui/"; + #}; }; }; };