diff options
| author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-07-03 01:04:09 -0400 |
|---|---|---|
| committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-07-07 10:20:28 -0400 |
| commit | 02562e2f1e1b0fcc4ae17a54885f67b38fc1be46 (patch) | |
| tree | d66899f3770fe7ad1d83fcddf9b4386077f61195 /doc | |
| parent | b30651aecaa2684f59869fbfdcfdaf18c0134e04 (diff) | |
services: Add bitmask-service-type.
* gnu/services/vpn.scm (bitmask-service-type): New variable.
* doc/guix.texi: Document it.
Co-authored-by: jgart <jgart@dismail.de>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c4cbdef9bb7..e11f7adebb7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -26772,6 +26772,15 @@ Defaults to @samp{()}. | |||
| 26772 | The @code{(gnu services vpn)} module provides services related to | 26772 | The @code{(gnu services vpn)} module provides services related to |
| 26773 | @dfn{virtual private networks} (VPNs). | 26773 | @dfn{virtual private networks} (VPNs). |
| 26774 | 26774 | ||
| 26775 | @subsubheading Bitmask | ||
| 26776 | |||
| 26777 | @defvr {Scheme Variable} bitmask-service-type | ||
| 26778 | A service type for the @uref{https://bitmask.net, Bitmask} VPN client. It makes | ||
| 26779 | the client available in the system and loads its polkit policy. Please note that | ||
| 26780 | the client expects an active polkit-agent, which is either run by your | ||
| 26781 | desktop-environment or should be run manually. | ||
| 26782 | @end defvr | ||
| 26783 | |||
| 26775 | @subsubheading OpenVPN | 26784 | @subsubheading OpenVPN |
| 26776 | 26785 | ||
| 26777 | It provides a @emph{client} service for your machine to connect to a | 26786 | It provides a @emph{client} service for your machine to connect to a |
