diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-12-17 15:48:26 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 15:48:26 +0100 |
| commit | facb375f88802201347cb6bed867645aacc69bd0 (patch) | |
| tree | 840792903f393b6b777cdc5f8d7f9e581ea20d8c | |
| parent | f54a032cec760ff2c3af87e5a45dd305a84dfa48 (diff) | |
gnu: ipfs-configuration: Update deprecated default value.
* gnu/services/networking.scm (<ipfs-configuration>): Replace go-ipfs
by kubo.
Change-Id: Iba127e5e06e00dd7bb1ff5901fdfa9b2ff075e9d
| -rw-r--r-- | gnu/services/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index c15adc23baa..1e85ed97e58 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | ;;; Copyright © 2023 muradm <mail@muradm.net> | 24 | ;;; Copyright © 2023 muradm <mail@muradm.net> |
| 25 | ;;; Copyright © 2024 Nigko Yerden <nigko.yerden@gmail.com> | 25 | ;;; Copyright © 2024 Nigko Yerden <nigko.yerden@gmail.com> |
| 26 | ;;; Copyright © 2025 45mg <45mg.writes@gmail.com> | 26 | ;;; Copyright © 2025 45mg <45mg.writes@gmail.com> |
| 27 | ;;; Copyright © 2025 Andreas Enge <andreas@enge.fr> | ||
| 27 | ;;; | 28 | ;;; |
| 28 | ;;; This file is part of GNU Guix. | 29 | ;;; This file is part of GNU Guix. |
| 29 | ;;; | 30 | ;;; |
| @@ -2885,7 +2886,7 @@ See @command{yggdrasil -genconf} for config options.") | |||
| 2885 | make-ipfs-configuration | 2886 | make-ipfs-configuration |
| 2886 | ipfs-configuration? | 2887 | ipfs-configuration? |
| 2887 | (package ipfs-configuration-package | 2888 | (package ipfs-configuration-package |
| 2888 | (default go-ipfs)) | 2889 | (default kubo)) |
| 2889 | (gateway ipfs-configuration-gateway | 2890 | (gateway ipfs-configuration-gateway |
| 2890 | (default "/ip4/127.0.0.1/tcp/8082")) | 2891 | (default "/ip4/127.0.0.1/tcp/8082")) |
| 2891 | (api ipfs-configuration-api | 2892 | (api ipfs-configuration-api |
