From d43c1e768c0102387a7c1167b476bb0af2d21987 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 17 Oct 2025 15:05:36 -0700 Subject: assembling big monorepo update --- nix/modules/kubo.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nix/modules/kubo.nix') diff --git a/nix/modules/kubo.nix b/nix/modules/kubo.nix index 79aa9aa..c64295d 100644 --- a/nix/modules/kubo.nix +++ b/nix/modules/kubo.nix @@ -2,5 +2,19 @@ { services.kubo = { enable = lib.mkDefault config.monorepo.profiles.workstation.enable; + autoMount = false; + enableGC = true; + settings = { + Addresses.API = [ + "/ip4/127.0.0.1/tcp/5001" + ]; + Bootstrap = [ + "/ip4/128.199.219.111/tcp/4001/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu" + "/ip4/162.243.248.213/tcp/4001/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm" + ]; + Datastore = { + StorageMax = "20GB"; + }; + }; }; } -- cgit v1.3