aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-15 15:54:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-15 15:55:22 +0100
commit903718659a1ceb07308d19f7236d6423488a300b (patch)
treededce0baac61ac59076af2c41d49bd56fae9ffff /gnu/packages/password-utils.scm
parent1c839037e38b1dbf886e40901caa0a31cb920aa6 (diff)
downloadguix-903718659a1ceb07308d19f7236d6423488a300b.tar.gz
guix-903718659a1ceb07308d19f7236d6423488a300b.zip
gnu: r-lme4: Update to 1.1-35.1.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-35.1. Change-Id: I2806562c05111df1a8c61e82745afbc1264dec4e
Diffstat (limited to 'gnu/packages/password-utils.scm')
0 files changed, 0 insertions, 0 deletions
/td>services: wireguard: Use the parameterized wireguard package....* gnu/services/vpn.scm (wireguard-activation): Use the "wg" binary from the package given to <wireguard-configuration>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> EuAndreh 2022-11-13services: vpn: Fix the profile wireguard package....This is a follow-up of: fb35b7cedd48a47820b0c250677b7ec6ac78fdc1. * gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package from the configuration to the profile. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> EuAndreh 2022-11-12services: vpn: Add wireguard-tools to profile-service-type....* gnu/services/vpn.scm (wireguard-service-type): Include the "wireguard-tools" package as an extension to profile-service-type, so that users that enable the wireguard service can interact with it via the command-line without having to manually install wireguard-tools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> EuAndreh 2022-10-20services: wireguard: Add more configuration fields....* gnu/services/vpn.scm (<wireguard-configuration>)[pre-up, post-up, pre-down, post-down, table]: New fields. (wireguard-configuration-file): Take them into account. * doc/guix.texi (Wireguard): Update it. Mathieu Othacehe