aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-08-25 16:59:36 +0800
committerEfraim Flashner <efraim@flashner.co.il>2023-09-08 14:31:42 +0300
commit3228dcd7dbb532293d451d4d411df59f462e0287 (patch)
tree6eb3bbb90b4a465029050ee523fba2446bf1f4b9 /gnu/system/images
parent0fbeeee7e9f173b9e3143eb460a1102b9ea71533 (diff)
downloadguix-3228dcd7dbb532293d451d4d411df59f462e0287.tar.gz
guix-3228dcd7dbb532293d451d4d411df59f462e0287.zip
gnu: font-chiron-sung-hk: Update to 1.010.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.010. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/system/images')
0 files changed, 0 insertions, 0 deletions
he 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