aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/auditd.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-03 17:18:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-03 22:49:19 +0100
commita5eefabd871fe4ab51c3b0983372367272b32fc1 (patch)
treec7b0fd36132ff2f4ea182315f43c3e5de6e76aa8 /gnu/services/auditd.scm
parente0031de95be111ccbcc505c701522c429e6a02bd (diff)
downloadguix-a5eefabd871fe4ab51c3b0983372367272b32fc1.tar.gz
guix-a5eefabd871fe4ab51c3b0983372367272b32fc1.zip
gnu: r-rots: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-rots): Update to 1.30.0. Change-Id: Ia13e99ece1a38eac6a5e370fa18da0ca93e4c962
Diffstat (limited to 'gnu/services/auditd.scm')
0 files changed, 0 insertions, 0 deletions
-21 11:58:44 -0400'>2023-07-21services: wireguard: Clean-up configuration file serializer....Previously, the generated config file would contain arbitrary whitespace that made it look ugly. * gnu/services/vpn.scm (<wireguard-configuration>) [dns]: Change default value from #f to '(). (wireguard-configuration-file): Use match-record. Format each line individually, assembling the lines at the end to avoid extraneous white space. * doc/guix.texi (VPN Services): Update doc. Maxim Cournoyer 2023-07-21services: wireguard: Implement a dynamic IP monitoring feature....* gnu/services/vpn.scm (<wireguard-configuration>) [monitor-ips?, monitor-ips-internal]: New fields. * gnu/services/vpn.scm (define-with-source): New syntax. (wireguard-service-name, strip-port/maybe) (ipv4-address?, ipv6-address?, host-name?) (endpoint-host-names): New procedure. (wireguard-monitoring-jobs): Likewise. (wireguard-service-type): Register it. * tests/services/vpn.scm: New file. * Makefile.am (SCM_TESTS): Register it. * doc/guix.texi (VPN Services): Update doc. Reviewed-by: Bruno Victal <mirai@makinata.eu> Maxim Cournoyer 2023-03-03services: vpn: Deprecate 'openvpn-client-service' & 'openvpn-server-service' ......* doc/guix.texi (VPN Services): Replace 'openvpn-client-service' & 'openvpn-server-service' procedures with their service-type counterparts. * gnu/services/vpn.scm (openvpn-client-service, openvpn-server-service): Deprecate procedure. (openvpn-server-service-type, openvpn-client-service-type): Set default value. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-12-25services: wireguard: Allow specifying pre-shared keys....* gnu/services/vpn.scm (<wireguard-peer>)[preshared-key]: New field. * doc/guix.texi (VPN Services): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Timo Wilken 2022-12-09services: 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