chore: add ipfs-service to system declaration
parent
ee184d262b
commit
02aad40caf
8
buer.scm
8
buer.scm
|
@ -27,6 +27,7 @@
|
||||||
#|B|# base
|
#|B|# base
|
||||||
#|C|# certs compression curl
|
#|C|# certs compression curl
|
||||||
#|G|# gawk glib guile guile-xyz
|
#|G|# gawk glib guile guile-xyz
|
||||||
|
#|I|# ipfs
|
||||||
#|L|# less linux
|
#|L|# less linux
|
||||||
#|M|# man
|
#|M|# man
|
||||||
#|T|# texinfo tmux
|
#|T|# texinfo tmux
|
||||||
|
@ -102,6 +103,7 @@
|
||||||
#|curl |# curl
|
#|curl |# curl
|
||||||
#|gawk |# gawk
|
#|gawk |# gawk
|
||||||
#|guile |# guile-3.0-latest guile-colorized guile-readline
|
#|guile |# guile-3.0-latest guile-colorized guile-readline
|
||||||
|
#|ipfs |# go-ipfs
|
||||||
#|less |# less
|
#|less |# less
|
||||||
#|linux |# e2fsprogs eudev fuse iproute kbd kmod lm-sensors procps
|
#|linux |# e2fsprogs eudev fuse iproute kbd kmod lm-sensors procps
|
||||||
psmisc thinkfan-next util-linux
|
psmisc thinkfan-next util-linux
|
||||||
|
@ -209,6 +211,10 @@
|
||||||
(dhcp-client-configuration
|
(dhcp-client-configuration
|
||||||
(interfaces 'all)))
|
(interfaces 'all)))
|
||||||
(service tor-service-type)
|
(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|#
|
#|Power management services|#
|
||||||
(service tlp-service-type
|
(service tlp-service-type
|
||||||
|
@ -269,7 +275,7 @@
|
||||||
(nopass? #t)
|
(nopass? #t)
|
||||||
(command "herd")
|
(command "herd")
|
||||||
(args (list action service))))
|
(args (list action service))))
|
||||||
`("tlp" "tor" "thermald" "thinkfan"
|
`("tlp" "tor" "ipfs" "thermald" "thinkfan"
|
||||||
"wpa-supplicant")
|
"wpa-supplicant")
|
||||||
`("doc" "stop" "start" "enable"
|
`("doc" "stop" "start" "enable"
|
||||||
"status" "restart" "disable")))
|
"status" "restart" "disable")))
|
||||||
|
|
Loading…
Reference in New Issue