aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-19 18:01:13 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-19 23:50:17 +0200
commita03943ec0024f22e2b7d6358dea9989c9eb06499 (patch)
tree72c7b03d90b80115b7a2fb389c05fd879b18332b /README
parent4313e6ec552a83082410a7f32660b84f7fc19554 (diff)
downloadguix-a03943ec0024f22e2b7d6358dea9989c9eb06499.tar.gz
guix-a03943ec0024f22e2b7d6358dea9989c9eb06499.zip
services: Add 'hostapd-service-type'.
* gnu/services/networking.scm (<hostapd-configuration>): New record type. (hostapd-configuration-file, hostapd-shepherd-services): New procedures. (hostapd-service-type): New variable. * doc/guix.texi (Networking Services): Document it.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
'/guix/commit/tests/union.scm?id=addce19e2d38a197f5ea10eefb5f3cd25c3a52e7'>union: Add create-all-directories? parameter to 'union-build'....* guix/build/union.scm (union-build): Add create-all-directories? keyword parameter. * tests/union.scm ("union-build #:create-all-directories? #t"): New test. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Huang Ying