| Age | Commit message (Expand) | Author |
| 2022-12-19 | *.scm: Use SPDX license identifiers.•••Fixes https://gitlab.com/nonguix/nonguix/-/issues/224
* *.scm: Use SPDX license identifier and remove obsolete license
statement.
| Jonathan Brielmaier |
| 2022-12-18 | nongnu: Add nvidia-service-type.•••* nongnu/services/nvidia.scm: New file.
(<nvidia-configuration>): New data type.
(nvidia-shepherd-service,nvidia-service-type): New variables.
* nongnu/packages/nvidia.scm (nvidia-driver)[description]: Adjust accordingly.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Hilton Chain |
| 2022-05-19 | services: Add missing paranthesis.•••Follow up to 46c87a3aa2b39368f6345de8067487c0eb8b8d9b.
* nongnu/services/vpn.scm (zerotier-one-service-type): Add missing `)`.
| Jonathan Brielmaier |
| 2022-05-19 | services: Add description field to zerotier-one-service-type.•••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.
| Jonathan Brielmaier |
| 2021-09-29 | services: zerotier-one: Display output of actions to the user.•••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>
| Alexey Abramov |
| 2021-05-04 | services: Remove load-broadcom-sta-service.•••* nongnu/services/kernel-modules.scm: Delete file.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| James Smith |
| 2020-12-07 | services: Add zerotier-one-service.•••* nongnu/services/vpn.scm: Add new file, and implement the service.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Alexey Abramov |
| 2020-03-22 | README.org: Don't recommend `load-broadcom-sta-service`.•••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`.
| Alex Griffin |
| 2019-05-31 | services: Add load-broadcom-sta-service.•••* nongnu/services/kernel-modules.scm: New file.
| Alex Griffin |