summaryrefslogtreecommitdiff
path: root/nongnu/services
AgeCommit message (Collapse)Author
2021-09-29services: zerotier-one: Display output of actions to the user.Alexey Abramov
Fixes https://gitlab.com/nonguix/nonguix/-/issues/117. * nongnu/services/vpn.scm (%zerotier-action-join): call command via open-input-pipe and print exit code. (%zerotier-action-leave): dito. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-05-04services: Remove load-broadcom-sta-service.James Smith
* nongnu/services/kernel-modules.scm: Delete file. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2020-12-07services: Add zerotier-one-service.Alexey Abramov
* nongnu/services/vpn.scm: Add new file, and implement the service. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2020-03-22README.org: Don't recommend `load-broadcom-sta-service`.Alex Griffin
Closes #26. * README.org: Replace `load-broadcom-sta-service` example with new `kernel-loadable-modules` field. * nongnu/services/kernel-modules.scm (load-broadcom-sta-service): Update docstring to recommend switching to `kernel-loadable-modules`.
2019-05-31services: Add load-broadcom-sta-service.Alex Griffin
* nongnu/services/kernel-modules.scm: New file.