about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-10-08 02:00:10 +0200
committerLuflosi <luflosi@luflosi.de>2023-10-08 02:04:02 +0200
commit70c8adce8d3b399d9e6e9b6528d3407588b35db6 (patch)
tree73f19f7a959f1a2f2e85eb540bad3fb89f5ff200 /nixos
parent20cd4548b2a1488e67a2b2f28b9758069773ce56 (diff)
downloadnixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar.gz
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar.bz2
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar.lz
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar.xz
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.tar.zst
nixlib-70c8adce8d3b399d9e6e9b6528d3407588b35db6.zip
kubo: 0.22.0 -> 0.23.0
https://github.com/ipfs/kubo/releases/tag/v0.23.0

Support for /quic (Draft 29) was removed, so remove it from `services.kubo.settings.Addresses.Swarm`.

The changelog says that there have been some fixes to the FUSE mountpoint functionality but the test still requires the workaround, so leave that unchanged.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/kubo.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/network-filesystems/kubo.nix b/nixos/modules/services/network-filesystems/kubo.nix
index 5a355f3441d8..bc746bed31f2 100644
--- a/nixos/modules/services/network-filesystems/kubo.nix
+++ b/nixos/modules/services/network-filesystems/kubo.nix
@@ -203,10 +203,8 @@ in
               default = [
                 "/ip4/0.0.0.0/tcp/4001"
                 "/ip6/::/tcp/4001"
-                "/ip4/0.0.0.0/udp/4001/quic"
                 "/ip4/0.0.0.0/udp/4001/quic-v1"
                 "/ip4/0.0.0.0/udp/4001/quic-v1/webtransport"
-                "/ip6/::/udp/4001/quic"
                 "/ip6/::/udp/4001/quic-v1"
                 "/ip6/::/udp/4001/quic-v1/webtransport"
               ];