chore: add ipfs-service to system declaration
parent
ee184d262b
commit
02aad40caf
8
buer.scm
8
buer.scm
|
@ -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")))
|
||||
|
|
Loading…
Reference in New Issue