chore: add ipfs-service to system declaration

pull/1/head
anemofilia 2023-10-09 15:33:11 -03:00
parent ee184d262b
commit 02aad40caf
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#|B|# base
#|C|# certs compression curl
#|G|# gawk glib guile guile-xyz
#|I|# ipfs
#|L|# less linux
#|M|# man
#|T|# texinfo tmux
@ -102,6 +103,7 @@
#|curl |# curl
#|gawk |# gawk
#|guile |# guile-3.0-latest guile-colorized guile-readline
#|ipfs |# go-ipfs
#|less |# less
#|linux |# e2fsprogs eudev fuse iproute kbd kmod lm-sensors procps
psmisc thinkfan-next util-linux
@ -209,6 +211,10 @@
(dhcp-client-configuration
(interfaces 'all)))
(service tor-service-type)
(service ipfs-service-type
(ipfs-configuration
(gateway "/ip4/127.0.0.1/tcp/8880")
(api "/ip4/127.0.0.1/tcp/8881")))
#|Power management services|#
(service tlp-service-type
@ -269,7 +275,7 @@
(nopass? #t)
(command "herd")
(args (list action service))))
`("tlp" "tor" "thermald" "thinkfan"
`("tlp" "tor" "ipfs" "thermald" "thinkfan"
"wpa-supplicant")
`("doc" "stop" "start" "enable"
"status" "restart" "disable")))