summaryrefslogtreecommitdiff
path: root/nongnu/services/vpn.scm
AgeCommit message (Collapse)Author
2022-12-19*.scm: Use SPDX license identifiers.Jonathan Brielmaier
Fixes https://gitlab.com/nonguix/nonguix/-/issues/224 * *.scm: Use SPDX license identifier and remove obsolete license statement.
2022-05-19services: Add missing paranthesis.Jonathan Brielmaier
Follow up to 46c87a3aa2b39368f6345de8067487c0eb8b8d9b. * nongnu/services/vpn.scm (zerotier-one-service-type): Add missing `)`.
2022-05-19services: Add description field to zerotier-one-service-type.Jonathan Brielmaier
The `description` field is mandatory since Guix upstream commit 3948ac25b1dccc40c7fdf56377f94a0775a835ee. Fixes https://gitlab.com/nonguix/nonguix/-/issues/182 * nongnu/services/vpn.scm (zerotier-one-service-type): Add `description` field.
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>
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>