aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorJoshua Branson <jbranso@dismail.de>2020-08-10 05:20:30 -0400
committerLeo Famulari <leo@famulari.name>2020-08-27 16:04:12 -0400
commit3e9c6ee19de6b7852f4b401aa31b1d0098f085a3 (patch)
treea9fed2d73b3dfae7f1406b0d2d3006ea70df4ad4 /gnu/packages/linux.scm
parent28dce8f02db38a41e59ecdf3786baa6f732636ff (diff)
downloadguix-3e9c6ee19de6b7852f4b401aa31b1d0098f085a3.tar.gz
guix-3e9c6ee19de6b7852f4b401aa31b1d0098f085a3.zip
doc: Improve the instructions regarding `guix git authenticate`.
* doc/contributing.texi (Building from Git): Instruct the user to fetch the 'keyring' branch. Fix a typo. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/linux.scm')
0 files changed, 0 insertions, 0 deletions
nu/services/vpn.scm (openvpn-client-configuration): Likewise. * tests/services/configuration.scm ("maybe type, no default") ("maybe type, with default"): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai 2022-03-20services: thermald: Add 'adaptive?' field....* gnu/services/pm.scm (<thermald-configuration>): Add 'adaptive?' field. (thermald-shepherd-service): Use it to pass --adaptive to thermald. * doc/guix.texi (Power Management Services): Document the 'adaptive?' field of 'thermald-configuration'. Jelle Licht 2022-02-02services: tlp: Add config variables for battery charging....* gnu/services/pm.scm (tlp-configuration): Add start-charge-thresh-bat0, stop-charge-thresh-bat0, start-charge-thresh-bat1, stop-charge-thresh-bat1. * doc/guix.texi (Power Management Services): Document them. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Attila Lendvai