~ruther/guix-local

ref: c0bc4b8c7da48dc5f3df6d3526eb1432ee1bbdcb guix-local/doc d---------
29e53b95 — Ludovic Courtès 9 years ago
doc: Update package count.

* doc/guix.texi (Limitations): Update package count.
d6a07ee6 — John Darrington 9 years ago
gnu: Add rpc-daemon service

* gnu/services/nfs.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
392a4e12 — Jan Nieuwenhuizen 9 years ago
guix hash: Add --exclude-vcs option.

* guix/scripts/hash.scm (show-help): Add help text for --exclude-vcs option.
(%options): Add --exclude-vcs option.
(guix-hash): Handle exclude-vcs option.
* doc/guix.texi ("Invoking guix hash"): Update doc.
* tests/guix-hash.sh: Add test.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
935644c0 — David Craven 9 years ago
services: Add sddm service.

* gnu/services/sddm.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (@deftp, @deffn): Add documentation.
ec2e2f6c — David Craven 9 years ago
services: syslog: Use syslog-configuration.

* gnu/services/base.scm (<syslog-configuration>): New variable.
  (syslog-service-type): Use <syslog-configuration>.
  (syslog-service): Use <syslog-configuration>.
* gnu/tests/base.scm (%avahi-os): Use <syslog-configuration>.
* doc/guix.texi (syslog-configuration-type): Add @deftp.
  (syslog-service): Update @deffn.
7ca87354 — Ludovic Courtès 9 years ago
Add (guix modules).

* guix/modules.scm, tests/modules.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (G-Expressions): Add an example of
'source-module-closure'.
5741e3e5 — Alex Kost 9 years ago
doc: Fix typos.

* doc/guix.texi: Fix typo.
* doc/emacs.texi: Fix multiple typos.
2a75b0b6 — Ludovic Courtès 9 years ago
packages: Add 'package-input-rewriting'.

* guix/packages.scm (package-input-rewriting): New procedure.
* tests/packages.scm ("package-input-rewriting"): New test.
* doc/guix.texi (Defining Packages): Document it.
(Package Transformation Options): Add cross-reference.
1bc4d0c2 — Ludovic Courtès 9 years ago
doc: Fix 'ntp-service' typo.

Reported by Vincent Legoll <vincent.legoll@gmail.com>.

* doc/guix.texi (Networking Services): Change #:name-service to
  #:servers in 'ntp-service' documentation.
ea206df4 — Ludovic Courtès 9 years ago
doc: Update '--show' example to use '@' syntax.

* doc/guix.texi (Invoking guix package): Use '@' syntax in --show
example.
eb56ee02 — Ludovic Courtès 9 years ago
system: Add 'create-home-directory?' field to <user-account>.

* gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New
field.
(user-account->gexp): Serialize it.
* gnu/build/activation.scm (activate-users+groups)[activate-user]:
Update 'match-lambda' pattern accordingly.  Pass #:create-home? to
'ensure-user'.
(add-user, modify-user, ensure-user): Add #:create-home? parameter and
honor it.
* doc/guix.texi (User Accounts): Document it.
5b58c28b — Ludovic Courtès 9 years ago
services: guix: Add 'authorized-keys' configuration knob.

* gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter
and honor it.
(%default-authorized-guix-keys): New variable.
(<guix-configuration>)[authorized-keys]: New field.
(guix-shepherd-service): Adjust 'match' clause accordingly.
(guix-activation): Adjust call to 'hydra-key-authorization'.
* doc/guix.texi (Base Services): Document 'authorized-keys'.
7414de0a — Alex Kost 9 years ago
doc: Fix typos.

* doc/guix.texi: Fix multiple typos.
00f46905 — David Craven 9 years ago
services: Add spice vdagent service.

* gnu/services/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New subheading.
8ff4dcbe — David Craven 9 years ago
doc: Make 'Lirc Service' a subsubheading of 'Various Services'.

* doc/guix.texi (Various Services)[Lirc Service]: New subsubheading.
  [lirc] New cindex.
536fc5f8 — Mark H Weaver 9 years ago
Merge branch 'core-updates'
0832787e — Mark H Weaver 9 years ago
Revert "Merge branch 'core-updates'"

This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
134f6573 — Ludovic Courtès 9 years ago
Merge branch 'version-0.11.0'
80d944b7 — Ludovic Courtès 9 years ago
doc: Fix typos.

* doc/guix.texi (Application Setup): Use @xref, not @pxref, when
starting a sentence.
(Scheduled Job Execution): Remove extra indent in example; fix typos.
1eb43cc3 — Ludovic Courtès 9 years ago
doc: Update Texinfo HTML cross-reference file..

* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
Next