gnu: varnish: Use absolute file name of "rm".
[jackhill/guix/guix.git] / doc / guix.texi
1 \input texinfo
2 @c -*-texinfo-*-
3
4 @c %**start of header
5 @setfilename guix.info
6 @documentencoding UTF-8
7 @settitle GNU Guix Reference Manual
8 @c %**end of header
9
10 @include version.texi
11
12 @c Identifier of the OpenPGP key used to sign tarballs and such.
13 @set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
14
15 @copying
16 Copyright @copyright{} 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès@*
17 Copyright @copyright{} 2013, 2014, 2016 Andreas Enge@*
18 Copyright @copyright{} 2013 Nikita Karetnikov@*
19 Copyright @copyright{} 2014, 2015, 2016 Alex Kost@*
20 Copyright @copyright{} 2015, 2016 Mathieu Lirzin@*
21 Copyright @copyright{} 2014 Pierre-Antoine Rault@*
22 Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@*
23 Copyright @copyright{} 2015, 2016, 2017 Leo Famulari@*
24 Copyright @copyright{} 2015, 2016, 2017, 2018 Ricardo Wurmus@*
25 Copyright @copyright{} 2016 Ben Woodcroft@*
26 Copyright @copyright{} 2016, 2017, 2018 Chris Marusich@*
27 Copyright @copyright{} 2016, 2017, 2018 Efraim Flashner@*
28 Copyright @copyright{} 2016 John Darrington@*
29 Copyright @copyright{} 2016, 2017 Nils Gillmann@*
30 Copyright @copyright{} 2016, 2017, 2018 Jan Nieuwenhuizen@*
31 Copyright @copyright{} 2016 Julien Lepiller@*
32 Copyright @copyright{} 2016 Alex ter Weele@*
33 Copyright @copyright{} 2017, 2018 Clément Lassieur@*
34 Copyright @copyright{} 2017 Mathieu Othacehe@*
35 Copyright @copyright{} 2017 Federico Beffa@*
36 Copyright @copyright{} 2017 Carlo Zancanaro@*
37 Copyright @copyright{} 2017 Thomas Danckaert@*
38 Copyright @copyright{} 2017 humanitiesNerd@*
39 Copyright @copyright{} 2017 Christopher Allan Webber@*
40 Copyright @copyright{} 2017, 2018 Marius Bakke@*
41 Copyright @copyright{} 2017 Hartmut Goebel@*
42 Copyright @copyright{} 2017 Maxim Cournoyer@*
43 Copyright @copyright{} 2017, 2018 Tobias Geerinckx-Rice@*
44 Copyright @copyright{} 2017 George Clemmer@*
45 Copyright @copyright{} 2017 Andy Wingo@*
46 Copyright @copyright{} 2017, 2018 Arun Isaac@*
47 Copyright @copyright{} 2017 nee@*
48 Copyright @copyright{} 2018 Rutger Helling@*
49 Copyright @copyright{} 2018 Oleg Pykhalov@*
50 Copyright @copyright{} 2018 Mike Gerwitz@*
51 Copyright @copyright{} 2018 Pierre-Antoine Rouby@*
52 Copyright @copyright{} 2018 Gábor Boskovits@*
53
54 Permission is granted to copy, distribute and/or modify this document
55 under the terms of the GNU Free Documentation License, Version 1.3 or
56 any later version published by the Free Software Foundation; with no
57 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
58 copy of the license is included in the section entitled ``GNU Free
59 Documentation License''.
60 @end copying
61
62 @dircategory System administration
63 @direntry
64 * Guix: (guix). Manage installed software and system configuration.
65 * guix package: (guix)Invoking guix package. Installing, removing, and upgrading packages.
66 * guix gc: (guix)Invoking guix gc. Reclaiming unused disk space.
67 * guix pull: (guix)Invoking guix pull. Update the list of available packages.
68 * guix system: (guix)Invoking guix system. Manage the operating system configuration.
69 @end direntry
70
71 @dircategory Software development
72 @direntry
73 * guix environment: (guix)Invoking guix environment. Building development environments with Guix.
74 * guix build: (guix)Invoking guix build. Building packages.
75 * guix pack: (guix)Invoking guix pack. Creating binary bundles.
76 @end direntry
77
78 @titlepage
79 @title GNU Guix Reference Manual
80 @subtitle Using the GNU Guix Functional Package Manager
81 @author The GNU Guix Developers
82
83 @page
84 @vskip 0pt plus 1filll
85 Edition @value{EDITION} @*
86 @value{UPDATED} @*
87
88 @insertcopying
89 @end titlepage
90
91 @contents
92
93 @c *********************************************************************
94 @node Top
95 @top GNU Guix
96
97 This document describes GNU Guix version @value{VERSION}, a functional
98 package management tool written for the GNU system.
99
100 @c TRANSLATORS: You can replace the following paragraph with information on
101 @c how to join your own translation team and how to report issues with the
102 @c translation.
103 This manual is also available in French (@pxref{Top,,, guix.fr, Manuel de
104 référence de GNU Guix}). If you would like to translate it in your native
105 language, consider joining the
106 @uref{https://translationproject.org/domain/guix-manual.html, Translation
107 Project}.
108
109 @menu
110 * Introduction:: What is Guix about?
111 * Installation:: Installing Guix.
112 * Package Management:: Package installation, upgrade, etc.
113 * Programming Interface:: Using Guix in Scheme.
114 * Utilities:: Package management commands.
115 * GNU Distribution:: Software for your friendly GNU system.
116 * Contributing:: Your help needed!
117
118 * Acknowledgments:: Thanks!
119 * GNU Free Documentation License:: The license of this manual.
120 * Concept Index:: Concepts.
121 * Programming Index:: Data types, functions, and variables.
122
123 @detailmenu
124 --- The Detailed Node Listing ---
125
126 Installation
127
128 * Binary Installation:: Getting Guix running in no time!
129 * Requirements:: Software needed to build and run Guix.
130 * Running the Test Suite:: Testing Guix.
131 * Setting Up the Daemon:: Preparing the build daemon's environment.
132 * Invoking guix-daemon:: Running the build daemon.
133 * Application Setup:: Application-specific setup.
134
135 Setting Up the Daemon
136
137 * Build Environment Setup:: Preparing the isolated build environment.
138 * Daemon Offload Setup:: Offloading builds to remote machines.
139 * SELinux Support:: Using an SELinux policy for the daemon.
140
141 Package Management
142
143 * Features:: How Guix will make your life brighter.
144 * Invoking guix package:: Package installation, removal, etc.
145 * Substitutes:: Downloading pre-built binaries.
146 * Packages with Multiple Outputs:: Single source package, multiple outputs.
147 * Invoking guix gc:: Running the garbage collector.
148 * Invoking guix pull:: Fetching the latest Guix and distribution.
149 * Channels:: Customizing the package collection.
150 * Inferiors:: Interacting with another revision of Guix.
151 * Invoking guix describe:: Display information about your Guix revision.
152 * Invoking guix pack:: Creating software bundles.
153 * Invoking guix archive:: Exporting and importing store files.
154
155 Substitutes
156
157 * Official Substitute Server:: One particular source of substitutes.
158 * Substitute Server Authorization:: How to enable or disable substitutes.
159 * Substitute Authentication:: How Guix verifies substitutes.
160 * Proxy Settings:: How to get substitutes via proxy.
161 * Substitution Failure:: What happens when substitution fails.
162 * On Trusting Binaries:: How can you trust that binary blob?
163
164 Programming Interface
165
166 * Defining Packages:: Defining new packages.
167 * Build Systems:: Specifying how packages are built.
168 * The Store:: Manipulating the package store.
169 * Derivations:: Low-level interface to package derivations.
170 * The Store Monad:: Purely functional interface to the store.
171 * G-Expressions:: Manipulating build expressions.
172 * Invoking guix repl:: Fiddling with Guix interactively.
173
174 Defining Packages
175
176 * package Reference:: The package data type.
177 * origin Reference:: The origin data type.
178
179 Utilities
180
181 * Invoking guix build:: Building packages from the command line.
182 * Invoking guix edit:: Editing package definitions.
183 * Invoking guix download:: Downloading a file and printing its hash.
184 * Invoking guix hash:: Computing the cryptographic hash of a file.
185 * Invoking guix import:: Importing package definitions.
186 * Invoking guix refresh:: Updating package definitions.
187 * Invoking guix lint:: Finding errors in package definitions.
188 * Invoking guix size:: Profiling disk usage.
189 * Invoking guix graph:: Visualizing the graph of packages.
190 * Invoking guix environment:: Setting up development environments.
191 * Invoking guix publish:: Sharing substitutes.
192 * Invoking guix challenge:: Challenging substitute servers.
193 * Invoking guix copy:: Copying to and from a remote store.
194 * Invoking guix container:: Process isolation.
195 * Invoking guix weather:: Assessing substitute availability.
196
197 Invoking @command{guix build}
198
199 * Common Build Options:: Build options for most commands.
200 * Package Transformation Options:: Creating variants of packages.
201 * Additional Build Options:: Options specific to 'guix build'.
202 * Debugging Build Failures:: Real life packaging experience.
203
204 GNU Distribution
205
206 * System Installation:: Installing the whole operating system.
207 * System Configuration:: Configuring the operating system.
208 * Documentation:: Browsing software user manuals.
209 * Installing Debugging Files:: Feeding the debugger.
210 * Security Updates:: Deploying security fixes quickly.
211 * Package Modules:: Packages from the programmer's viewpoint.
212 * Packaging Guidelines:: Growing the distribution.
213 * Bootstrapping:: GNU/Linux built from scratch.
214 * Porting:: Targeting another platform or kernel.
215
216 System Installation
217
218 * Limitations:: What you can expect.
219 * Hardware Considerations:: Supported hardware.
220 * USB Stick and DVD Installation:: Preparing the installation medium.
221 * Preparing for Installation:: Networking, partitioning, etc.
222 * Proceeding with the Installation:: The real thing.
223 * Installing GuixSD in a VM:: GuixSD playground.
224 * Building the Installation Image:: How this comes to be.
225
226 System Configuration
227
228 * Using the Configuration System:: Customizing your GNU system.
229 * operating-system Reference:: Detail of operating-system declarations.
230 * File Systems:: Configuring file system mounts.
231 * Mapped Devices:: Block device extra processing.
232 * User Accounts:: Specifying user accounts.
233 * Locales:: Language and cultural convention settings.
234 * Services:: Specifying system services.
235 * Setuid Programs:: Programs running with root privileges.
236 * X.509 Certificates:: Authenticating HTTPS servers.
237 * Name Service Switch:: Configuring libc's name service switch.
238 * Initial RAM Disk:: Linux-Libre bootstrapping.
239 * Bootloader Configuration:: Configuring the boot loader.
240 * Invoking guix system:: Instantiating a system configuration.
241 * Running GuixSD in a VM:: How to run GuixSD in a virtual machine.
242 * Defining Services:: Adding new service definitions.
243
244 Services
245
246 * Base Services:: Essential system services.
247 * Scheduled Job Execution:: The mcron service.
248 * Log Rotation:: The rottlog service.
249 * Networking Services:: Network setup, SSH daemon, etc.
250 * X Window:: Graphical display.
251 * Printing Services:: Local and remote printer support.
252 * Desktop Services:: D-Bus and desktop services.
253 * Sound Services:: ALSA and Pulseaudio services.
254 * Database Services:: SQL databases, key-value stores, etc.
255 * Mail Services:: IMAP, POP3, SMTP, and all that.
256 * Messaging Services:: Messaging services.
257 * Telephony Services:: Telephony services.
258 * Monitoring Services:: Monitoring services.
259 * Kerberos Services:: Kerberos services.
260 * Web Services:: Web servers.
261 * Certificate Services:: TLS certificates via Let's Encrypt.
262 * DNS Services:: DNS daemons.
263 * VPN Services:: VPN daemons.
264 * Network File System:: NFS related services.
265 * Continuous Integration:: The Cuirass service.
266 * Power Management Services:: Extending battery life.
267 * Audio Services:: The MPD.
268 * Virtualization Services:: Virtualization services.
269 * Version Control Services:: Providing remote access to Git repositories.
270 * Game Services:: Game servers.
271 * Miscellaneous Services:: Other services.
272
273 Defining Services
274
275 * Service Composition:: The model for composing services.
276 * Service Types and Services:: Types and services.
277 * Service Reference:: API reference.
278 * Shepherd Services:: A particular type of service.
279
280 Packaging Guidelines
281
282 * Software Freedom:: What may go into the distribution.
283 * Package Naming:: What's in a name?
284 * Version Numbers:: When the name is not enough.
285 * Synopses and Descriptions:: Helping users find the right package.
286 * Python Modules:: A touch of British comedy.
287 * Perl Modules:: Little pearls.
288 * Java Packages:: Coffee break.
289 * Fonts:: Fond of fonts.
290
291 Contributing
292
293 * Building from Git:: The latest and greatest.
294 * Running Guix Before It Is Installed:: Hacker tricks.
295 * The Perfect Setup:: The right tools.
296 * Coding Style:: Hygiene of the contributor.
297 * Submitting Patches:: Share your work.
298
299 Coding Style
300
301 * Programming Paradigm:: How to compose your elements.
302 * Modules:: Where to store your code?
303 * Data Types and Pattern Matching:: Implementing data structures.
304 * Formatting Code:: Writing conventions.
305
306 @end detailmenu
307 @end menu
308
309 @c *********************************************************************
310 @node Introduction
311 @chapter Introduction
312
313 @cindex purpose
314 GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
315 using the international phonetic alphabet (IPA).} is a package
316 management tool for the GNU system. Guix makes it easy for unprivileged
317 users to install, upgrade, or remove packages, to roll back to a
318 previous package set, to build packages from source, and generally
319 assists with the creation and maintenance of software environments.
320
321 @cindex user interfaces
322 Guix provides a command-line package management interface
323 (@pxref{Invoking guix package}), a set of command-line utilities
324 (@pxref{Utilities}), as well as Scheme programming interfaces
325 (@pxref{Programming Interface}).
326 @cindex build daemon
327 Its @dfn{build daemon} is responsible for building packages on behalf of
328 users (@pxref{Setting Up the Daemon}) and for downloading pre-built
329 binaries from authorized sources (@pxref{Substitutes}).
330
331 @cindex extensibility of the distribution
332 @cindex customization, of packages
333 Guix includes package definitions for many GNU and non-GNU packages, all
334 of which @uref{https://www.gnu.org/philosophy/free-sw.html, respect the
335 user's computing freedom}. It is @emph{extensible}: users can write
336 their own package definitions (@pxref{Defining Packages}) and make them
337 available as independent package modules (@pxref{Package Modules}). It
338 is also @emph{customizable}: users can @emph{derive} specialized package
339 definitions from existing ones, including from the command line
340 (@pxref{Package Transformation Options}).
341
342 @cindex Guix System Distribution
343 @cindex GuixSD
344 You can install GNU@tie{}Guix on top of an existing GNU/Linux system
345 where it complements the available tools without interference
346 (@pxref{Installation}), or you can use it as part of the standalone
347 @dfn{Guix System Distribution} or GuixSD (@pxref{GNU Distribution}).
348 With GNU@tie{}GuixSD, you @emph{declare} all aspects of the operating
349 system configuration and Guix takes care of instantiating the
350 configuration in a transactional, reproducible, and stateless fashion
351 (@pxref{System Configuration}).
352
353 @cindex functional package management
354 Under the hood, Guix implements the @dfn{functional package management}
355 discipline pioneered by Nix (@pxref{Acknowledgments}).
356 In Guix, the package build and installation process is seen
357 as a @emph{function}, in the mathematical sense. That function takes inputs,
358 such as build scripts, a compiler, and libraries, and
359 returns an installed package. As a pure function, its result depends
360 solely on its inputs---for instance, it cannot refer to software or
361 scripts that were not explicitly passed as inputs. A build function
362 always produces the same result when passed a given set of inputs. It
363 cannot alter the environment of the running system in
364 any way; for instance, it cannot create, modify, or delete files outside
365 of its build and installation directories. This is achieved by running
366 build processes in isolated environments (or @dfn{containers}), where only their
367 explicit inputs are visible.
368
369 @cindex store
370 The result of package build functions is @dfn{cached} in the file
371 system, in a special directory called @dfn{the store} (@pxref{The
372 Store}). Each package is installed in a directory of its own in the
373 store---by default under @file{/gnu/store}. The directory name contains
374 a hash of all the inputs used to build that package; thus, changing an
375 input yields a different directory name.
376
377 This approach is the foundation for the salient features of Guix: support
378 for transactional package upgrade and rollback, per-user installation, and
379 garbage collection of packages (@pxref{Features}).
380
381
382 @c *********************************************************************
383 @node Installation
384 @chapter Installation
385
386 @cindex installing Guix
387 GNU Guix is available for download from its website at
388 @url{http://www.gnu.org/software/guix/}. This section describes the
389 software requirements of Guix, as well as how to install it and get
390 ready to use it.
391
392 Note that this section is concerned with the installation of the package
393 manager, which can be done on top of a running GNU/Linux system. If,
394 instead, you want to install the complete GNU operating system,
395 @pxref{System Installation}.
396
397 @cindex foreign distro
398 When installed on a running GNU/Linux system---thereafter called a
399 @dfn{foreign distro}---GNU@tie{}Guix complements the available tools
400 without interference. Its data lives exclusively in two directories,
401 usually @file{/gnu/store} and @file{/var/guix}; other files on your
402 system, such as @file{/etc}, are left untouched.
403
404 Once installed, Guix can be updated by running @command{guix pull}
405 (@pxref{Invoking guix pull}).
406
407 @menu
408 * Binary Installation:: Getting Guix running in no time!
409 * Requirements:: Software needed to build and run Guix.
410 * Running the Test Suite:: Testing Guix.
411 * Setting Up the Daemon:: Preparing the build daemon's environment.
412 * Invoking guix-daemon:: Running the build daemon.
413 * Application Setup:: Application-specific setup.
414 @end menu
415
416 @node Binary Installation
417 @section Binary Installation
418
419 @cindex installing Guix from binaries
420 This section describes how to install Guix on an arbitrary system from a
421 self-contained tarball providing binaries for Guix and for all its
422 dependencies. This is often quicker than installing from source, which
423 is described in the next sections. The only requirement is to have
424 GNU@tie{}tar and Xz.
425
426 We provide a
427 @uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh,
428 shell installer script}, which automates the download, installation, and
429 initial configuration of Guix. It should be run as the root user.
430
431 Installing goes along these lines:
432
433 @enumerate
434 @item
435 @cindex downloading Guix binary
436 Download the binary tarball from
437 @indicateurl{https://alpha.gnu.org/gnu/guix/guix-binary-@value{VERSION}.@var{system}.tar.xz},
438 where @var{system} is @code{x86_64-linux} for an @code{x86_64} machine
439 already running the kernel Linux, and so on.
440
441 @c The following is somewhat duplicated in ``System Installation''.
442 Make sure to download the associated @file{.sig} file and to verify the
443 authenticity of the tarball against it, along these lines:
444
445 @example
446 $ wget https://alpha.gnu.org/gnu/guix/guix-binary-@value{VERSION}.@var{system}.tar.xz.sig
447 $ gpg --verify guix-binary-@value{VERSION}.@var{system}.tar.xz.sig
448 @end example
449
450 If that command fails because you do not have the required public key,
451 then run this command to import it:
452
453 @example
454 $ gpg --keyserver pgp.mit.edu --recv-keys @value{OPENPGP-SIGNING-KEY-ID}
455 @end example
456
457 @noindent
458 and rerun the @code{gpg --verify} command.
459 @c end authentication part
460
461 @item
462 Now, you need to become the @code{root} user. Depending on your distribution,
463 you may have to run @code{su -} or @code{sudo -i}. As @code{root}, run:
464
465 @example
466 # cd /tmp
467 # tar --warning=no-timestamp -xf \
468 guix-binary-@value{VERSION}.@var{system}.tar.xz
469 # mv var/guix /var/ && mv gnu /
470 @end example
471
472 This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.
473 The latter contains a ready-to-use profile for @code{root} (see next
474 step.)
475
476 Do @emph{not} unpack the tarball on a working Guix system since that
477 would overwrite its own essential files.
478
479 The @code{--warning=no-timestamp} option makes sure GNU@tie{}tar does
480 not emit warnings about ``implausibly old time stamps'' (such
481 warnings were triggered by GNU@tie{}tar 1.26 and older; recent
482 versions are fine.)
483 They stem from the fact that all the
484 files in the archive have their modification time set to zero (which
485 means January 1st, 1970.) This is done on purpose to make sure the
486 archive content is independent of its creation time, thus making it
487 reproducible.
488
489 @item
490 Make @code{root}'s profile available under @file{~root/.guix-profile}:
491
492 @example
493 # ln -sf /var/guix/profiles/per-user/root/guix-profile \
494 ~root/.guix-profile
495 @end example
496
497 Source @file{etc/profile} to augment @code{PATH} and other relevant
498 environment variables:
499
500 @example
501 # GUIX_PROFILE="`echo ~root`/.guix-profile" ; \
502 source $GUIX_PROFILE/etc/profile
503 @end example
504
505 @item
506 Create the group and user accounts for build users as explained below
507 (@pxref{Build Environment Setup}).
508
509 @item
510 Run the daemon, and set it to automatically start on boot.
511
512 If your host distro uses the systemd init system, this can be achieved
513 with these commands:
514
515 @c Versions of systemd that supported symlinked service files are not
516 @c yet widely deployed, so we should suggest that users copy the service
517 @c files into place.
518 @c
519 @c See this thread for more information:
520 @c http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
521
522 @example
523 # cp ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
524 /etc/systemd/system/
525 # systemctl start guix-daemon && systemctl enable guix-daemon
526 @end example
527
528 If your host distro uses the Upstart init system:
529
530 @example
531 # initctl reload-configuration
532 # cp ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
533 # start guix-daemon
534 @end example
535
536 Otherwise, you can still start the daemon manually with:
537
538 @example
539 # ~root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild
540 @end example
541
542 @item
543 Make the @command{guix} command available to other users on the machine,
544 for instance with:
545
546 @example
547 # mkdir -p /usr/local/bin
548 # cd /usr/local/bin
549 # ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
550 @end example
551
552 It is also a good idea to make the Info version of this manual available
553 there:
554
555 @example
556 # mkdir -p /usr/local/share/info
557 # cd /usr/local/share/info
558 # for i in /var/guix/profiles/per-user/root/guix-profile/share/info/* ;
559 do ln -s $i ; done
560 @end example
561
562 That way, assuming @file{/usr/local/share/info} is in the search path,
563 running @command{info guix} will open this manual (@pxref{Other Info
564 Directories,,, texinfo, GNU Texinfo}, for more details on changing the
565 Info search path.)
566
567 @item
568 @cindex substitutes, authorization thereof
569 To use substitutes from @code{hydra.gnu.org} or one of its mirrors
570 (@pxref{Substitutes}), authorize them:
571
572 @example
573 # guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.org.pub
574 @end example
575
576 @item
577 Each user may need to perform a few additional steps to make their Guix
578 environment ready for use, @pxref{Application Setup}.
579 @end enumerate
580
581 Voilà, the installation is complete!
582
583 You can confirm that Guix is working by installing a sample package into
584 the root profile:
585
586 @example
587 # guix package -i hello
588 @end example
589
590 The @code{guix} package must remain available in @code{root}'s profile,
591 or it would become subject to garbage collection---in which case you
592 would find yourself badly handicapped by the lack of the @command{guix}
593 command. In other words, do not remove @code{guix} by running
594 @code{guix package -r guix}.
595
596 The binary installation tarball can be (re)produced and verified simply
597 by running the following command in the Guix source tree:
598
599 @example
600 make guix-binary.@var{system}.tar.xz
601 @end example
602
603 @noindent
604 ... which, in turn, runs:
605
606 @example
607 guix pack -s @var{system} --localstatedir guix
608 @end example
609
610 @xref{Invoking guix pack}, for more info on this handy tool.
611
612 @node Requirements
613 @section Requirements
614
615 This section lists requirements when building Guix from source. The
616 build procedure for Guix is the same as for other GNU software, and is
617 not covered here. Please see the files @file{README} and @file{INSTALL}
618 in the Guix source tree for additional details.
619
620 GNU Guix depends on the following packages:
621
622 @itemize
623 @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.13 or
624 later, including 2.2.x;
625 @item @url{https://notabug.org/cwebber/guile-gcrypt, Guile-Gcrypt}, version
626 0.1.0 or later;
627 @item
628 @uref{http://gnutls.org/, GnuTLS}, specifically its Guile bindings
629 (@pxref{Guile Preparations, how to install the GnuTLS bindings for
630 Guile,, gnutls-guile, GnuTLS-Guile});
631 @item
632 @uref{https://notabug.org/civodul/guile-sqlite3, Guile-SQLite3}, version 0.1.0
633 or later;
634 @item
635 @c FIXME: Specify a version number once a release has been made.
636 @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August
637 2017 or later;
638 @item @url{http://zlib.net, zlib};
639 @item @url{http://www.gnu.org/software/make/, GNU Make}.
640 @end itemize
641
642 The following dependencies are optional:
643
644 @itemize
645 @item
646 Installing
647 @url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will
648 allow you to use the @command{guix import pypi} command (@pxref{Invoking
649 guix import}). It is of
650 interest primarily for developers and not for casual users.
651
652 @item
653 @c Note: We need at least 0.10.2 for 'channel-send-eof'.
654 Support for build offloading (@pxref{Daemon Offload Setup}) and
655 @command{guix copy} (@pxref{Invoking guix copy}) depends on
656 @uref{https://github.com/artyom-poptsov/guile-ssh, Guile-SSH},
657 version 0.10.2 or later.
658
659 @item
660 When @url{http://www.bzip.org, libbz2} is available,
661 @command{guix-daemon} can use it to compress build logs.
662 @end itemize
663
664 Unless @code{--disable-daemon} was passed to @command{configure}, the
665 following packages are also needed:
666
667 @itemize
668 @item @url{http://gnupg.org/, GNU libgcrypt};
669 @item @url{http://sqlite.org, SQLite 3};
670 @item @url{http://gcc.gnu.org, GCC's g++}, with support for the
671 C++11 standard.
672 @end itemize
673
674 @cindex state directory
675 When configuring Guix on a system that already has a Guix installation,
676 be sure to specify the same state directory as the existing installation
677 using the @code{--localstatedir} option of the @command{configure}
678 script (@pxref{Directory Variables, @code{localstatedir},, standards,
679 GNU Coding Standards}). The @command{configure} script protects against
680 unintended misconfiguration of @var{localstatedir} so you do not
681 inadvertently corrupt your store (@pxref{The Store}).
682
683 @cindex Nix, compatibility
684 When a working installation of @url{http://nixos.org/nix/, the Nix package
685 manager} is available, you
686 can instead configure Guix with @code{--disable-daemon}. In that case,
687 Nix replaces the three dependencies above.
688
689 Guix is compatible with Nix, so it is possible to share the same store
690 between both. To do so, you must pass @command{configure} not only the
691 same @code{--with-store-dir} value, but also the same
692 @code{--localstatedir} value. The latter is essential because it
693 specifies where the database that stores metadata about the store is
694 located, among other things. The default values for Nix are
695 @code{--with-store-dir=/nix/store} and @code{--localstatedir=/nix/var}.
696 Note that @code{--disable-daemon} is not required if
697 your goal is to share the store with Nix.
698
699 @node Running the Test Suite
700 @section Running the Test Suite
701
702 @cindex test suite
703 After a successful @command{configure} and @code{make} run, it is a good
704 idea to run the test suite. It can help catch issues with the setup or
705 environment, or bugs in Guix itself---and really, reporting test
706 failures is a good way to help improve the software. To run the test
707 suite, type:
708
709 @example
710 make check
711 @end example
712
713 Test cases can run in parallel: you can use the @code{-j} option of
714 GNU@tie{}make to speed things up. The first run may take a few minutes
715 on a recent machine; subsequent runs will be faster because the store
716 that is created for test purposes will already have various things in
717 cache.
718
719 It is also possible to run a subset of the tests by defining the
720 @code{TESTS} makefile variable as in this example:
721
722 @example
723 make check TESTS="tests/store.scm tests/cpio.scm"
724 @end example
725
726 By default, tests results are displayed at a file level. In order to
727 see the details of every individual test cases, it is possible to define
728 the @code{SCM_LOG_DRIVER_FLAGS} makefile variable as in this example:
729
730 @example
731 make check TESTS="tests/base64.scm" SCM_LOG_DRIVER_FLAGS="--brief=no"
732 @end example
733
734 Upon failure, please email @email{bug-guix@@gnu.org} and attach the
735 @file{test-suite.log} file. Please specify the Guix version being used
736 as well as version numbers of the dependencies (@pxref{Requirements}) in
737 your message.
738
739 Guix also comes with a whole-system test suite that tests complete
740 GuixSD operating system instances. It can only run on systems where
741 Guix is already installed, using:
742
743 @example
744 make check-system
745 @end example
746
747 @noindent
748 or, again, by defining @code{TESTS} to select a subset of tests to run:
749
750 @example
751 make check-system TESTS="basic mcron"
752 @end example
753
754 These system tests are defined in the @code{(gnu tests @dots{})}
755 modules. They work by running the operating systems under test with
756 lightweight instrumentation in a virtual machine (VM). They can be
757 computationally intensive or rather cheap, depending on whether
758 substitutes are available for their dependencies (@pxref{Substitutes}).
759 Some of them require a lot of storage space to hold VM images.
760
761 Again in case of test failures, please send @email{bug-guix@@gnu.org}
762 all the details.
763
764 @node Setting Up the Daemon
765 @section Setting Up the Daemon
766
767 @cindex daemon
768 Operations such as building a package or running the garbage collector
769 are all performed by a specialized process, the @dfn{build daemon}, on
770 behalf of clients. Only the daemon may access the store and its
771 associated database. Thus, any operation that manipulates the store
772 goes through the daemon. For instance, command-line tools such as
773 @command{guix package} and @command{guix build} communicate with the
774 daemon (@i{via} remote procedure calls) to instruct it what to do.
775
776 The following sections explain how to prepare the build daemon's
777 environment. See also @ref{Substitutes}, for information on how to allow
778 the daemon to download pre-built binaries.
779
780 @menu
781 * Build Environment Setup:: Preparing the isolated build environment.
782 * Daemon Offload Setup:: Offloading builds to remote machines.
783 * SELinux Support:: Using an SELinux policy for the daemon.
784 @end menu
785
786 @node Build Environment Setup
787 @subsection Build Environment Setup
788
789 @cindex build environment
790 In a standard multi-user setup, Guix and its daemon---the
791 @command{guix-daemon} program---are installed by the system
792 administrator; @file{/gnu/store} is owned by @code{root} and
793 @command{guix-daemon} runs as @code{root}. Unprivileged users may use
794 Guix tools to build packages or otherwise access the store, and the
795 daemon will do it on their behalf, ensuring that the store is kept in a
796 consistent state, and allowing built packages to be shared among users.
797
798 @cindex build users
799 When @command{guix-daemon} runs as @code{root}, you may not want package
800 build processes themselves to run as @code{root} too, for obvious
801 security reasons. To avoid that, a special pool of @dfn{build users}
802 should be created for use by build processes started by the daemon.
803 These build users need not have a shell and a home directory: they will
804 just be used when the daemon drops @code{root} privileges in build
805 processes. Having several such users allows the daemon to launch
806 distinct build processes under separate UIDs, which guarantees that they
807 do not interfere with each other---an essential feature since builds are
808 regarded as pure functions (@pxref{Introduction}).
809
810 On a GNU/Linux system, a build user pool may be created like this (using
811 Bash syntax and the @code{shadow} commands):
812
813 @c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html
814 @c for why `-G' is needed.
815 @example
816 # groupadd --system guixbuild
817 # for i in `seq -w 1 10`;
818 do
819 useradd -g guixbuild -G guixbuild \
820 -d /var/empty -s `which nologin` \
821 -c "Guix build user $i" --system \
822 guixbuilder$i;
823 done
824 @end example
825
826 @noindent
827 The number of build users determines how many build jobs may run in
828 parallel, as specified by the @option{--max-jobs} option
829 (@pxref{Invoking guix-daemon, @option{--max-jobs}}). To use
830 @command{guix system vm} and related commands, you may need to add the
831 build users to the @code{kvm} group so they can access @file{/dev/kvm},
832 using @code{-G guixbuild,kvm} instead of @code{-G guixbuild}
833 (@pxref{Invoking guix system}).
834
835 The @code{guix-daemon} program may then be run as @code{root} with the
836 following command@footnote{If your machine uses the systemd init system,
837 dropping the @file{@var{prefix}/lib/systemd/system/guix-daemon.service}
838 file in @file{/etc/systemd/system} will ensure that
839 @command{guix-daemon} is automatically started. Similarly, if your
840 machine uses the Upstart init system, drop the
841 @file{@var{prefix}/lib/upstart/system/guix-daemon.conf}
842 file in @file{/etc/init}.}:
843
844 @example
845 # guix-daemon --build-users-group=guixbuild
846 @end example
847
848 @cindex chroot
849 @noindent
850 This way, the daemon starts build processes in a chroot, under one of
851 the @code{guixbuilder} users. On GNU/Linux, by default, the chroot
852 environment contains nothing but:
853
854 @c Keep this list in sync with libstore/build.cc! -----------------------
855 @itemize
856 @item
857 a minimal @code{/dev} directory, created mostly independently from the
858 host @code{/dev}@footnote{``Mostly'', because while the set of files
859 that appear in the chroot's @code{/dev} is fixed, most of these files
860 can only be created if the host has them.};
861
862 @item
863 the @code{/proc} directory; it only shows the processes of the container
864 since a separate PID name space is used;
865
866 @item
867 @file{/etc/passwd} with an entry for the current user and an entry for
868 user @file{nobody};
869
870 @item
871 @file{/etc/group} with an entry for the user's group;
872
873 @item
874 @file{/etc/hosts} with an entry that maps @code{localhost} to
875 @code{127.0.0.1};
876
877 @item
878 a writable @file{/tmp} directory.
879 @end itemize
880
881 You can influence the directory where the daemon stores build trees
882 @i{via} the @code{TMPDIR} environment variable. However, the build tree
883 within the chroot is always called @file{/tmp/guix-build-@var{name}.drv-0},
884 where @var{name} is the derivation name---e.g., @code{coreutils-8.24}.
885 This way, the value of @code{TMPDIR} does not leak inside build
886 environments, which avoids discrepancies in cases where build processes
887 capture the name of their build tree.
888
889 @vindex http_proxy
890 The daemon also honors the @code{http_proxy} environment variable for
891 HTTP downloads it performs, be it for fixed-output derivations
892 (@pxref{Derivations}) or for substitutes (@pxref{Substitutes}).
893
894 If you are installing Guix as an unprivileged user, it is still possible
895 to run @command{guix-daemon} provided you pass @code{--disable-chroot}.
896 However, build processes will not be isolated from one another, and not
897 from the rest of the system. Thus, build processes may interfere with
898 each other, and may access programs, libraries, and other files
899 available on the system---making it much harder to view them as
900 @emph{pure} functions.
901
902
903 @node Daemon Offload Setup
904 @subsection Using the Offload Facility
905
906 @cindex offloading
907 @cindex build hook
908 When desired, the build daemon can @dfn{offload} derivation builds to
909 other machines running Guix, using the @code{offload} @dfn{build
910 hook}@footnote{This feature is available only when
911 @uref{https://github.com/artyom-poptsov/guile-ssh, Guile-SSH} is
912 present.}. When that
913 feature is enabled, a list of user-specified build machines is read from
914 @file{/etc/guix/machines.scm}; every time a build is requested, for
915 instance via @code{guix build}, the daemon attempts to offload it to one
916 of the machines that satisfy the constraints of the derivation, in
917 particular its system type---e.g., @file{x86_64-linux}. Missing
918 prerequisites for the build are copied over SSH to the target machine,
919 which then proceeds with the build; upon success the output(s) of the
920 build are copied back to the initial machine.
921
922 The @file{/etc/guix/machines.scm} file typically looks like this:
923
924 @example
925 (list (build-machine
926 (name "eightysix.example.org")
927 (system "x86_64-linux")
928 (host-key "ssh-ed25519 AAAAC3Nza@dots{}")
929 (user "bob")
930 (speed 2.)) ;incredibly fast!
931
932 (build-machine
933 (name "meeps.example.org")
934 (system "mips64el-linux")
935 (host-key "ssh-rsa AAAAB3Nza@dots{}")
936 (user "alice")
937 (private-key
938 (string-append (getenv "HOME")
939 "/.ssh/identity-for-guix"))))
940 @end example
941
942 @noindent
943 In the example above we specify a list of two build machines, one for
944 the @code{x86_64} architecture and one for the @code{mips64el}
945 architecture.
946
947 In fact, this file is---not surprisingly!---a Scheme file that is
948 evaluated when the @code{offload} hook is started. Its return value
949 must be a list of @code{build-machine} objects. While this example
950 shows a fixed list of build machines, one could imagine, say, using
951 DNS-SD to return a list of potential build machines discovered in the
952 local network (@pxref{Introduction, Guile-Avahi,, guile-avahi, Using
953 Avahi in Guile Scheme Programs}). The @code{build-machine} data type is
954 detailed below.
955
956 @deftp {Data Type} build-machine
957 This data type represents build machines to which the daemon may offload
958 builds. The important fields are:
959
960 @table @code
961
962 @item name
963 The host name of the remote machine.
964
965 @item system
966 The system type of the remote machine---e.g., @code{"x86_64-linux"}.
967
968 @item user
969 The user account to use when connecting to the remote machine over SSH.
970 Note that the SSH key pair must @emph{not} be passphrase-protected, to
971 allow non-interactive logins.
972
973 @item host-key
974 This must be the machine's SSH @dfn{public host key} in OpenSSH format.
975 This is used to authenticate the machine when we connect to it. It is a
976 long string that looks like this:
977
978 @example
979 ssh-ed25519 AAAAC3NzaC@dots{}mde+UhL hint@@example.org
980 @end example
981
982 If the machine is running the OpenSSH daemon, @command{sshd}, the host
983 key can be found in a file such as
984 @file{/etc/ssh/ssh_host_ed25519_key.pub}.
985
986 If the machine is running the SSH daemon of GNU@tie{}lsh,
987 @command{lshd}, the host key is in @file{/etc/lsh/host-key.pub} or a
988 similar file. It can be converted to the OpenSSH format using
989 @command{lsh-export-key} (@pxref{Converting keys,,, lsh, LSH Manual}):
990
991 @example
992 $ lsh-export-key --openssh < /etc/lsh/host-key.pub
993 ssh-rsa AAAAB3NzaC1yc2EAAAAEOp8FoQAAAQEAs1eB46LV@dots{}
994 @end example
995
996 @end table
997
998 A number of optional fields may be specified:
999
1000 @table @asis
1001
1002 @item @code{port} (default: @code{22})
1003 Port number of SSH server on the machine.
1004
1005 @item @code{private-key} (default: @file{~root/.ssh/id_rsa})
1006 The SSH private key file to use when connecting to the machine, in
1007 OpenSSH format. This key must not be protected with a passphrase.
1008
1009 Note that the default value is the private key @emph{of the root
1010 account}. Make sure it exists if you use the default.
1011
1012 @item @code{compression} (default: @code{"zlib@@openssh.com,zlib"})
1013 @itemx @code{compression-level} (default: @code{3})
1014 The SSH-level compression methods and compression level requested.
1015
1016 Note that offloading relies on SSH compression to reduce bandwidth usage
1017 when transferring files to and from build machines.
1018
1019 @item @code{daemon-socket} (default: @code{"/var/guix/daemon-socket/socket"})
1020 File name of the Unix-domain socket @command{guix-daemon} is listening
1021 to on that machine.
1022
1023 @item @code{parallel-builds} (default: @code{1})
1024 The number of builds that may run in parallel on the machine.
1025
1026 @item @code{speed} (default: @code{1.0})
1027 A ``relative speed factor''. The offload scheduler will tend to prefer
1028 machines with a higher speed factor.
1029
1030 @item @code{features} (default: @code{'()})
1031 A list of strings denoting specific features supported by the machine.
1032 An example is @code{"kvm"} for machines that have the KVM Linux modules
1033 and corresponding hardware support. Derivations can request features by
1034 name, and they will be scheduled on matching build machines.
1035
1036 @end table
1037 @end deftp
1038
1039 The @code{guile} command must be in the search path on the build
1040 machines. In addition, the Guix modules must be in
1041 @code{$GUILE_LOAD_PATH} on the build machine---you can check whether
1042 this is the case by running:
1043
1044 @example
1045 ssh build-machine guile -c "'(use-modules (guix config))'"
1046 @end example
1047
1048 There is one last thing to do once @file{machines.scm} is in place. As
1049 explained above, when offloading, files are transferred back and forth
1050 between the machine stores. For this to work, you first need to
1051 generate a key pair on each machine to allow the daemon to export signed
1052 archives of files from the store (@pxref{Invoking guix archive}):
1053
1054 @example
1055 # guix archive --generate-key
1056 @end example
1057
1058 @noindent
1059 Each build machine must authorize the key of the master machine so that
1060 it accepts store items it receives from the master:
1061
1062 @example
1063 # guix archive --authorize < master-public-key.txt
1064 @end example
1065
1066 @noindent
1067 Likewise, the master machine must authorize the key of each build machine.
1068
1069 All the fuss with keys is here to express pairwise mutual trust
1070 relations between the master and the build machines. Concretely, when
1071 the master receives files from a build machine (and @i{vice versa}), its
1072 build daemon can make sure they are genuine, have not been tampered
1073 with, and that they are signed by an authorized key.
1074
1075 @cindex offload test
1076 To test whether your setup is operational, run this command on the
1077 master node:
1078
1079 @example
1080 # guix offload test
1081 @end example
1082
1083 This will attempt to connect to each of the build machines specified in
1084 @file{/etc/guix/machines.scm}, make sure Guile and the Guix modules are
1085 available on each machine, attempt to export to the machine and import
1086 from it, and report any error in the process.
1087
1088 If you want to test a different machine file, just specify it on the
1089 command line:
1090
1091 @example
1092 # guix offload test machines-qualif.scm
1093 @end example
1094
1095 Last, you can test the subset of the machines whose name matches a
1096 regular expression like this:
1097
1098 @example
1099 # guix offload test machines.scm '\.gnu\.org$'
1100 @end example
1101
1102 @cindex offload status
1103 To display the current load of all build hosts, run this command on the
1104 main node:
1105
1106 @example
1107 # guix offload status
1108 @end example
1109
1110
1111 @node SELinux Support
1112 @subsection SELinux Support
1113
1114 @cindex SELinux, daemon policy
1115 @cindex mandatory access control, SELinux
1116 @cindex security, guix-daemon
1117 Guix includes an SELinux policy file at @file{etc/guix-daemon.cil} that
1118 can be installed on a system where SELinux is enabled, in order to label
1119 Guix files and to specify the expected behavior of the daemon. Since
1120 GuixSD does not provide an SELinux base policy, the daemon policy cannot
1121 be used on GuixSD.
1122
1123 @subsubsection Installing the SELinux policy
1124 @cindex SELinux, policy installation
1125 To install the policy run this command as root:
1126
1127 @example
1128 semodule -i etc/guix-daemon.cil
1129 @end example
1130
1131 Then relabel the file system with @code{restorecon} or by a different
1132 mechanism provided by your system.
1133
1134 Once the policy is installed, the file system has been relabeled, and
1135 the daemon has been restarted, it should be running in the
1136 @code{guix_daemon_t} context. You can confirm this with the following
1137 command:
1138
1139 @example
1140 ps -Zax | grep guix-daemon
1141 @end example
1142
1143 Monitor the SELinux log files as you run a command like @code{guix build
1144 hello} to convince yourself that SELinux permits all necessary
1145 operations.
1146
1147 @subsubsection Limitations
1148 @cindex SELinux, limitations
1149
1150 This policy is not perfect. Here is a list of limitations or quirks
1151 that should be considered when deploying the provided SELinux policy for
1152 the Guix daemon.
1153
1154 @enumerate
1155 @item
1156 @code{guix_daemon_socket_t} isn’t actually used. None of the socket
1157 operations involve contexts that have anything to do with
1158 @code{guix_daemon_socket_t}. It doesn’t hurt to have this unused label,
1159 but it would be preferrable to define socket rules for only this label.
1160
1161 @item
1162 @code{guix gc} cannot access arbitrary links to profiles. By design,
1163 the file label of the destination of a symlink is independent of the
1164 file label of the link itself. Although all profiles under
1165 $localstatedir are labelled, the links to these profiles inherit the
1166 label of the directory they are in. For links in the user’s home
1167 directory this will be @code{user_home_t}. But for links from the root
1168 user’s home directory, or @file{/tmp}, or the HTTP server’s working
1169 directory, etc, this won’t work. @code{guix gc} would be prevented from
1170 reading and following these links.
1171
1172 @item
1173 The daemon’s feature to listen for TCP connections might no longer work.
1174 This might require extra rules, because SELinux treats network sockets
1175 differently from files.
1176
1177 @item
1178 Currently all files with a name matching the regular expression
1179 @code{/gnu/store/.+-(guix-.+|profile)/bin/guix-daemon} are assigned the
1180 label @code{guix_daemon_exec_t}; this means that @emph{any} file with
1181 that name in any profile would be permitted to run in the
1182 @code{guix_daemon_t} domain. This is not ideal. An attacker could
1183 build a package that provides this executable and convince a user to
1184 install and run it, which lifts it into the @code{guix_daemon_t} domain.
1185 At that point SELinux could not prevent it from accessing files that are
1186 allowed for processes in that domain.
1187
1188 We could generate a much more restrictive policy at installation time,
1189 so that only the @emph{exact} file name of the currently installed
1190 @code{guix-daemon} executable would be labelled with
1191 @code{guix_daemon_exec_t}, instead of using a broad regular expression.
1192 The downside is that root would have to install or upgrade the policy at
1193 installation time whenever the Guix package that provides the
1194 effectively running @code{guix-daemon} executable is upgraded.
1195 @end enumerate
1196
1197 @node Invoking guix-daemon
1198 @section Invoking @command{guix-daemon}
1199
1200 The @command{guix-daemon} program implements all the functionality to
1201 access the store. This includes launching build processes, running the
1202 garbage collector, querying the availability of a build result, etc. It
1203 is normally run as @code{root} like this:
1204
1205 @example
1206 # guix-daemon --build-users-group=guixbuild
1207 @end example
1208
1209 @noindent
1210 For details on how to set it up, @pxref{Setting Up the Daemon}.
1211
1212 @cindex chroot
1213 @cindex container, build environment
1214 @cindex build environment
1215 @cindex reproducible builds
1216 By default, @command{guix-daemon} launches build processes under
1217 different UIDs, taken from the build group specified with
1218 @code{--build-users-group}. In addition, each build process is run in a
1219 chroot environment that only contains the subset of the store that the
1220 build process depends on, as specified by its derivation
1221 (@pxref{Programming Interface, derivation}), plus a set of specific
1222 system directories. By default, the latter contains @file{/dev} and
1223 @file{/dev/pts}. Furthermore, on GNU/Linux, the build environment is a
1224 @dfn{container}: in addition to having its own file system tree, it has
1225 a separate mount name space, its own PID name space, network name space,
1226 etc. This helps achieve reproducible builds (@pxref{Features}).
1227
1228 When the daemon performs a build on behalf of the user, it creates a
1229 build directory under @file{/tmp} or under the directory specified by
1230 its @code{TMPDIR} environment variable; this directory is shared with
1231 the container for the duration of the build. Be aware that using a
1232 directory other than @file{/tmp} can affect build results---for example,
1233 with a longer directory name, a build process that uses Unix-domain
1234 sockets might hit the name length limitation for @code{sun_path}, which
1235 it would otherwise not hit.
1236
1237 The build directory is automatically deleted upon completion, unless the
1238 build failed and the client specified @option{--keep-failed}
1239 (@pxref{Invoking guix build, @option{--keep-failed}}).
1240
1241 The following command-line options are supported:
1242
1243 @table @code
1244 @item --build-users-group=@var{group}
1245 Take users from @var{group} to run build processes (@pxref{Setting Up
1246 the Daemon, build users}).
1247
1248 @item --no-substitutes
1249 @cindex substitutes
1250 Do not use substitutes for build products. That is, always build things
1251 locally instead of allowing downloads of pre-built binaries
1252 (@pxref{Substitutes}).
1253
1254 When the daemon runs with @code{--no-substitutes}, clients can still
1255 explicitly enable substitution @i{via} the @code{set-build-options}
1256 remote procedure call (@pxref{The Store}).
1257
1258 @item --substitute-urls=@var{urls}
1259 @anchor{daemon-substitute-urls}
1260 Consider @var{urls} the default whitespace-separated list of substitute
1261 source URLs. When this option is omitted,
1262 @indicateurl{https://mirror.hydra.gnu.org https://hydra.gnu.org} is used
1263 (@code{mirror.hydra.gnu.org} is a mirror of @code{hydra.gnu.org}).
1264
1265 This means that substitutes may be downloaded from @var{urls}, as long
1266 as they are signed by a trusted signature (@pxref{Substitutes}).
1267
1268 @cindex build hook
1269 @item --no-build-hook
1270 Do not use the @dfn{build hook}.
1271
1272 The build hook is a helper program that the daemon can start and to
1273 which it submits build requests. This mechanism is used to offload
1274 builds to other machines (@pxref{Daemon Offload Setup}).
1275
1276 @item --cache-failures
1277 Cache build failures. By default, only successful builds are cached.
1278
1279 When this option is used, @command{guix gc --list-failures} can be used
1280 to query the set of store items marked as failed; @command{guix gc
1281 --clear-failures} removes store items from the set of cached failures.
1282 @xref{Invoking guix gc}.
1283
1284 @item --cores=@var{n}
1285 @itemx -c @var{n}
1286 Use @var{n} CPU cores to build each derivation; @code{0} means as many
1287 as available.
1288
1289 The default value is @code{0}, but it may be overridden by clients, such
1290 as the @code{--cores} option of @command{guix build} (@pxref{Invoking
1291 guix build}).
1292
1293 The effect is to define the @code{NIX_BUILD_CORES} environment variable
1294 in the build process, which can then use it to exploit internal
1295 parallelism---for instance, by running @code{make -j$NIX_BUILD_CORES}.
1296
1297 @item --max-jobs=@var{n}
1298 @itemx -M @var{n}
1299 Allow at most @var{n} build jobs in parallel. The default value is
1300 @code{1}. Setting it to @code{0} means that no builds will be performed
1301 locally; instead, the daemon will offload builds (@pxref{Daemon Offload
1302 Setup}), or simply fail.
1303
1304 @item --max-silent-time=@var{seconds}
1305 When the build or substitution process remains silent for more than
1306 @var{seconds}, terminate it and report a build failure.
1307
1308 The default value is @code{0}, which disables the timeout.
1309
1310 The value specified here can be overridden by clients (@pxref{Common
1311 Build Options, @code{--max-silent-time}}).
1312
1313 @item --timeout=@var{seconds}
1314 Likewise, when the build or substitution process lasts for more than
1315 @var{seconds}, terminate it and report a build failure.
1316
1317 The default value is @code{0}, which disables the timeout.
1318
1319 The value specified here can be overridden by clients (@pxref{Common
1320 Build Options, @code{--timeout}}).
1321
1322 @item --rounds=@var{N}
1323 Build each derivation @var{n} times in a row, and raise an error if
1324 consecutive build results are not bit-for-bit identical. Note that this
1325 setting can be overridden by clients such as @command{guix build}
1326 (@pxref{Invoking guix build}).
1327
1328 When used in conjunction with @option{--keep-failed}, the differing
1329 output is kept in the store, under @file{/gnu/store/@dots{}-check}.
1330 This makes it easy to look for differences between the two results.
1331
1332 @item --debug
1333 Produce debugging output.
1334
1335 This is useful to debug daemon start-up issues, but then it may be
1336 overridden by clients, for example the @code{--verbosity} option of
1337 @command{guix build} (@pxref{Invoking guix build}).
1338
1339 @item --chroot-directory=@var{dir}
1340 Add @var{dir} to the build chroot.
1341
1342 Doing this may change the result of build processes---for instance if
1343 they use optional dependencies found in @var{dir} when it is available,
1344 and not otherwise. For that reason, it is not recommended to do so.
1345 Instead, make sure that each derivation declares all the inputs that it
1346 needs.
1347
1348 @item --disable-chroot
1349 Disable chroot builds.
1350
1351 Using this option is not recommended since, again, it would allow build
1352 processes to gain access to undeclared dependencies. It is necessary,
1353 though, when @command{guix-daemon} is running under an unprivileged user
1354 account.
1355
1356 @item --log-compression=@var{type}
1357 Compress build logs according to @var{type}, one of @code{gzip},
1358 @code{bzip2}, or @code{none}.
1359
1360 Unless @code{--lose-logs} is used, all the build logs are kept in the
1361 @var{localstatedir}. To save space, the daemon automatically compresses
1362 them with bzip2 by default.
1363
1364 @item --disable-deduplication
1365 @cindex deduplication
1366 Disable automatic file ``deduplication'' in the store.
1367
1368 By default, files added to the store are automatically ``deduplicated'':
1369 if a newly added file is identical to another one found in the store,
1370 the daemon makes the new file a hard link to the other file. This can
1371 noticeably reduce disk usage, at the expense of slightly increased
1372 input/output load at the end of a build process. This option disables
1373 this optimization.
1374
1375 @item --gc-keep-outputs[=yes|no]
1376 Tell whether the garbage collector (GC) must keep outputs of live
1377 derivations.
1378
1379 @cindex GC roots
1380 @cindex garbage collector roots
1381 When set to ``yes'', the GC will keep the outputs of any live derivation
1382 available in the store---the @code{.drv} files. The default is ``no'',
1383 meaning that derivation outputs are kept only if they are reachable from a GC
1384 root. @xref{Invoking guix gc}, for more on GC roots.
1385
1386 @item --gc-keep-derivations[=yes|no]
1387 Tell whether the garbage collector (GC) must keep derivations
1388 corresponding to live outputs.
1389
1390 When set to ``yes'', as is the case by default, the GC keeps
1391 derivations---i.e., @code{.drv} files---as long as at least one of their
1392 outputs is live. This allows users to keep track of the origins of
1393 items in their store. Setting it to ``no'' saves a bit of disk space.
1394
1395 In this way, setting @code{--gc-keep-derivations} to ``yes'' causes liveness
1396 to flow from outputs to derivations, and setting @code{--gc-keep-outputs} to
1397 ``yes'' causes liveness to flow from derivations to outputs. When both are
1398 set to ``yes'', the effect is to keep all the build prerequisites (the
1399 sources, compiler, libraries, and other build-time tools) of live objects in
1400 the store, regardless of whether these prerequisites are reachable from a GC
1401 root. This is convenient for developers since it saves rebuilds or downloads.
1402
1403 @item --impersonate-linux-2.6
1404 On Linux-based systems, impersonate Linux 2.6. This means that the
1405 kernel's @code{uname} system call will report 2.6 as the release number.
1406
1407 This might be helpful to build programs that (usually wrongfully) depend
1408 on the kernel version number.
1409
1410 @item --lose-logs
1411 Do not keep build logs. By default they are kept under
1412 @code{@var{localstatedir}/guix/log}.
1413
1414 @item --system=@var{system}
1415 Assume @var{system} as the current system type. By default it is the
1416 architecture/kernel pair found at configure time, such as
1417 @code{x86_64-linux}.
1418
1419 @item --listen=@var{endpoint}
1420 Listen for connections on @var{endpoint}. @var{endpoint} is interpreted
1421 as the file name of a Unix-domain socket if it starts with
1422 @code{/} (slash sign). Otherwise, @var{endpoint} is interpreted as a
1423 host name or host name and port to listen to. Here are a few examples:
1424
1425 @table @code
1426 @item --listen=/gnu/var/daemon
1427 Listen for connections on the @file{/gnu/var/daemon} Unix-domain socket,
1428 creating it if needed.
1429
1430 @item --listen=localhost
1431 @cindex daemon, remote access
1432 @cindex remote access to the daemon
1433 @cindex daemon, cluster setup
1434 @cindex clusters, daemon setup
1435 Listen for TCP connections on the network interface corresponding to
1436 @code{localhost}, on port 44146.
1437
1438 @item --listen=128.0.0.42:1234
1439 Listen for TCP connections on the network interface corresponding to
1440 @code{128.0.0.42}, on port 1234.
1441 @end table
1442
1443 This option can be repeated multiple times, in which case
1444 @command{guix-daemon} accepts connections on all the specified
1445 endpoints. Users can tell client commands what endpoint to connect to
1446 by setting the @code{GUIX_DAEMON_SOCKET} environment variable
1447 (@pxref{The Store, @code{GUIX_DAEMON_SOCKET}}).
1448
1449 @quotation Note
1450 The daemon protocol is @emph{unauthenticated and unencrypted}. Using
1451 @code{--listen=@var{host}} is suitable on local networks, such as
1452 clusters, where only trusted nodes may connect to the build daemon. In
1453 other cases where remote access to the daemon is needed, we recommend
1454 using Unix-domain sockets along with SSH.
1455 @end quotation
1456
1457 When @code{--listen} is omitted, @command{guix-daemon} listens for
1458 connections on the Unix-domain socket located at
1459 @file{@var{localstatedir}/guix/daemon-socket/socket}.
1460 @end table
1461
1462
1463 @node Application Setup
1464 @section Application Setup
1465
1466 @cindex foreign distro
1467 When using Guix on top of GNU/Linux distribution other than GuixSD---a
1468 so-called @dfn{foreign distro}---a few additional steps are needed to
1469 get everything in place. Here are some of them.
1470
1471 @subsection Locales
1472
1473 @anchor{locales-and-locpath}
1474 @cindex locales, when not on GuixSD
1475 @vindex LOCPATH
1476 @vindex GUIX_LOCPATH
1477 Packages installed @i{via} Guix will not use the locale data of the
1478 host system. Instead, you must first install one of the locale packages
1479 available with Guix and then define the @code{GUIX_LOCPATH} environment
1480 variable:
1481
1482 @example
1483 $ guix package -i glibc-locales
1484 $ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
1485 @end example
1486
1487 Note that the @code{glibc-locales} package contains data for all the
1488 locales supported by the GNU@tie{}libc and weighs in at around
1489 110@tie{}MiB. Alternatively, the @code{glibc-utf8-locales} is smaller but
1490 limited to a few UTF-8 locales.
1491
1492 The @code{GUIX_LOCPATH} variable plays a role similar to @code{LOCPATH}
1493 (@pxref{Locale Names, @code{LOCPATH},, libc, The GNU C Library Reference
1494 Manual}). There are two important differences though:
1495
1496 @enumerate
1497 @item
1498 @code{GUIX_LOCPATH} is honored only by the libc in Guix, and not by the libc
1499 provided by foreign distros. Thus, using @code{GUIX_LOCPATH} allows you
1500 to make sure the programs of the foreign distro will not end up loading
1501 incompatible locale data.
1502
1503 @item
1504 libc suffixes each entry of @code{GUIX_LOCPATH} with @code{/X.Y}, where
1505 @code{X.Y} is the libc version---e.g., @code{2.22}. This means that,
1506 should your Guix profile contain a mixture of programs linked against
1507 different libc version, each libc version will only try to load locale
1508 data in the right format.
1509 @end enumerate
1510
1511 This is important because the locale data format used by different libc
1512 versions may be incompatible.
1513
1514 @subsection Name Service Switch
1515
1516 @cindex name service switch, glibc
1517 @cindex NSS (name service switch), glibc
1518 @cindex nscd (name service caching daemon)
1519 @cindex name service caching daemon (nscd)
1520 When using Guix on a foreign distro, we @emph{strongly recommend} that
1521 the system run the GNU C library's @dfn{name service cache daemon},
1522 @command{nscd}, which should be listening on the
1523 @file{/var/run/nscd/socket} socket. Failing to do that, applications
1524 installed with Guix may fail to look up host names or user accounts, or
1525 may even crash. The next paragraphs explain why.
1526
1527 @cindex @file{nsswitch.conf}
1528 The GNU C library implements a @dfn{name service switch} (NSS), which is
1529 an extensible mechanism for ``name lookups'' in general: host name
1530 resolution, user accounts, and more (@pxref{Name Service Switch,,, libc,
1531 The GNU C Library Reference Manual}).
1532
1533 @cindex Network information service (NIS)
1534 @cindex NIS (Network information service)
1535 Being extensible, the NSS supports @dfn{plugins}, which provide new name
1536 lookup implementations: for example, the @code{nss-mdns} plugin allow
1537 resolution of @code{.local} host names, the @code{nis} plugin allows
1538 user account lookup using the Network information service (NIS), and so
1539 on. These extra ``lookup services'' are configured system-wide in
1540 @file{/etc/nsswitch.conf}, and all the programs running on the system
1541 honor those settings (@pxref{NSS Configuration File,,, libc, The GNU C
1542 Reference Manual}).
1543
1544 When they perform a name lookup---for instance by calling the
1545 @code{getaddrinfo} function in C---applications first try to connect to
1546 the nscd; on success, nscd performs name lookups on their behalf. If
1547 the nscd is not running, then they perform the name lookup by
1548 themselves, by loading the name lookup services into their own address
1549 space and running it. These name lookup services---the
1550 @file{libnss_*.so} files---are @code{dlopen}'d, but they may come from
1551 the host system's C library, rather than from the C library the
1552 application is linked against (the C library coming from Guix).
1553
1554 And this is where the problem is: if your application is linked against
1555 Guix's C library (say, glibc 2.24) and tries to load NSS plugins from
1556 another C library (say, @code{libnss_mdns.so} for glibc 2.22), it will
1557 likely crash or have its name lookups fail unexpectedly.
1558
1559 Running @command{nscd} on the system, among other advantages, eliminates
1560 this binary incompatibility problem because those @code{libnss_*.so}
1561 files are loaded in the @command{nscd} process, not in applications
1562 themselves.
1563
1564 @subsection X11 Fonts
1565
1566 @cindex fonts
1567 The majority of graphical applications use Fontconfig to locate and
1568 load fonts and perform X11-client-side rendering. The @code{fontconfig}
1569 package in Guix looks for fonts in @file{$HOME/.guix-profile}
1570 by default. Thus, to allow graphical applications installed with Guix
1571 to display fonts, you have to install fonts with Guix as well.
1572 Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and
1573 @code{font-gnu-freefont-ttf}.
1574
1575 To display text written in Chinese languages, Japanese, or Korean in
1576 graphical applications, consider installing
1577 @code{font-adobe-source-han-sans} or @code{font-wqy-zenhei}. The former
1578 has multiple outputs, one per language family (@pxref{Packages with
1579 Multiple Outputs}). For instance, the following command installs fonts
1580 for Chinese languages:
1581
1582 @example
1583 guix package -i font-adobe-source-han-sans:cn
1584 @end example
1585
1586 @cindex @code{xterm}
1587 Older programs such as @command{xterm} do not use Fontconfig and instead
1588 rely on server-side font rendering. Such programs require to specify a
1589 full name of a font using XLFD (X Logical Font Description), like this:
1590
1591 @example
1592 -*-dejavu sans-medium-r-normal-*-*-100-*-*-*-*-*-1
1593 @end example
1594
1595 To be able to use such full names for the TrueType fonts installed in
1596 your Guix profile, you need to extend the font path of the X server:
1597
1598 @c Note: 'xset' does not accept symlinks so the trick below arranges to
1599 @c get at the real directory. See <https://bugs.gnu.org/30655>.
1600 @example
1601 xset +fp $(dirname $(readlink -f ~/.guix-profile/share/fonts/truetype/fonts.dir))
1602 @end example
1603
1604 @cindex @code{xlsfonts}
1605 After that, you can run @code{xlsfonts} (from @code{xlsfonts} package)
1606 to make sure your TrueType fonts are listed there.
1607
1608 @cindex @code{fc-cache}
1609 @cindex font cache
1610 After installing fonts you may have to refresh the font cache to use
1611 them in applications. The same applies when applications installed via
1612 Guix do not seem to find fonts. To force rebuilding of the font cache
1613 run @code{fc-cache -f}. The @code{fc-cache} command is provided by the
1614 @code{fontconfig} package.
1615
1616 @subsection X.509 Certificates
1617
1618 @cindex @code{nss-certs}
1619 The @code{nss-certs} package provides X.509 certificates, which allow
1620 programs to authenticate Web servers accessed over HTTPS.
1621
1622 When using Guix on a foreign distro, you can install this package and
1623 define the relevant environment variables so that packages know where to
1624 look for certificates. @xref{X.509 Certificates}, for detailed
1625 information.
1626
1627 @subsection Emacs Packages
1628
1629 @cindex @code{emacs}
1630 When you install Emacs packages with Guix, the elisp files may be placed
1631 either in @file{$HOME/.guix-profile/share/emacs/site-lisp/} or in
1632 sub-directories of
1633 @file{$HOME/.guix-profile/share/emacs/site-lisp/guix.d/}. The latter
1634 directory exists because potentially there may exist thousands of Emacs
1635 packages and storing all their files in a single directory may not be
1636 reliable (because of name conflicts). So we think using a separate
1637 directory for each package is a good idea. It is very similar to how
1638 the Emacs package system organizes the file structure (@pxref{Package
1639 Files,,, emacs, The GNU Emacs Manual}).
1640
1641 By default, Emacs (installed with Guix) ``knows'' where these packages
1642 are placed, so you do not need to perform any configuration. If, for
1643 some reason, you want to avoid auto-loading Emacs packages installed
1644 with Guix, you can do so by running Emacs with @code{--no-site-file}
1645 option (@pxref{Init File,,, emacs, The GNU Emacs Manual}).
1646
1647 @subsection The GCC toolchain
1648
1649 @cindex GCC
1650 @cindex ld-wrapper
1651
1652 Guix offers individual compiler packages such as @code{gcc} but if you
1653 are in need of a complete toolchain for compiling and linking source
1654 code what you really want is the @code{gcc-toolchain} package. This
1655 package provides a complete GCC toolchain for C/C++ development,
1656 including GCC itself, the GNU C Library (headers and binaries, plus
1657 debugging symbols in the @code{debug} output), Binutils, and a linker
1658 wrapper.
1659
1660 @cindex attempt to use impure library, error message
1661
1662 The wrapper's purpose is to inspect the @code{-L} and @code{-l} switches
1663 passed to the linker, add corresponding @code{-rpath} arguments, and
1664 invoke the actual linker with this new set of arguments. By default,
1665 the linker wrapper refuses to link to libraries outside the store to
1666 ensure ``purity''. This can be annoying when using the toolchain to
1667 link with local libraries. To allow references to libraries outside the
1668 store you need to define the environment variable
1669 @code{GUIX_LD_WRAPPER_ALLOW_IMPURITIES}.
1670
1671 @c TODO What else?
1672
1673 @c *********************************************************************
1674 @node Package Management
1675 @chapter Package Management
1676
1677 @cindex packages
1678 The purpose of GNU Guix is to allow users to easily install, upgrade, and
1679 remove software packages, without having to know about their build
1680 procedures or dependencies. Guix also goes beyond this obvious set of
1681 features.
1682
1683 This chapter describes the main features of Guix, as well as the
1684 package management tools it provides. Along with the command-line
1685 interface described below (@pxref{Invoking guix package, @code{guix
1686 package}}), you may also use the Emacs-Guix interface (@pxref{Top,,,
1687 emacs-guix, The Emacs-Guix Reference Manual}), after installing
1688 @code{emacs-guix} package (run @kbd{M-x guix-help} command to start
1689 with it):
1690
1691 @example
1692 guix package -i emacs-guix
1693 @end example
1694
1695 @menu
1696 * Features:: How Guix will make your life brighter.
1697 * Invoking guix package:: Package installation, removal, etc.
1698 * Substitutes:: Downloading pre-built binaries.
1699 * Packages with Multiple Outputs:: Single source package, multiple outputs.
1700 * Invoking guix gc:: Running the garbage collector.
1701 * Invoking guix pull:: Fetching the latest Guix and distribution.
1702 * Channels:: Customizing the package collection.
1703 * Inferiors:: Interacting with another revision of Guix.
1704 * Invoking guix describe:: Display information about your Guix revision.
1705 * Invoking guix pack:: Creating software bundles.
1706 * Invoking guix archive:: Exporting and importing store files.
1707 @end menu
1708
1709 @node Features
1710 @section Features
1711
1712 When using Guix, each package ends up in the @dfn{package store}, in its
1713 own directory---something that resembles
1714 @file{/gnu/store/xxx-package-1.2}, where @code{xxx} is a base32 string.
1715
1716 Instead of referring to these directories, users have their own
1717 @dfn{profile}, which points to the packages that they actually want to
1718 use. These profiles are stored within each user's home directory, at
1719 @code{$HOME/.guix-profile}.
1720
1721 For example, @code{alice} installs GCC 4.7.2. As a result,
1722 @file{/home/alice/.guix-profile/bin/gcc} points to
1723 @file{/gnu/store/@dots{}-gcc-4.7.2/bin/gcc}. Now, on the same machine,
1724 @code{bob} had already installed GCC 4.8.0. The profile of @code{bob}
1725 simply continues to point to
1726 @file{/gnu/store/@dots{}-gcc-4.8.0/bin/gcc}---i.e., both versions of GCC
1727 coexist on the same system without any interference.
1728
1729 The @command{guix package} command is the central tool to manage
1730 packages (@pxref{Invoking guix package}). It operates on the per-user
1731 profiles, and can be used @emph{with normal user privileges}.
1732
1733 @cindex transactions
1734 The command provides the obvious install, remove, and upgrade
1735 operations. Each invocation is actually a @emph{transaction}: either
1736 the specified operation succeeds, or nothing happens. Thus, if the
1737 @command{guix package} process is terminated during the transaction,
1738 or if a power outage occurs during the transaction, then the user's
1739 profile remains in its previous state, and remains usable.
1740
1741 In addition, any package transaction may be @emph{rolled back}. So, if,
1742 for example, an upgrade installs a new version of a package that turns
1743 out to have a serious bug, users may roll back to the previous instance
1744 of their profile, which was known to work well. Similarly, the global
1745 system configuration on GuixSD is subject to
1746 transactional upgrades and roll-back
1747 (@pxref{Using the Configuration System}).
1748
1749 All packages in the package store may be @emph{garbage-collected}.
1750 Guix can determine which packages are still referenced by user
1751 profiles, and remove those that are provably no longer referenced
1752 (@pxref{Invoking guix gc}). Users may also explicitly remove old
1753 generations of their profile so that the packages they refer to can be
1754 collected.
1755
1756 @cindex reproducibility
1757 @cindex reproducible builds
1758 Guix takes a @dfn{purely functional} approach to package
1759 management, as described in the introduction (@pxref{Introduction}).
1760 Each @file{/gnu/store} package directory name contains a hash of all the
1761 inputs that were used to build that package---compiler, libraries, build
1762 scripts, etc. This direct correspondence allows users to make sure a
1763 given package installation matches the current state of their
1764 distribution. It also helps maximize @dfn{build reproducibility}:
1765 thanks to the isolated build environments that are used, a given build
1766 is likely to yield bit-identical files when performed on different
1767 machines (@pxref{Invoking guix-daemon, container}).
1768
1769 @cindex substitutes
1770 This foundation allows Guix to support @dfn{transparent binary/source
1771 deployment}. When a pre-built binary for a @file{/gnu/store} item is
1772 available from an external source---a @dfn{substitute}, Guix just
1773 downloads it and unpacks it;
1774 otherwise, it builds the package from source, locally
1775 (@pxref{Substitutes}). Because build results are usually bit-for-bit
1776 reproducible, users do not have to trust servers that provide
1777 substitutes: they can force a local build and @emph{challenge} providers
1778 (@pxref{Invoking guix challenge}).
1779
1780 Control over the build environment is a feature that is also useful for
1781 developers. The @command{guix environment} command allows developers of
1782 a package to quickly set up the right development environment for their
1783 package, without having to manually install the dependencies of the
1784 package into their profile (@pxref{Invoking guix environment}).
1785
1786 @cindex replication, of software environments
1787 @cindex provenance tracking, of software artifacts
1788 All of Guix and its package definitions is version-controlled, and
1789 @command{guix pull} allows you to ``travel in time'' on the history of Guix
1790 itself (@pxref{Invoking guix pull}). This makes it possible to replicate a
1791 Guix instance on a different machine or at a later point in time, which in
1792 turn allows you to @emph{replicate complete software environments}, while
1793 retaining precise @dfn{provenance tracking} of the software.
1794
1795 @node Invoking guix package
1796 @section Invoking @command{guix package}
1797
1798 @cindex installing packages
1799 @cindex removing packages
1800 @cindex package installation
1801 @cindex package removal
1802 The @command{guix package} command is the tool that allows users to
1803 install, upgrade, and remove packages, as well as rolling back to
1804 previous configurations. It operates only on the user's own profile,
1805 and works with normal user privileges (@pxref{Features}). Its syntax
1806 is:
1807
1808 @example
1809 guix package @var{options}
1810 @end example
1811 @cindex transactions
1812 Primarily, @var{options} specifies the operations to be performed during
1813 the transaction. Upon completion, a new profile is created, but
1814 previous @dfn{generations} of the profile remain available, should the user
1815 want to roll back.
1816
1817 For example, to remove @code{lua} and install @code{guile} and
1818 @code{guile-cairo} in a single transaction:
1819
1820 @example
1821 guix package -r lua -i guile guile-cairo
1822 @end example
1823
1824 @command{guix package} also supports a @dfn{declarative approach}
1825 whereby the user specifies the exact set of packages to be available and
1826 passes it @i{via} the @option{--manifest} option
1827 (@pxref{profile-manifest, @option{--manifest}}).
1828
1829 @cindex profile
1830 For each user, a symlink to the user's default profile is automatically
1831 created in @file{$HOME/.guix-profile}. This symlink always points to the
1832 current generation of the user's default profile. Thus, users can add
1833 @file{$HOME/.guix-profile/bin} to their @code{PATH} environment
1834 variable, and so on.
1835 @cindex search paths
1836 If you are not using the Guix System Distribution, consider adding the
1837 following lines to your @file{~/.bash_profile} (@pxref{Bash Startup
1838 Files,,, bash, The GNU Bash Reference Manual}) so that newly-spawned
1839 shells get all the right environment variable definitions:
1840
1841 @example
1842 GUIX_PROFILE="$HOME/.guix-profile" ; \
1843 source "$HOME/.guix-profile/etc/profile"
1844 @end example
1845
1846 In a multi-user setup, user profiles are stored in a place registered as
1847 a @dfn{garbage-collector root}, which @file{$HOME/.guix-profile} points
1848 to (@pxref{Invoking guix gc}). That directory is normally
1849 @code{@var{localstatedir}/guix/profiles/per-user/@var{user}}, where
1850 @var{localstatedir} is the value passed to @code{configure} as
1851 @code{--localstatedir}, and @var{user} is the user name. The
1852 @file{per-user} directory is created when @command{guix-daemon} is
1853 started, and the @var{user} sub-directory is created by @command{guix
1854 package}.
1855
1856 The @var{options} can be among the following:
1857
1858 @table @code
1859
1860 @item --install=@var{package} @dots{}
1861 @itemx -i @var{package} @dots{}
1862 Install the specified @var{package}s.
1863
1864 Each @var{package} may specify either a simple package name, such as
1865 @code{guile}, or a package name followed by an at-sign and version number,
1866 such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter
1867 case, the newest version prefixed by @code{1.8} is selected.)
1868
1869 If no version number is specified, the
1870 newest available version will be selected. In addition, @var{package}
1871 may contain a colon, followed by the name of one of the outputs of the
1872 package, as in @code{gcc:doc} or @code{binutils@@2.22:lib}
1873 (@pxref{Packages with Multiple Outputs}). Packages with a corresponding
1874 name (and optionally version) are searched for among the GNU
1875 distribution modules (@pxref{Package Modules}).
1876
1877 @cindex propagated inputs
1878 Sometimes packages have @dfn{propagated inputs}: these are dependencies
1879 that automatically get installed along with the required package
1880 (@pxref{package-propagated-inputs, @code{propagated-inputs} in
1881 @code{package} objects}, for information about propagated inputs in
1882 package definitions).
1883
1884 @anchor{package-cmd-propagated-inputs}
1885 An example is the GNU MPC library: its C header files refer to those of
1886 the GNU MPFR library, which in turn refer to those of the GMP library.
1887 Thus, when installing MPC, the MPFR and GMP libraries also get installed
1888 in the profile; removing MPC also removes MPFR and GMP---unless they had
1889 also been explicitly installed by the user.
1890
1891 Besides, packages sometimes rely on the definition of environment
1892 variables for their search paths (see explanation of
1893 @code{--search-paths} below). Any missing or possibly incorrect
1894 environment variable definitions are reported here.
1895
1896 @item --install-from-expression=@var{exp}
1897 @itemx -e @var{exp}
1898 Install the package @var{exp} evaluates to.
1899
1900 @var{exp} must be a Scheme expression that evaluates to a
1901 @code{<package>} object. This option is notably useful to disambiguate
1902 between same-named variants of a package, with expressions such as
1903 @code{(@@ (gnu packages base) guile-final)}.
1904
1905 Note that this option installs the first output of the specified
1906 package, which may be insufficient when needing a specific output of a
1907 multiple-output package.
1908
1909 @item --install-from-file=@var{file}
1910 @itemx -f @var{file}
1911 Install the package that the code within @var{file} evaluates to.
1912
1913 As an example, @var{file} might contain a definition like this
1914 (@pxref{Defining Packages}):
1915
1916 @example
1917 @verbatiminclude package-hello.scm
1918 @end example
1919
1920 Developers may find it useful to include such a @file{guix.scm} file
1921 in the root of their project source tree that can be used to test
1922 development snapshots and create reproducible development environments
1923 (@pxref{Invoking guix environment}).
1924
1925 @item --remove=@var{package} @dots{}
1926 @itemx -r @var{package} @dots{}
1927 Remove the specified @var{package}s.
1928
1929 As for @code{--install}, each @var{package} may specify a version number
1930 and/or output name in addition to the package name. For instance,
1931 @code{-r glibc:debug} would remove the @code{debug} output of
1932 @code{glibc}.
1933
1934 @item --upgrade[=@var{regexp} @dots{}]
1935 @itemx -u [@var{regexp} @dots{}]
1936 @cindex upgrading packages
1937 Upgrade all the installed packages. If one or more @var{regexp}s are
1938 specified, upgrade only installed packages whose name matches a
1939 @var{regexp}. Also see the @code{--do-not-upgrade} option below.
1940
1941 Note that this upgrades package to the latest version of packages found
1942 in the distribution currently installed. To update your distribution,
1943 you should regularly run @command{guix pull} (@pxref{Invoking guix
1944 pull}).
1945
1946 @item --do-not-upgrade[=@var{regexp} @dots{}]
1947 When used together with the @code{--upgrade} option, do @emph{not}
1948 upgrade any packages whose name matches a @var{regexp}. For example, to
1949 upgrade all packages in the current profile except those containing the
1950 substring ``emacs'':
1951
1952 @example
1953 $ guix package --upgrade . --do-not-upgrade emacs
1954 @end example
1955
1956 @item @anchor{profile-manifest}--manifest=@var{file}
1957 @itemx -m @var{file}
1958 @cindex profile declaration
1959 @cindex profile manifest
1960 Create a new generation of the profile from the manifest object
1961 returned by the Scheme code in @var{file}.
1962
1963 This allows you to @emph{declare} the profile's contents rather than
1964 constructing it through a sequence of @code{--install} and similar
1965 commands. The advantage is that @var{file} can be put under version
1966 control, copied to different machines to reproduce the same profile, and
1967 so on.
1968
1969 @c FIXME: Add reference to (guix profile) documentation when available.
1970 @var{file} must return a @dfn{manifest} object, which is roughly a list
1971 of packages:
1972
1973 @findex packages->manifest
1974 @example
1975 (use-package-modules guile emacs)
1976
1977 (packages->manifest
1978 (list emacs
1979 guile-2.0
1980 ;; Use a specific package output.
1981 (list guile-2.0 "debug")))
1982 @end example
1983
1984 @findex specifications->manifest
1985 In this example we have to know which modules define the @code{emacs}
1986 and @code{guile-2.0} variables to provide the right
1987 @code{use-package-modules} line, which can be cumbersome. We can
1988 instead provide regular package specifications and let
1989 @code{specifications->manifest} look up the corresponding package
1990 objects, like this:
1991
1992 @example
1993 (specifications->manifest
1994 '("emacs" "guile@@2.2" "guile@@2.2:debug"))
1995 @end example
1996
1997 @item --roll-back
1998 @cindex rolling back
1999 @cindex undoing transactions
2000 @cindex transactions, undoing
2001 Roll back to the previous @dfn{generation} of the profile---i.e., undo
2002 the last transaction.
2003
2004 When combined with options such as @code{--install}, roll back occurs
2005 before any other actions.
2006
2007 When rolling back from the first generation that actually contains
2008 installed packages, the profile is made to point to the @dfn{zeroth
2009 generation}, which contains no files apart from its own metadata.
2010
2011 After having rolled back, installing, removing, or upgrading packages
2012 overwrites previous future generations. Thus, the history of the
2013 generations in a profile is always linear.
2014
2015 @item --switch-generation=@var{pattern}
2016 @itemx -S @var{pattern}
2017 @cindex generations
2018 Switch to a particular generation defined by @var{pattern}.
2019
2020 @var{pattern} may be either a generation number or a number prefixed
2021 with ``+'' or ``-''. The latter means: move forward/backward by a
2022 specified number of generations. For example, if you want to return to
2023 the latest generation after @code{--roll-back}, use
2024 @code{--switch-generation=+1}.
2025
2026 The difference between @code{--roll-back} and
2027 @code{--switch-generation=-1} is that @code{--switch-generation} will
2028 not make a zeroth generation, so if a specified generation does not
2029 exist, the current generation will not be changed.
2030
2031 @item --search-paths[=@var{kind}]
2032 @cindex search paths
2033 Report environment variable definitions, in Bash syntax, that may be
2034 needed in order to use the set of installed packages. These environment
2035 variables are used to specify @dfn{search paths} for files used by some
2036 of the installed packages.
2037
2038 For example, GCC needs the @code{CPATH} and @code{LIBRARY_PATH}
2039 environment variables to be defined so it can look for headers and
2040 libraries in the user's profile (@pxref{Environment Variables,,, gcc,
2041 Using the GNU Compiler Collection (GCC)}). If GCC and, say, the C
2042 library are installed in the profile, then @code{--search-paths} will
2043 suggest setting these variables to @code{@var{profile}/include} and
2044 @code{@var{profile}/lib}, respectively.
2045
2046 The typical use case is to define these environment variables in the
2047 shell:
2048
2049 @example
2050 $ eval `guix package --search-paths`
2051 @end example
2052
2053 @var{kind} may be one of @code{exact}, @code{prefix}, or @code{suffix},
2054 meaning that the returned environment variable definitions will either
2055 be exact settings, or prefixes or suffixes of the current value of these
2056 variables. When omitted, @var{kind} defaults to @code{exact}.
2057
2058 This option can also be used to compute the @emph{combined} search paths
2059 of several profiles. Consider this example:
2060
2061 @example
2062 $ guix package -p foo -i guile
2063 $ guix package -p bar -i guile-json
2064 $ guix package -p foo -p bar --search-paths
2065 @end example
2066
2067 The last command above reports about the @code{GUILE_LOAD_PATH}
2068 variable, even though, taken individually, neither @file{foo} nor
2069 @file{bar} would lead to that recommendation.
2070
2071
2072 @item --profile=@var{profile}
2073 @itemx -p @var{profile}
2074 Use @var{profile} instead of the user's default profile.
2075
2076 @cindex collisions, in a profile
2077 @cindex colliding packages in profiles
2078 @cindex profile collisions
2079 @item --allow-collisions
2080 Allow colliding packages in the new profile. Use at your own risk!
2081
2082 By default, @command{guix package} reports as an error @dfn{collisions}
2083 in the profile. Collisions happen when two or more different versions
2084 or variants of a given package end up in the profile.
2085
2086 @item --verbose
2087 Produce verbose output. In particular, emit the build log of the
2088 environment on the standard error port.
2089
2090 @item --bootstrap
2091 Use the bootstrap Guile to build the profile. This option is only
2092 useful to distribution developers.
2093
2094 @end table
2095
2096 In addition to these actions, @command{guix package} supports the
2097 following options to query the current state of a profile, or the
2098 availability of packages:
2099
2100 @table @option
2101
2102 @item --search=@var{regexp}
2103 @itemx -s @var{regexp}
2104 @cindex searching for packages
2105 List the available packages whose name, synopsis, or description matches
2106 @var{regexp}, sorted by relevance. Print all the metadata of matching packages in
2107 @code{recutils} format (@pxref{Top, GNU recutils databases,, recutils,
2108 GNU recutils manual}).
2109
2110 This allows specific fields to be extracted using the @command{recsel}
2111 command, for instance:
2112
2113 @example
2114 $ guix package -s malloc | recsel -p name,version,relevance
2115 name: jemalloc
2116 version: 4.5.0
2117 relevance: 6
2118
2119 name: glibc
2120 version: 2.25
2121 relevance: 1
2122
2123 name: libgc
2124 version: 7.6.0
2125 relevance: 1
2126 @end example
2127
2128 Similarly, to show the name of all the packages available under the
2129 terms of the GNU@tie{}LGPL version 3:
2130
2131 @example
2132 $ guix package -s "" | recsel -p name -e 'license ~ "LGPL 3"'
2133 name: elfutils
2134
2135 name: gmp
2136 @dots{}
2137 @end example
2138
2139 It is also possible to refine search results using several @code{-s}
2140 flags. For example, the following command returns a list of board
2141 games:
2142
2143 @example
2144 $ guix package -s '\<board\>' -s game | recsel -p name
2145 name: gnubg
2146 @dots{}
2147 @end example
2148
2149 If we were to omit @code{-s game}, we would also get software packages
2150 that deal with printed circuit boards; removing the angle brackets
2151 around @code{board} would further add packages that have to do with
2152 keyboards.
2153
2154 And now for a more elaborate example. The following command searches
2155 for cryptographic libraries, filters out Haskell, Perl, Python, and Ruby
2156 libraries, and prints the name and synopsis of the matching packages:
2157
2158 @example
2159 $ guix package -s crypto -s library | \
2160 recsel -e '! (name ~ "^(ghc|perl|python|ruby)")' -p name,synopsis
2161 @end example
2162
2163 @noindent
2164 @xref{Selection Expressions,,, recutils, GNU recutils manual}, for more
2165 information on @dfn{selection expressions} for @code{recsel -e}.
2166
2167 @item --show=@var{package}
2168 Show details about @var{package}, taken from the list of available packages, in
2169 @code{recutils} format (@pxref{Top, GNU recutils databases,, recutils, GNU
2170 recutils manual}).
2171
2172 @example
2173 $ guix package --show=python | recsel -p name,version
2174 name: python
2175 version: 2.7.6
2176
2177 name: python
2178 version: 3.3.5
2179 @end example
2180
2181 You may also specify the full name of a package to only get details about a
2182 specific version of it:
2183 @example
2184 $ guix package --show=python@@3.4 | recsel -p name,version
2185 name: python
2186 version: 3.4.3
2187 @end example
2188
2189
2190
2191 @item --list-installed[=@var{regexp}]
2192 @itemx -I [@var{regexp}]
2193 List the currently installed packages in the specified profile, with the
2194 most recently installed packages shown last. When @var{regexp} is
2195 specified, list only installed packages whose name matches @var{regexp}.
2196
2197 For each installed package, print the following items, separated by
2198 tabs: the package name, its version string, the part of the package that
2199 is installed (for instance, @code{out} for the default output,
2200 @code{include} for its headers, etc.), and the path of this package in
2201 the store.
2202
2203 @item --list-available[=@var{regexp}]
2204 @itemx -A [@var{regexp}]
2205 List packages currently available in the distribution for this system
2206 (@pxref{GNU Distribution}). When @var{regexp} is specified, list only
2207 installed packages whose name matches @var{regexp}.
2208
2209 For each package, print the following items separated by tabs: its name,
2210 its version string, the parts of the package (@pxref{Packages with
2211 Multiple Outputs}), and the source location of its definition.
2212
2213 @item --list-generations[=@var{pattern}]
2214 @itemx -l [@var{pattern}]
2215 @cindex generations
2216 Return a list of generations along with their creation dates; for each
2217 generation, show the installed packages, with the most recently
2218 installed packages shown last. Note that the zeroth generation is never
2219 shown.
2220
2221 For each installed package, print the following items, separated by
2222 tabs: the name of a package, its version string, the part of the package
2223 that is installed (@pxref{Packages with Multiple Outputs}), and the
2224 location of this package in the store.
2225
2226 When @var{pattern} is used, the command returns only matching
2227 generations. Valid patterns include:
2228
2229 @itemize
2230 @item @emph{Integers and comma-separated integers}. Both patterns denote
2231 generation numbers. For instance, @code{--list-generations=1} returns
2232 the first one.
2233
2234 And @code{--list-generations=1,8,2} outputs three generations in the
2235 specified order. Neither spaces nor trailing commas are allowed.
2236
2237 @item @emph{Ranges}. @code{--list-generations=2..9} prints the
2238 specified generations and everything in between. Note that the start of
2239 a range must be smaller than its end.
2240
2241 It is also possible to omit the endpoint. For example,
2242 @code{--list-generations=2..}, returns all generations starting from the
2243 second one.
2244
2245 @item @emph{Durations}. You can also get the last @emph{N}@tie{}days, weeks,
2246 or months by passing an integer along with the first letter of the
2247 duration. For example, @code{--list-generations=20d} lists generations
2248 that are up to 20 days old.
2249 @end itemize
2250
2251 @item --delete-generations[=@var{pattern}]
2252 @itemx -d [@var{pattern}]
2253 When @var{pattern} is omitted, delete all generations except the current
2254 one.
2255
2256 This command accepts the same patterns as @option{--list-generations}.
2257 When @var{pattern} is specified, delete the matching generations. When
2258 @var{pattern} specifies a duration, generations @emph{older} than the
2259 specified duration match. For instance, @code{--delete-generations=1m}
2260 deletes generations that are more than one month old.
2261
2262 If the current generation matches, it is @emph{not} deleted. Also, the
2263 zeroth generation is never deleted.
2264
2265 Note that deleting generations prevents rolling back to them.
2266 Consequently, this command must be used with care.
2267
2268 @end table
2269
2270 Finally, since @command{guix package} may actually start build
2271 processes, it supports all the common build options (@pxref{Common Build
2272 Options}). It also supports package transformation options, such as
2273 @option{--with-source} (@pxref{Package Transformation Options}).
2274 However, note that package transformations are lost when upgrading; to
2275 preserve transformations across upgrades, you should define your own
2276 package variant in a Guile module and add it to @code{GUIX_PACKAGE_PATH}
2277 (@pxref{Defining Packages}).
2278
2279 @node Substitutes
2280 @section Substitutes
2281
2282 @cindex substitutes
2283 @cindex pre-built binaries
2284 Guix supports transparent source/binary deployment, which means that it
2285 can either build things locally, or download pre-built items from a
2286 server, or both. We call these pre-built items @dfn{substitutes}---they
2287 are substitutes for local build results. In many cases, downloading a
2288 substitute is much faster than building things locally.
2289
2290 Substitutes can be anything resulting from a derivation build
2291 (@pxref{Derivations}). Of course, in the common case, they are
2292 pre-built package binaries, but source tarballs, for instance, which
2293 also result from derivation builds, can be available as substitutes.
2294
2295 @menu
2296 * Official Substitute Server:: One particular source of substitutes.
2297 * Substitute Server Authorization:: How to enable or disable substitutes.
2298 * Substitute Authentication:: How Guix verifies substitutes.
2299 * Proxy Settings:: How to get substitutes via proxy.
2300 * Substitution Failure:: What happens when substitution fails.
2301 * On Trusting Binaries:: How can you trust that binary blob?
2302 @end menu
2303
2304 @node Official Substitute Server
2305 @subsection Official Substitute Server
2306
2307 @cindex hydra
2308 @cindex build farm
2309 The @code{mirror.hydra.gnu.org} server is a front-end to an official build farm
2310 that builds packages from Guix continuously for some
2311 architectures, and makes them available as substitutes. This is the
2312 default source of substitutes; it can be overridden by passing the
2313 @option{--substitute-urls} option either to @command{guix-daemon}
2314 (@pxref{daemon-substitute-urls,, @code{guix-daemon --substitute-urls}})
2315 or to client tools such as @command{guix package}
2316 (@pxref{client-substitute-urls,, client @option{--substitute-urls}
2317 option}).
2318
2319 Substitute URLs can be either HTTP or HTTPS.
2320 HTTPS is recommended because communications are encrypted; conversely,
2321 using HTTP makes all communications visible to an eavesdropper, who
2322 could use the information gathered to determine, for instance, whether
2323 your system has unpatched security vulnerabilities.
2324
2325 Substitutes from the official build farm are enabled by default when
2326 using the Guix System Distribution (@pxref{GNU Distribution}). However,
2327 they are disabled by default when using Guix on a foreign distribution,
2328 unless you have explicitly enabled them via one of the recommended
2329 installation steps (@pxref{Installation}). The following paragraphs
2330 describe how to enable or disable substitutes for the official build
2331 farm; the same procedure can also be used to enable substitutes for any
2332 other substitute server.
2333
2334 @node Substitute Server Authorization
2335 @subsection Substitute Server Authorization
2336
2337 @cindex security
2338 @cindex substitutes, authorization thereof
2339 @cindex access control list (ACL), for substitutes
2340 @cindex ACL (access control list), for substitutes
2341 To allow Guix to download substitutes from @code{hydra.gnu.org} or a
2342 mirror thereof, you
2343 must add its public key to the access control list (ACL) of archive
2344 imports, using the @command{guix archive} command (@pxref{Invoking guix
2345 archive}). Doing so implies that you trust @code{hydra.gnu.org} to not
2346 be compromised and to serve genuine substitutes.
2347
2348 The public key for @code{hydra.gnu.org} is installed along with Guix, in
2349 @code{@var{prefix}/share/guix/hydra.gnu.org.pub}, where @var{prefix} is
2350 the installation prefix of Guix. If you installed Guix from source,
2351 make sure you checked the GPG signature of
2352 @file{guix-@value{VERSION}.tar.gz}, which contains this public key file.
2353 Then, you can run something like this:
2354
2355 @example
2356 # guix archive --authorize < @var{prefix}/share/guix/hydra.gnu.org.pub
2357 @end example
2358
2359 @quotation Note
2360 Similarly, the @file{berlin.guixsd.org.pub} file contains the public key
2361 for the project's new build farm, reachable at
2362 @indicateurl{https://berlin.guixsd.org}.
2363
2364 As of this writing @code{berlin.guixsd.org} is being upgraded so it can
2365 better scale up, but you might want to give it a try. It is backed by
2366 20 x86_64/i686 build nodes and may be able to provide substitutes more
2367 quickly than @code{mirror.hydra.gnu.org}.
2368 @end quotation
2369
2370 Once this is in place, the output of a command like @code{guix build}
2371 should change from something like:
2372
2373 @example
2374 $ guix build emacs --dry-run
2375 The following derivations would be built:
2376 /gnu/store/yr7bnx8xwcayd6j95r2clmkdl1qh688w-emacs-24.3.drv
2377 /gnu/store/x8qsh1hlhgjx6cwsjyvybnfv2i37z23w-dbus-1.6.4.tar.gz.drv
2378 /gnu/store/1ixwp12fl950d15h2cj11c73733jay0z-alsa-lib-1.0.27.1.tar.bz2.drv
2379 /gnu/store/nlma1pw0p603fpfiqy7kn4zm105r5dmw-util-linux-2.21.drv
2380 @dots{}
2381 @end example
2382
2383 @noindent
2384 to something like:
2385
2386 @example
2387 $ guix build emacs --dry-run
2388 112.3 MB would be downloaded:
2389 /gnu/store/pk3n22lbq6ydamyymqkkz7i69wiwjiwi-emacs-24.3
2390 /gnu/store/2ygn4ncnhrpr61rssa6z0d9x22si0va3-libjpeg-8d
2391 /gnu/store/71yz6lgx4dazma9dwn2mcjxaah9w77jq-cairo-1.12.16
2392 /gnu/store/7zdhgp0n1518lvfn8mb96sxqfmvqrl7v-libxrender-0.9.7
2393 @dots{}
2394 @end example
2395
2396 @noindent
2397 This indicates that substitutes from @code{hydra.gnu.org} are usable and
2398 will be downloaded, when possible, for future builds.
2399
2400 @cindex substitutes, how to disable
2401 The substitute mechanism can be disabled globally by running
2402 @code{guix-daemon} with @code{--no-substitutes} (@pxref{Invoking
2403 guix-daemon}). It can also be disabled temporarily by passing the
2404 @code{--no-substitutes} option to @command{guix package}, @command{guix
2405 build}, and other command-line tools.
2406
2407 @node Substitute Authentication
2408 @subsection Substitute Authentication
2409
2410 @cindex digital signatures
2411 Guix detects and raises an error when attempting to use a substitute
2412 that has been tampered with. Likewise, it ignores substitutes that are
2413 not signed, or that are not signed by one of the keys listed in the ACL.
2414
2415 There is one exception though: if an unauthorized server provides
2416 substitutes that are @emph{bit-for-bit identical} to those provided by
2417 an authorized server, then the unauthorized server becomes eligible for
2418 downloads. For example, assume we have chosen two substitute servers
2419 with this option:
2420
2421 @example
2422 --substitute-urls="https://a.example.org https://b.example.org"
2423 @end example
2424
2425 @noindent
2426 @cindex reproducible builds
2427 If the ACL contains only the key for @code{b.example.org}, and if
2428 @code{a.example.org} happens to serve the @emph{exact same} substitutes,
2429 then Guix will download substitutes from @code{a.example.org} because it
2430 comes first in the list and can be considered a mirror of
2431 @code{b.example.org}. In practice, independent build machines usually
2432 produce the same binaries, thanks to bit-reproducible builds (see
2433 below).
2434
2435 When using HTTPS, the server's X.509 certificate is @emph{not} validated
2436 (in other words, the server is not authenticated), contrary to what
2437 HTTPS clients such as Web browsers usually do. This is because Guix
2438 authenticates substitute information itself, as explained above, which
2439 is what we care about (whereas X.509 certificates are about
2440 authenticating bindings between domain names and public keys.)
2441
2442 @node Proxy Settings
2443 @subsection Proxy Settings
2444
2445 @vindex http_proxy
2446 Substitutes are downloaded over HTTP or HTTPS.
2447 The @code{http_proxy} environment
2448 variable can be set in the environment of @command{guix-daemon} and is
2449 honored for downloads of substitutes. Note that the value of
2450 @code{http_proxy} in the environment where @command{guix build},
2451 @command{guix package}, and other client commands are run has
2452 @emph{absolutely no effect}.
2453
2454 @node Substitution Failure
2455 @subsection Substitution Failure
2456
2457 Even when a substitute for a derivation is available, sometimes the
2458 substitution attempt will fail. This can happen for a variety of
2459 reasons: the substitute server might be offline, the substitute may
2460 recently have been deleted, the connection might have been interrupted,
2461 etc.
2462
2463 When substitutes are enabled and a substitute for a derivation is
2464 available, but the substitution attempt fails, Guix will attempt to
2465 build the derivation locally depending on whether or not
2466 @code{--fallback} was given (@pxref{fallback-option,, common build
2467 option @code{--fallback}}). Specifically, if @code{--fallback} was
2468 omitted, then no local build will be performed, and the derivation is
2469 considered to have failed. However, if @code{--fallback} was given,
2470 then Guix will attempt to build the derivation locally, and the success
2471 or failure of the derivation depends on the success or failure of the
2472 local build. Note that when substitutes are disabled or no substitute
2473 is available for the derivation in question, a local build will
2474 @emph{always} be performed, regardless of whether or not
2475 @code{--fallback} was given.
2476
2477 To get an idea of how many substitutes are available right now, you can
2478 try running the @command{guix weather} command (@pxref{Invoking guix
2479 weather}). This command provides statistics on the substitutes provided
2480 by a server.
2481
2482 @node On Trusting Binaries
2483 @subsection On Trusting Binaries
2484
2485 @cindex trust, of pre-built binaries
2486 Today, each individual's control over their own computing is at the
2487 mercy of institutions, corporations, and groups with enough power and
2488 determination to subvert the computing infrastructure and exploit its
2489 weaknesses. While using @code{hydra.gnu.org} substitutes can be
2490 convenient, we encourage users to also build on their own, or even run
2491 their own build farm, such that @code{hydra.gnu.org} is less of an
2492 interesting target. One way to help is by publishing the software you
2493 build using @command{guix publish} so that others have one more choice
2494 of server to download substitutes from (@pxref{Invoking guix publish}).
2495
2496 Guix has the foundations to maximize build reproducibility
2497 (@pxref{Features}). In most cases, independent builds of a given
2498 package or derivation should yield bit-identical results. Thus, through
2499 a diverse set of independent package builds, we can strengthen the
2500 integrity of our systems. The @command{guix challenge} command aims to
2501 help users assess substitute servers, and to assist developers in
2502 finding out about non-deterministic package builds (@pxref{Invoking guix
2503 challenge}). Similarly, the @option{--check} option of @command{guix
2504 build} allows users to check whether previously-installed substitutes
2505 are genuine by rebuilding them locally (@pxref{build-check,
2506 @command{guix build --check}}).
2507
2508 In the future, we want Guix to have support to publish and retrieve
2509 binaries to/from other users, in a peer-to-peer fashion. If you would
2510 like to discuss this project, join us on @email{guix-devel@@gnu.org}.
2511
2512 @node Packages with Multiple Outputs
2513 @section Packages with Multiple Outputs
2514
2515 @cindex multiple-output packages
2516 @cindex package outputs
2517 @cindex outputs
2518
2519 Often, packages defined in Guix have a single @dfn{output}---i.e., the
2520 source package leads to exactly one directory in the store. When running
2521 @command{guix package -i glibc}, one installs the default output of the
2522 GNU libc package; the default output is called @code{out}, but its name
2523 can be omitted as shown in this command. In this particular case, the
2524 default output of @code{glibc} contains all the C header files, shared
2525 libraries, static libraries, Info documentation, and other supporting
2526 files.
2527
2528 Sometimes it is more appropriate to separate the various types of files
2529 produced from a single source package into separate outputs. For
2530 instance, the GLib C library (used by GTK+ and related packages)
2531 installs more than 20 MiB of reference documentation as HTML pages.
2532 To save space for users who do not need it, the documentation goes to a
2533 separate output, called @code{doc}. To install the main GLib output,
2534 which contains everything but the documentation, one would run:
2535
2536 @example
2537 guix package -i glib
2538 @end example
2539
2540 @cindex documentation
2541 The command to install its documentation is:
2542
2543 @example
2544 guix package -i glib:doc
2545 @end example
2546
2547 Some packages install programs with different ``dependency footprints''.
2548 For instance, the WordNet package installs both command-line tools and
2549 graphical user interfaces (GUIs). The former depend solely on the C
2550 library, whereas the latter depend on Tcl/Tk and the underlying X
2551 libraries. In this case, we leave the command-line tools in the default
2552 output, whereas the GUIs are in a separate output. This allows users
2553 who do not need the GUIs to save space. The @command{guix size} command
2554 can help find out about such situations (@pxref{Invoking guix size}).
2555 @command{guix graph} can also be helpful (@pxref{Invoking guix graph}).
2556
2557 There are several such multiple-output packages in the GNU distribution.
2558 Other conventional output names include @code{lib} for libraries and
2559 possibly header files, @code{bin} for stand-alone programs, and
2560 @code{debug} for debugging information (@pxref{Installing Debugging
2561 Files}). The outputs of a packages are listed in the third column of
2562 the output of @command{guix package --list-available} (@pxref{Invoking
2563 guix package}).
2564
2565
2566 @node Invoking guix gc
2567 @section Invoking @command{guix gc}
2568
2569 @cindex garbage collector
2570 @cindex disk space
2571 Packages that are installed, but not used, may be @dfn{garbage-collected}.
2572 The @command{guix gc} command allows users to explicitly run the garbage
2573 collector to reclaim space from the @file{/gnu/store} directory. It is
2574 the @emph{only} way to remove files from @file{/gnu/store}---removing
2575 files or directories manually may break it beyond repair!
2576
2577 @cindex GC roots
2578 @cindex garbage collector roots
2579 The garbage collector has a set of known @dfn{roots}: any file under
2580 @file{/gnu/store} reachable from a root is considered @dfn{live} and
2581 cannot be deleted; any other file is considered @dfn{dead} and may be
2582 deleted. The set of garbage collector roots (``GC roots'' for short)
2583 includes default user profiles; by default, the symlinks under
2584 @file{/var/guix/gcroots} represent these GC roots. New GC roots can be
2585 added with @command{guix build --root}, for example (@pxref{Invoking
2586 guix build}).
2587
2588 Prior to running @code{guix gc --collect-garbage} to make space, it is
2589 often useful to remove old generations from user profiles; that way, old
2590 package builds referenced by those generations can be reclaimed. This
2591 is achieved by running @code{guix package --delete-generations}
2592 (@pxref{Invoking guix package}).
2593
2594 Our recommendation is to run a garbage collection periodically, or when
2595 you are short on disk space. For instance, to guarantee that at least
2596 5@tie{}GB are available on your disk, simply run:
2597
2598 @example
2599 guix gc -F 5G
2600 @end example
2601
2602 It is perfectly safe to run as a non-interactive periodic job
2603 (@pxref{Scheduled Job Execution}, for how to set up such a job on
2604 GuixSD). Running @command{guix gc} with no arguments will collect as
2605 much garbage as it can, but that is often inconvenient: you may find
2606 yourself having to rebuild or re-download software that is ``dead'' from
2607 the GC viewpoint but that is necessary to build other pieces of
2608 software---e.g., the compiler tool chain.
2609
2610 The @command{guix gc} command has three modes of operation: it can be
2611 used to garbage-collect any dead files (the default), to delete specific
2612 files (the @code{--delete} option), to print garbage-collector
2613 information, or for more advanced queries. The garbage collection
2614 options are as follows:
2615
2616 @table @code
2617 @item --collect-garbage[=@var{min}]
2618 @itemx -C [@var{min}]
2619 Collect garbage---i.e., unreachable @file{/gnu/store} files and
2620 sub-directories. This is the default operation when no option is
2621 specified.
2622
2623 When @var{min} is given, stop once @var{min} bytes have been collected.
2624 @var{min} may be a number of bytes, or it may include a unit as a
2625 suffix, such as @code{MiB} for mebibytes and @code{GB} for gigabytes
2626 (@pxref{Block size, size specifications,, coreutils, GNU Coreutils}).
2627
2628 When @var{min} is omitted, collect all the garbage.
2629
2630 @item --free-space=@var{free}
2631 @itemx -F @var{free}
2632 Collect garbage until @var{free} space is available under
2633 @file{/gnu/store}, if possible; @var{free} denotes storage space, such
2634 as @code{500MiB}, as described above.
2635
2636 When @var{free} or more is already available in @file{/gnu/store}, do
2637 nothing and exit immediately.
2638
2639 @item --delete
2640 @itemx -d
2641 Attempt to delete all the store files and directories specified as
2642 arguments. This fails if some of the files are not in the store, or if
2643 they are still live.
2644
2645 @item --list-failures
2646 List store items corresponding to cached build failures.
2647
2648 This prints nothing unless the daemon was started with
2649 @option{--cache-failures} (@pxref{Invoking guix-daemon,
2650 @option{--cache-failures}}).
2651
2652 @item --clear-failures
2653 Remove the specified store items from the failed-build cache.
2654
2655 Again, this option only makes sense when the daemon is started with
2656 @option{--cache-failures}. Otherwise, it does nothing.
2657
2658 @item --list-dead
2659 Show the list of dead files and directories still present in the
2660 store---i.e., files and directories no longer reachable from any root.
2661
2662 @item --list-live
2663 Show the list of live store files and directories.
2664
2665 @end table
2666
2667 In addition, the references among existing store files can be queried:
2668
2669 @table @code
2670
2671 @item --references
2672 @itemx --referrers
2673 @cindex package dependencies
2674 List the references (respectively, the referrers) of store files given
2675 as arguments.
2676
2677 @item --requisites
2678 @itemx -R
2679 @cindex closure
2680 List the requisites of the store files passed as arguments. Requisites
2681 include the store files themselves, their references, and the references
2682 of these, recursively. In other words, the returned list is the
2683 @dfn{transitive closure} of the store files.
2684
2685 @xref{Invoking guix size}, for a tool to profile the size of the closure
2686 of an element. @xref{Invoking guix graph}, for a tool to visualize
2687 the graph of references.
2688
2689 @item --derivers
2690 @cindex derivation
2691 Return the derivation(s) leading to the given store items
2692 (@pxref{Derivations}).
2693
2694 For example, this command:
2695
2696 @example
2697 guix gc --derivers `guix package -I ^emacs$ | cut -f4`
2698 @end example
2699
2700 @noindent
2701 returns the @file{.drv} file(s) leading to the @code{emacs} package
2702 installed in your profile.
2703
2704 Note that there may be zero matching @file{.drv} files, for instance
2705 because these files have been garbage-collected. There can also be more
2706 than one matching @file{.drv} due to fixed-output derivations.
2707 @end table
2708
2709 Lastly, the following options allow you to check the integrity of the
2710 store and to control disk usage.
2711
2712 @table @option
2713
2714 @item --verify[=@var{options}]
2715 @cindex integrity, of the store
2716 @cindex integrity checking
2717 Verify the integrity of the store.
2718
2719 By default, make sure that all the store items marked as valid in the
2720 database of the daemon actually exist in @file{/gnu/store}.
2721
2722 When provided, @var{options} must be a comma-separated list containing one
2723 or more of @code{contents} and @code{repair}.
2724
2725 When passing @option{--verify=contents}, the daemon computes the
2726 content hash of each store item and compares it against its hash in the
2727 database. Hash mismatches are reported as data corruptions. Because it
2728 traverses @emph{all the files in the store}, this command can take a
2729 long time, especially on systems with a slow disk drive.
2730
2731 @cindex repairing the store
2732 @cindex corruption, recovering from
2733 Using @option{--verify=repair} or @option{--verify=contents,repair}
2734 causes the daemon to try to repair corrupt store items by fetching
2735 substitutes for them (@pxref{Substitutes}). Because repairing is not
2736 atomic, and thus potentially dangerous, it is available only to the
2737 system administrator. A lightweight alternative, when you know exactly
2738 which items in the store are corrupt, is @command{guix build --repair}
2739 (@pxref{Invoking guix build}).
2740
2741 @item --optimize
2742 @cindex deduplication
2743 Optimize the store by hard-linking identical files---this is
2744 @dfn{deduplication}.
2745
2746 The daemon performs deduplication after each successful build or archive
2747 import, unless it was started with @code{--disable-deduplication}
2748 (@pxref{Invoking guix-daemon, @code{--disable-deduplication}}). Thus,
2749 this option is primarily useful when the daemon was running with
2750 @code{--disable-deduplication}.
2751
2752 @end table
2753
2754 @node Invoking guix pull
2755 @section Invoking @command{guix pull}
2756
2757 @cindex upgrading Guix
2758 @cindex updating Guix
2759 @cindex @command{guix pull}
2760 @cindex pull
2761 Packages are installed or upgraded to the latest version available in
2762 the distribution currently available on your local machine. To update
2763 that distribution, along with the Guix tools, you must run @command{guix
2764 pull}: the command downloads the latest Guix source code and package
2765 descriptions, and deploys it. Source code is downloaded from a
2766 @uref{https://git-scm.com, Git} repository, by default the official
2767 GNU@tie{}Guix repository, though this can be customized.
2768
2769 On completion, @command{guix package} will use packages and package
2770 versions from this just-retrieved copy of Guix. Not only that, but all
2771 the Guix commands and Scheme modules will also be taken from that latest
2772 version. New @command{guix} sub-commands added by the update also
2773 become available.
2774
2775 Any user can update their Guix copy using @command{guix pull}, and the
2776 effect is limited to the user who run @command{guix pull}. For
2777 instance, when user @code{root} runs @command{guix pull}, this has no
2778 effect on the version of Guix that user @code{alice} sees, and vice
2779 versa.
2780
2781 The result of running @command{guix pull} is a @dfn{profile} available
2782 under @file{~/.config/guix/current} containing the latest Guix. Thus,
2783 make sure to add it to the beginning of your search path so that you use
2784 the latest version, and similarly for the Info manual
2785 (@pxref{Documentation}):
2786
2787 @example
2788 export PATH="$HOME/.config/guix/current/bin:$PATH"
2789 export INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH"
2790 @end example
2791
2792 The @code{--list-generations} or @code{-l} option lists past generations
2793 produced by @command{guix pull}, along with details about their provenance:
2794
2795 @example
2796 $ guix pull -l
2797 Generation 1 Jun 10 2018 00:18:18
2798 guix 65956ad
2799 repository URL: https://git.savannah.gnu.org/git/guix.git
2800 branch: origin/master
2801 commit: 65956ad3526ba09e1f7a40722c96c6ef7c0936fe
2802
2803 Generation 2 Jun 11 2018 11:02:49
2804 guix e0cc7f6
2805 repository URL: https://git.savannah.gnu.org/git/guix.git
2806 branch: origin/master
2807 commit: e0cc7f669bec22c37481dd03a7941c7d11a64f1d
2808 2 new packages: keepalived, libnfnetlink
2809 6 packages upgraded: emacs-nix-mode@@2.0.4,
2810 guile2.0-guix@@0.14.0-12.77a1aac, guix@@0.14.0-12.77a1aac,
2811 heimdal@@7.5.0, milkytracker@@1.02.00, nix@@2.0.4
2812
2813 Generation 3 Jun 13 2018 23:31:07 (current)
2814 guix 844cc1c
2815 repository URL: https://git.savannah.gnu.org/git/guix.git
2816 branch: origin/master
2817 commit: 844cc1c8f394f03b404c5bb3aee086922373490c
2818 28 new packages: emacs-helm-ls-git, emacs-helm-mu, @dots{}
2819 69 packages upgraded: borg@@1.1.6, cheese@@3.28.0, @dots{}
2820 @end example
2821
2822 @ref{Invoking guix describe, @command{guix describe}}, for other ways to
2823 describe the current status of Guix.
2824
2825 This @code{~/.config/guix/current} profile works like any other profile
2826 created by @command{guix package} (@pxref{Invoking guix package}). That
2827 is, you can list generations, roll back to the previous
2828 generation---i.e., the previous Guix---and so on:
2829
2830 @example
2831 $ guix package -p ~/.config/guix/current --roll-back
2832 switched from generation 3 to 2
2833 $ guix package -p ~/.config/guix/current --delete-generations=1
2834 deleting /home/charlie/.config/guix/current-1-link
2835 @end example
2836
2837 The @command{guix pull} command is usually invoked with no arguments,
2838 but it supports the following options:
2839
2840 @table @code
2841 @item --verbose
2842 Produce verbose output, writing build logs to the standard error output.
2843
2844 @item --url=@var{url}
2845 @itemx --commit=@var{commit}
2846 @itemx --branch=@var{branch}
2847 Download code from the specified @var{url}, at the given @var{commit} (a valid
2848 Git commit ID represented as a hexadecimal string), or @var{branch}.
2849
2850 @cindex @file{channels.scm}, configuration file
2851 @cindex configuration file for channels
2852 These options are provided for convenience, but you can also specify your
2853 configuration in the @file{~/.config/guix/channels.scm} file or using the
2854 @option{--channels} option (see below).
2855
2856 @item --channels=@var{file}
2857 @itemx -C @var{file}
2858 Read the list of channels from @var{file} instead of
2859 @file{~/.config/guix/channels.scm}. @var{file} must contain Scheme code that
2860 evaluates to a list of channel objects. @xref{Channels}, for more
2861 information.
2862
2863 @item --list-generations[=@var{pattern}]
2864 @itemx -l [@var{pattern}]
2865 List all the generations of @file{~/.config/guix/current} or, if @var{pattern}
2866 is provided, the subset of generations that match @var{pattern}.
2867 The syntax of @var{pattern} is the same as with @code{guix package
2868 --list-generations} (@pxref{Invoking guix package}).
2869
2870 @ref{Invoking guix describe}, for a way to display information about the
2871 current generation only.
2872
2873 @item --profile=@var{profile}
2874 @itemx -p @var{profile}
2875 Use @var{profile} instead of @file{~/.config/guix/current}.
2876
2877 @item --bootstrap
2878 Use the bootstrap Guile to build the latest Guix. This option is only
2879 useful to Guix developers.
2880 @end table
2881
2882 The @dfn{channel} mechanism allows you to instruct @command{guix pull} which
2883 repository and branch to pull from, as well as @emph{additional} repositories
2884 containing package modules that should be deployed. @xref{Channels}, for more
2885 information.
2886
2887 In addition, @command{guix pull} supports all the common build options
2888 (@pxref{Common Build Options}).
2889
2890 @node Channels
2891 @section Channels
2892
2893 @cindex channels
2894 @cindex @file{channels.scm}, configuration file
2895 @cindex configuration file for channels
2896 @cindex @command{guix pull}, configuration file
2897 @cindex configuration of @command{guix pull}
2898 Guix and its package collection are updated by running @command{guix pull}
2899 (@pxref{Invoking guix pull}). By default @command{guix pull} downloads and
2900 deploys Guix itself from the official GNU@tie{}Guix repository. This can be
2901 customized by defining @dfn{channels} in the
2902 @file{~/.config/guix/channels.scm} file. A channel specifies a URL and branch
2903 of a Git repository to be deployed, and @command{guix pull} can be instructed
2904 to pull from one or more channels. In other words, channels can be used to
2905 @emph{customize} and to @emph{extend} Guix, as we will see below.
2906
2907 @subsection Using a Custom Guix Channel
2908
2909 The channel called @code{guix} specifies where Guix itself---its command-line
2910 tools as well as its package collection---should be downloaded. For instance,
2911 suppose you want to update from your own copy of the Guix repository at
2912 @code{example.org}, and specifically the @code{super-hacks} branch, you can
2913 write in @code{~/.config/guix/channels.scm} this specification:
2914
2915 @lisp
2916 ;; Tell 'guix pull' to use my own repo.
2917 (list (channel
2918 (name 'guix)
2919 (url "https://example.org/my-guix.git")
2920 (branch "super-hacks")))
2921 @end lisp
2922
2923 @noindent
2924 From there on, @command{guix pull} will fetch code from the @code{super-hacks}
2925 branch of the repository at @code{example.org}.
2926
2927 @subsection Specifying Additional Channels
2928
2929 @cindex extending the package collection (channels)
2930 @cindex personal packages (channels)
2931 @cindex channels, for personal packages
2932 You can also specify @emph{additional channels} to pull from. Let's say you
2933 have a bunch of custom package variants or personal packages that you think
2934 would make little sense to contribute to the Guix project, but would like to
2935 have these packages transparently available to you at the command line. You
2936 would first write modules containing those package definitions (@pxref{Package
2937 Modules}), maintain them in a Git repository, and then you and anyone else can
2938 use it as an additional channel to get packages from. Neat, no?
2939
2940 @c What follows stems from discussions at
2941 @c <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22629#134> as well as
2942 @c earlier discussions on guix-devel@gnu.org.
2943 @quotation Warning
2944 Before you, dear user, shout---``woow this is @emph{soooo coool}!''---and
2945 publish your personal channel to the world, we would like to share a few words
2946 of caution:
2947
2948 @itemize
2949 @item
2950 Before publishing a channel, please consider contributing your package
2951 definitions to Guix proper (@pxref{Contributing}). Guix as a project is open
2952 to free software of all sorts, and packages in Guix proper are readily
2953 available to all Guix users and benefit from the project's quality assurance
2954 process.
2955
2956 @item
2957 When you maintain package definitions outside Guix, we, Guix developers,
2958 consider that @emph{the compatibility burden is on you}. Remember that
2959 package modules and package definitions are just Scheme code that uses various
2960 programming interfaces (APIs). We want to remain free to change these APIs to
2961 keep improving Guix, possibly in ways that break your channel. We never
2962 change APIs gratuitously, but we will @emph{not} commit to freezing APIs
2963 either.
2964
2965 @item
2966 Corollary: if you're using an external channel and that channel breaks, please
2967 @emph{report the issue to the channel authors}, not to the Guix project.
2968 @end itemize
2969
2970 You've been warned! Having said this, we believe external channels are a
2971 practical way to exert your freedom to augment Guix' package collection and to
2972 share your improvements, which are basic tenets of
2973 @uref{https://www.gnu.org/philosophy/free-sw.html, free software}. Please
2974 email us at @email{guix-devel@@gnu.org} if you'd like to discuss this.
2975 @end quotation
2976
2977 Once you have a Git repository containing your own package modules, you can
2978 write @code{~/.config/guix/channels.scm} to instruct @command{guix pull} to
2979 pull from your personal channel @emph{in addition} to the default Guix
2980 channel(s):
2981
2982 @vindex %default-channels
2983 @lisp
2984 ;; Add my personal packages to those Guix provides.
2985 (cons (channel
2986 (name 'my-personal-packages)
2987 (url "https://example.org/personal-packages.git"))
2988 %default-channels)
2989 @end lisp
2990
2991 @noindent
2992 Note that the snippet above is (as always!) Scheme code; we use @code{cons} to
2993 add a channel the list of channels that the variable @code{%default-channels}
2994 is bound to (@pxref{Pairs, @code{cons} and lists,, guile, GNU Guile Reference
2995 Manual}). With this file in place, @command{guix pull} builds not only Guix
2996 but also the package modules from your own repository. The result in
2997 @file{~/.config/guix/current} is the union of Guix with your own package
2998 modules:
2999
3000 @example
3001 $ guix pull --list-generations
3002 @dots{}
3003 Generation 19 Aug 27 2018 16:20:48
3004 guix d894ab8
3005 repository URL: https://git.savannah.gnu.org/git/guix.git
3006 branch: master
3007 commit: d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300
3008 my-personal-packages dd3df5e
3009 repository URL: https://example.org/personal-packages.git
3010 branch: master
3011 commit: dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb
3012 11 new packages: my-gimp, my-emacs-with-cool-features, @dots{}
3013 4 packages upgraded: emacs-racket-mode@@0.0.2-2.1b78827, @dots{}
3014 @end example
3015
3016 @noindent
3017 The output of @command{guix pull} above shows that Generation@tie{}19 includes
3018 both Guix and packages from the @code{my-personal-packages} channel. Among
3019 the new and upgraded packages that are listed, some like @code{my-gimp} and
3020 @code{my-emacs-with-cool-features} might come from
3021 @code{my-personal-packages}, while others come from the Guix default channel.
3022
3023 @subsection Replicating Guix
3024
3025 @cindex pinning, channels
3026 @cindex replicating Guix
3027 @cindex reproducibility, of Guix
3028 The @command{guix pull --list-generations} output above shows precisely which
3029 commits were used to build this instance of Guix. We can thus replicate it,
3030 say, on another machine, by providing a channel specification in
3031 @file{~/.config/guix/channels.scm} that is ``pinned'' to these commits:
3032
3033 @lisp
3034 ;; Deploy specific commits of my channels of interest.
3035 (list (channel
3036 (name 'guix)
3037 (url "https://git.savannah.gnu.org/git/guix.git")
3038 (commit "d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300"))
3039 (channel
3040 (name 'my-personal-packages)
3041 (url "https://example.org/personal-packages.git")
3042 (branch "dd3df5e2c8818760a8fc0bd699e55d3b69fef2bb")))
3043 @end lisp
3044
3045 The @command{guix describe --format=channels} command can even generate this
3046 list of channels directly (@pxref{Invoking guix describe}).
3047
3048 At this point the two machines run the @emph{exact same Guix}, with access to
3049 the @emph{exact same packages}. The output of @command{guix build gimp} on
3050 one machine will be exactly the same, bit for bit, as the output of the same
3051 command on the other machine. It also means both machines have access to all
3052 the source code of Guix and, transitively, to all the source code of every
3053 package it defines.
3054
3055 This gives you super powers, allowing you to track the provenance of binary
3056 artifacts with very fine grain, and to reproduce software environments at
3057 will---some sort of ``meta reproducibility'' capabilities, if you will.
3058 @xref{Inferiors}, for another way to take advantage of these super powers.
3059
3060 @node Inferiors
3061 @section Inferiors
3062
3063 @c TODO: Remove this once we're more confident about API stability.
3064 @quotation Note
3065 The functionality described here is a ``technology preview'' as of version
3066 @value{VERSION}. As such, the interface is subject to change.
3067 @end quotation
3068
3069 @cindex inferiors
3070 @cindex composition of Guix revisions
3071 Sometimes you might need to mix packages from the revision of Guix you're
3072 currently running with packages available in a different revision of Guix.
3073 Guix @dfn{inferiors} allow you to achieve that by composing different Guix
3074 revisions in arbitrary ways.
3075
3076 @cindex inferior packages
3077 Technically, an ``inferior'' is essentially a separate Guix process connected
3078 to your main Guix process through a REPL (@pxref{Invoking guix repl}). The
3079 @code{(guix inferior)} module allows you to create inferiors and to
3080 communicate with them. It also provides a high-level interface to browse and
3081 manipulate the packages that an inferior provides---@dfn{inferior packages}.
3082
3083 When combined with channels (@pxref{Channels}), inferiors provide a simple way
3084 to interact with a separate revision of Guix. For example, let's assume you
3085 want to install in your profile the current @code{guile} package, along with
3086 the @code{guile-json} as it existed in an older revision of Guix---perhaps
3087 because the newer @code{guile-json} has an incompatible API and you want to
3088 run your code against the old API@. To do that, you could write a manifest for
3089 use by @code{guix package --manifest} (@pxref{Invoking guix package}); in that
3090 manifest, you would create an inferior for that old Guix revision you care
3091 about, and you would look up the @code{guile-json} package in the inferior:
3092
3093 @lisp
3094 (use-modules (guix inferior) (guix channels)
3095 (srfi srfi-1)) ;for 'first'
3096
3097 (define channels
3098 ;; This is the old revision from which we want to
3099 ;; extract guile-json.
3100 (list (channel
3101 (name 'guix)
3102 (url "https://git.savannah.gnu.org/git/guix.git")
3103 (commit
3104 "65956ad3526ba09e1f7a40722c96c6ef7c0936fe"))))
3105
3106 (define inferior
3107 ;; An inferior representing the above revision.
3108 (inferior-for-channels channels))
3109
3110 ;; Now create a manifest with the current "guile" package
3111 ;; and the old "guile-json" package.
3112 (packages->manifest
3113 (list (first (lookup-inferior-packages inferior "guile-json"))
3114 (specification->package "guile")))
3115 @end lisp
3116
3117 On its first run, @command{guix package --manifest} might have to build the
3118 channel you specified before it can create the inferior; subsequent runs will
3119 be much faster because the Guix revision will be cached.
3120
3121 The @code{(guix inferior)} module provides the following procedures to open an
3122 inferior:
3123
3124 @deffn {Scheme Procedure} inferior-for-channels @var{channels} @
3125 [#:cache-directory] [#:ttl]
3126 Return an inferior for @var{channels}, a list of channels. Use the cache at
3127 @var{cache-directory}, where entries can be reclaimed after @var{ttl} seconds.
3128 This procedure opens a new connection to the build daemon.
3129
3130 As a side effect, this procedure may build or substitute binaries for
3131 @var{channels}, which can take time.
3132 @end deffn
3133
3134 @deffn {Scheme Procedure} open-inferior @var{directory} @
3135 [#:command "bin/guix"]
3136 Open the inferior Guix in @var{directory}, running
3137 @code{@var{directory}/@var{command} repl} or equivalent. Return @code{#f} if
3138 the inferior could not be launched.
3139 @end deffn
3140
3141 @cindex inferior packages
3142 The procedures listed below allow you to obtain and manipulate inferior
3143 packages.
3144
3145 @deffn {Scheme Procedure} inferior-packages @var{inferior}
3146 Return the list of packages known to @var{inferior}.
3147 @end deffn
3148
3149 @deffn {Scheme Procedure} lookup-inferior-packages @var{inferior} @var{name} @
3150 [@var{version}]
3151 Return the sorted list of inferior packages matching @var{name} in
3152 @var{inferior}, with highest version numbers first. If @var{version} is true,
3153 return only packages with a version number prefixed by @var{version}.
3154 @end deffn
3155
3156 @deffn {Scheme Procedure} inferior-package? @var{obj}
3157 Return true if @var{obj} is an inferior package.
3158 @end deffn
3159
3160 @deffn {Scheme Procedure} inferior-package-name @var{package}
3161 @deffnx {Scheme Procedure} inferior-package-version @var{package}
3162 @deffnx {Scheme Procedure} inferior-package-synopsis @var{package}
3163 @deffnx {Scheme Procedure} inferior-package-description @var{package}
3164 @deffnx {Scheme Procedure} inferior-package-home-page @var{package}
3165 @deffnx {Scheme Procedure} inferior-package-location @var{package}
3166 @deffnx {Scheme Procedure} inferior-package-inputs @var{package}
3167 @deffnx {Scheme Procedure} inferior-package-native-inputs @var{package}
3168 @deffnx {Scheme Procedure} inferior-package-propagated-inputs @var{package}
3169 @deffnx {Scheme Procedure} inferior-package-transitive-propagated-inputs @var{package}
3170 @deffnx {Scheme Procedure} inferior-package-native-search-paths @var{package}
3171 @deffnx {Scheme Procedure} inferior-package-transitive-native-search-paths @var{package}
3172 @deffnx {Scheme Procedure} inferior-package-search-paths @var{package}
3173 These procedures are the counterpart of package record accessors
3174 (@pxref{package Reference}). Most of them work by querying the inferior
3175 @var{package} comes from, so the inferior must still be live when you call
3176 these procedures.
3177 @end deffn
3178
3179 Inferior packages can be used transparently like any other package or
3180 file-like object in G-expressions (@pxref{G-Expressions}). They are also
3181 transparently handled by the @code{packages->manifest} procedure, which is
3182 commonly use in manifests (@pxref{Invoking guix package, the
3183 @option{--manifest} option of @command{guix package}}). Thus you can insert
3184 an inferior package pretty much anywhere you would insert a regular package:
3185 in manifests, in the @code{packages} field of your @code{operating-system}
3186 declaration, and so on.
3187
3188 @node Invoking guix describe
3189 @section Invoking @command{guix describe}
3190
3191 @cindex reproducibility
3192 @cindex replicating Guix
3193 Often you may want to answer questions like: ``Which revision of Guix am I
3194 using?'' or ``Which channels am I using?'' This is useful information in many
3195 situations: if you want to @emph{replicate} an environment on a different
3196 machine or user account, if you want to report a bug or to determine what
3197 change in the channels you are using caused it, or if you want to record your
3198 system state for reproducibility purposes. The @command{guix describe}
3199 command answers these questions.
3200
3201 When run from a @command{guix pull}ed @command{guix}, @command{guix describe}
3202 displays the channel(s) that it was built from, including their repository URL
3203 and commit IDs (@pxref{Channels}):
3204
3205 @example
3206 $ guix describe
3207 Generation 10 Sep 03 2018 17:32:44 (current)
3208 guix e0fa68c
3209 repository URL: https://git.savannah.gnu.org/git/guix.git
3210 branch: master
3211 commit: e0fa68c7718fffd33d81af415279d6ddb518f727
3212 @end example
3213
3214 If you're familiar with the Git version control system, this is similar in
3215 spirit to @command{git describe}; the output is also similar to that of
3216 @command{guix pull --list-generations}, but limited to the current generation
3217 (@pxref{Invoking guix pull, the @option{--list-generations} option}). Because
3218 the Git commit ID shown above unambiguously refers to a snapshot of Guix, this
3219 information is all it takes to describe the revision of Guix you're using, and
3220 also to replicate it.
3221
3222 To make it easier to replicate Guix, @command{guix describe} can also be asked
3223 to return a list of channels instead of the human-readable description above:
3224
3225 @example
3226 $ guix describe -f channels
3227 (list (channel
3228 (name 'guix)
3229 (url "https://git.savannah.gnu.org/git/guix.git")
3230 (commit
3231 "e0fa68c7718fffd33d81af415279d6ddb518f727")))
3232 @end example
3233
3234 @noindent
3235 You can save this to a file and feed it to @command{guix pull -C} on some
3236 other machine or at a later point in time, which will instantiate @emph{this
3237 exact Guix revision} (@pxref{Invoking guix pull, the @option{-C} option}).
3238 From there on, since you're able to deploy the same revision of Guix, you can
3239 just as well @emph{replicate a complete software environment}. We humbly
3240 think that this is @emph{awesome}, and we hope you'll like it too!
3241
3242 The details of the options supported by @command{guix describe} are as
3243 follows:
3244
3245 @table @code
3246 @item --format=@var{format}
3247 @itemx -f @var{format}
3248 Produce output in the specified @var{format}, one of:
3249
3250 @table @code
3251 @item human
3252 produce human-readable output;
3253 @item channels
3254 produce a list of channel specifications that can be passed to @command{guix
3255 pull -C} or installed as @file{~/.config/guix/channels.scm} (@pxref{Invoking
3256 guix pull}).
3257 @end table
3258 @end table
3259
3260 @node Invoking guix pack
3261 @section Invoking @command{guix pack}
3262
3263 Occasionally you want to pass software to people who are not (yet!)
3264 lucky enough to be using Guix. You'd tell them to run @command{guix
3265 package -i @var{something}}, but that's not possible in this case. This
3266 is where @command{guix pack} comes in.
3267
3268 @quotation Note
3269 If you are looking for ways to exchange binaries among machines that
3270 already run Guix, @pxref{Invoking guix copy}, @ref{Invoking guix
3271 publish}, and @ref{Invoking guix archive}.
3272 @end quotation
3273
3274 @cindex pack
3275 @cindex bundle
3276 @cindex application bundle
3277 @cindex software bundle
3278 The @command{guix pack} command creates a shrink-wrapped @dfn{pack} or
3279 @dfn{software bundle}: it creates a tarball or some other archive
3280 containing the binaries of the software you're interested in, and all
3281 its dependencies. The resulting archive can be used on any machine that
3282 does not have Guix, and people can run the exact same binaries as those
3283 you have with Guix. The pack itself is created in a bit-reproducible
3284 fashion, so anyone can verify that it really contains the build results
3285 that you pretend to be shipping.
3286
3287 For example, to create a bundle containing Guile, Emacs, Geiser, and all
3288 their dependencies, you can run:
3289
3290 @example
3291 $ guix pack guile emacs geiser
3292 @dots{}
3293 /gnu/store/@dots{}-pack.tar.gz
3294 @end example
3295
3296 The result here is a tarball containing a @file{/gnu/store} directory
3297 with all the relevant packages. The resulting tarball contains a
3298 @dfn{profile} with the three packages of interest; the profile is the
3299 same as would be created by @command{guix package -i}. It is this
3300 mechanism that is used to create Guix's own standalone binary tarball
3301 (@pxref{Binary Installation}).
3302
3303 Users of this pack would have to run
3304 @file{/gnu/store/@dots{}-profile/bin/guile} to run Guile, which you may
3305 find inconvenient. To work around it, you can create, say, a
3306 @file{/opt/gnu/bin} symlink to the profile:
3307
3308 @example
3309 guix pack -S /opt/gnu/bin=bin guile emacs geiser
3310 @end example
3311
3312 @noindent
3313 That way, users can happily type @file{/opt/gnu/bin/guile} and enjoy.
3314
3315 @cindex relocatable binaries, with @command{guix pack}
3316 What if the recipient of your pack does not have root privileges on
3317 their machine, and thus cannot unpack it in the root file system? In
3318 that case, you will want to use the @code{--relocatable} option (see
3319 below). This option produces @dfn{relocatable binaries}, meaning they
3320 they can be placed anywhere in the file system hierarchy: in the example
3321 above, users can unpack your tarball in their home directory and
3322 directly run @file{./opt/gnu/bin/guile}.
3323
3324 @cindex Docker, build an image with guix pack
3325 Alternatively, you can produce a pack in the Docker image format using
3326 the following command:
3327
3328 @example
3329 guix pack -f docker guile emacs geiser
3330 @end example
3331
3332 @noindent
3333 The result is a tarball that can be passed to the @command{docker load}
3334 command. See the
3335 @uref{https://docs.docker.com/engine/reference/commandline/load/, Docker
3336 documentation} for more information.
3337
3338 @cindex Singularity, build an image with guix pack
3339 @cindex SquashFS, build an image with guix pack
3340 Yet another option is to produce a SquashFS image with the following
3341 command:
3342
3343 @example
3344 guix pack -f squashfs guile emacs geiser
3345 @end example
3346
3347 @noindent
3348 The result is a SquashFS file system image that can either be mounted or
3349 directly be used as a file system container image with the
3350 @uref{http://singularity.lbl.gov, Singularity container execution
3351 environment}, using commands like @command{singularity shell} or
3352 @command{singularity exec}.
3353
3354 Several command-line options allow you to customize your pack:
3355
3356 @table @code
3357 @item --format=@var{format}
3358 @itemx -f @var{format}
3359 Produce a pack in the given @var{format}.
3360
3361 The available formats are:
3362
3363 @table @code
3364 @item tarball
3365 This is the default format. It produces a tarball containing all the
3366 specified binaries and symlinks.
3367
3368 @item docker
3369 This produces a tarball that follows the
3370 @uref{https://github.com/docker/docker/blob/master/image/spec/v1.2.md,
3371 Docker Image Specification}.
3372
3373 @item squashfs
3374 This produces a SquashFS image containing all the specified binaries and
3375 symlinks, as well as empty mount points for virtual file systems like
3376 procfs.
3377 @end table
3378
3379 @item --relocatable
3380 @itemx -R
3381 Produce @dfn{relocatable binaries}---i.e., binaries that can be placed
3382 anywhere in the file system hierarchy and run from there. For example,
3383 if you create a pack containing Bash with:
3384
3385 @example
3386 guix pack -R -S /mybin=bin bash
3387 @end example
3388
3389 @noindent
3390 ... you can copy that pack to a machine that lacks Guix, and from your
3391 home directory as a normal user, run:
3392
3393 @example
3394 tar xf pack.tar.gz
3395 ./mybin/sh
3396 @end example
3397
3398 @noindent
3399 In that shell, if you type @code{ls /gnu/store}, you'll notice that
3400 @file{/gnu/store} shows up and contains all the dependencies of
3401 @code{bash}, even though the machine actually lacks @file{/gnu/store}
3402 altogether! That is probably the simplest way to deploy Guix-built
3403 software on a non-Guix machine.
3404
3405 There's a gotcha though: this technique relies on the @dfn{user
3406 namespace} feature of the kernel Linux, which allows unprivileged users
3407 to mount or change root. Old versions of Linux did not support it, and
3408 some GNU/Linux distributions turn it off; on these systems, programs
3409 from the pack @emph{will fail to run}, unless they are unpacked in the
3410 root file system.
3411
3412 @item --expression=@var{expr}
3413 @itemx -e @var{expr}
3414 Consider the package @var{expr} evaluates to.
3415
3416 This has the same purpose as the same-named option in @command{guix
3417 build} (@pxref{Additional Build Options, @code{--expression} in
3418 @command{guix build}}).
3419
3420 @item --manifest=@var{file}
3421 @itemx -m @var{file}
3422 Use the packages contained in the manifest object returned by the Scheme
3423 code in @var{file}.
3424
3425 This has a similar purpose as the same-named option in @command{guix
3426 package} (@pxref{profile-manifest, @option{--manifest}}) and uses the
3427 same manifest files. It allows you to define a collection of packages
3428 once and use it both for creating profiles and for creating archives
3429 for use on machines that do not have Guix installed. Note that you can
3430 specify @emph{either} a manifest file @emph{or} a list of packages,
3431 but not both.
3432
3433 @item --system=@var{system}
3434 @itemx -s @var{system}
3435 Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of
3436 the system type of the build host.
3437
3438 @item --target=@var{triplet}
3439 @cindex cross-compilation
3440 Cross-build for @var{triplet}, which must be a valid GNU triplet, such
3441 as @code{"mips64el-linux-gnu"} (@pxref{Specifying target triplets, GNU
3442 configuration triplets,, autoconf, Autoconf}).
3443
3444 @item --compression=@var{tool}
3445 @itemx -C @var{tool}
3446 Compress the resulting tarball using @var{tool}---one of @code{gzip},
3447 @code{bzip2}, @code{xz}, @code{lzip}, or @code{none} for no compression.
3448
3449 @item --symlink=@var{spec}
3450 @itemx -S @var{spec}
3451 Add the symlinks specified by @var{spec} to the pack. This option can
3452 appear several times.
3453
3454 @var{spec} has the form @code{@var{source}=@var{target}}, where
3455 @var{source} is the symlink that will be created and @var{target} is the
3456 symlink target.
3457
3458 For instance, @code{-S /opt/gnu/bin=bin} creates a @file{/opt/gnu/bin}
3459 symlink pointing to the @file{bin} sub-directory of the profile.
3460
3461 @item --localstatedir
3462 Include the ``local state directory'', @file{/var/guix}, in the
3463 resulting pack.
3464
3465 @file{/var/guix} contains the store database (@pxref{The Store}) as well
3466 as garbage-collector roots (@pxref{Invoking guix gc}). Providing it in
3467 the pack means that the store is ``complete'' and manageable by Guix;
3468 not providing it pack means that the store is ``dead'': items cannot be
3469 added to it or removed from it after extraction of the pack.
3470
3471 One use case for this is the Guix self-contained binary tarball
3472 (@pxref{Binary Installation}).
3473
3474 @item --bootstrap
3475 Use the bootstrap binaries to build the pack. This option is only
3476 useful to Guix developers.
3477 @end table
3478
3479 In addition, @command{guix pack} supports all the common build options
3480 (@pxref{Common Build Options}) and all the package transformation
3481 options (@pxref{Package Transformation Options}).
3482
3483
3484 @node Invoking guix archive
3485 @section Invoking @command{guix archive}
3486
3487 @cindex @command{guix archive}
3488 @cindex archive
3489 The @command{guix archive} command allows users to @dfn{export} files
3490 from the store into a single archive, and to later @dfn{import} them on
3491 a machine that runs Guix.
3492 In particular, it allows store files to be transferred from one machine
3493 to the store on another machine.
3494
3495 @quotation Note
3496 If you're looking for a way to produce archives in a format suitable for
3497 tools other than Guix, @pxref{Invoking guix pack}.
3498 @end quotation
3499
3500 @cindex exporting store items
3501 To export store files as an archive to standard output, run:
3502
3503 @example
3504 guix archive --export @var{options} @var{specifications}...
3505 @end example
3506
3507 @var{specifications} may be either store file names or package
3508 specifications, as for @command{guix package} (@pxref{Invoking guix
3509 package}). For instance, the following command creates an archive
3510 containing the @code{gui} output of the @code{git} package and the main
3511 output of @code{emacs}:
3512
3513 @example
3514 guix archive --export git:gui /gnu/store/...-emacs-24.3 > great.nar
3515 @end example
3516
3517 If the specified packages are not built yet, @command{guix archive}
3518 automatically builds them. The build process may be controlled with the
3519 common build options (@pxref{Common Build Options}).
3520
3521 To transfer the @code{emacs} package to a machine connected over SSH,
3522 one would run:
3523
3524 @example
3525 guix archive --export -r emacs | ssh the-machine guix archive --import
3526 @end example
3527
3528 @noindent
3529 Similarly, a complete user profile may be transferred from one machine
3530 to another like this:
3531
3532 @example
3533 guix archive --export -r $(readlink -f ~/.guix-profile) | \
3534 ssh the-machine guix-archive --import
3535 @end example
3536
3537 @noindent
3538 However, note that, in both examples, all of @code{emacs} and the
3539 profile as well as all of their dependencies are transferred (due to
3540 @code{-r}), regardless of what is already available in the store on the
3541 target machine. The @code{--missing} option can help figure out which
3542 items are missing from the target store. The @command{guix copy}
3543 command simplifies and optimizes this whole process, so this is probably
3544 what you should use in this case (@pxref{Invoking guix copy}).
3545
3546 @cindex nar, archive format
3547 @cindex normalized archive (nar)
3548 Archives are stored in the ``normalized archive'' or ``nar'' format, which is
3549 comparable in spirit to `tar', but with differences
3550 that make it more appropriate for our purposes. First, rather than
3551 recording all Unix metadata for each file, the nar format only mentions
3552 the file type (regular, directory, or symbolic link); Unix permissions
3553 and owner/group are dismissed. Second, the order in which directory
3554 entries are stored always follows the order of file names according to
3555 the C locale collation order. This makes archive production fully
3556 deterministic.
3557
3558 When exporting, the daemon digitally signs the contents of the archive,
3559 and that digital signature is appended. When importing, the daemon
3560 verifies the signature and rejects the import in case of an invalid
3561 signature or if the signing key is not authorized.
3562 @c FIXME: Add xref to daemon doc about signatures.
3563
3564 The main options are:
3565
3566 @table @code
3567 @item --export
3568 Export the specified store files or packages (see below.) Write the
3569 resulting archive to the standard output.
3570
3571 Dependencies are @emph{not} included in the output, unless
3572 @code{--recursive} is passed.
3573
3574 @item -r
3575 @itemx --recursive
3576 When combined with @code{--export}, this instructs @command{guix
3577 archive} to include dependencies of the given items in the archive.
3578 Thus, the resulting archive is self-contained: it contains the closure
3579 of the exported store items.
3580
3581 @item --import
3582 Read an archive from the standard input, and import the files listed
3583 therein into the store. Abort if the archive has an invalid digital
3584 signature, or if it is signed by a public key not among the authorized
3585 keys (see @code{--authorize} below.)
3586
3587 @item --missing
3588 Read a list of store file names from the standard input, one per line,
3589 and write on the standard output the subset of these files missing from
3590 the store.
3591
3592 @item --generate-key[=@var{parameters}]
3593 @cindex signing, archives
3594 Generate a new key pair for the daemon. This is a prerequisite before
3595 archives can be exported with @code{--export}. Note that this operation
3596 usually takes time, because it needs to gather enough entropy to
3597 generate the key pair.
3598
3599 The generated key pair is typically stored under @file{/etc/guix}, in
3600 @file{signing-key.pub} (public key) and @file{signing-key.sec} (private
3601 key, which must be kept secret.) When @var{parameters} is omitted,
3602 an ECDSA key using the Ed25519 curve is generated, or, for Libgcrypt
3603 versions before 1.6.0, it is a 4096-bit RSA key.
3604 Alternatively, @var{parameters} can specify
3605 @code{genkey} parameters suitable for Libgcrypt (@pxref{General
3606 public-key related Functions, @code{gcry_pk_genkey},, gcrypt, The
3607 Libgcrypt Reference Manual}).
3608
3609 @item --authorize
3610 @cindex authorizing, archives
3611 Authorize imports signed by the public key passed on standard input.
3612 The public key must be in ``s-expression advanced format''---i.e., the
3613 same format as the @file{signing-key.pub} file.
3614
3615 The list of authorized keys is kept in the human-editable file
3616 @file{/etc/guix/acl}. The file contains
3617 @url{http://people.csail.mit.edu/rivest/Sexp.txt, ``advanced-format
3618 s-expressions''} and is structured as an access-control list in the
3619 @url{http://theworld.com/~cme/spki.txt, Simple Public-Key Infrastructure
3620 (SPKI)}.
3621
3622 @item --extract=@var{directory}
3623 @itemx -x @var{directory}
3624 Read a single-item archive as served by substitute servers
3625 (@pxref{Substitutes}) and extract it to @var{directory}. This is a
3626 low-level operation needed in only very narrow use cases; see below.
3627
3628 For example, the following command extracts the substitute for Emacs
3629 served by @code{hydra.gnu.org} to @file{/tmp/emacs}:
3630
3631 @example
3632 $ wget -O - \
3633 https://hydra.gnu.org/nar/@dots{}-emacs-24.5 \
3634 | bunzip2 | guix archive -x /tmp/emacs
3635 @end example
3636
3637 Single-item archives are different from multiple-item archives produced
3638 by @command{guix archive --export}; they contain a single store item,
3639 and they do @emph{not} embed a signature. Thus this operation does
3640 @emph{no} signature verification and its output should be considered
3641 unsafe.
3642
3643 The primary purpose of this operation is to facilitate inspection of
3644 archive contents coming from possibly untrusted substitute servers.
3645
3646 @end table
3647
3648 @c *********************************************************************
3649 @node Programming Interface
3650 @chapter Programming Interface
3651
3652 GNU Guix provides several Scheme programming interfaces (APIs) to
3653 define, build, and query packages. The first interface allows users to
3654 write high-level package definitions. These definitions refer to
3655 familiar packaging concepts, such as the name and version of a package,
3656 its build system, and its dependencies. These definitions can then be
3657 turned into concrete build actions.
3658
3659 Build actions are performed by the Guix daemon, on behalf of users. In a
3660 standard setup, the daemon has write access to the store---the
3661 @file{/gnu/store} directory---whereas users do not. The recommended
3662 setup also has the daemon perform builds in chroots, under a specific
3663 build users, to minimize interference with the rest of the system.
3664
3665 @cindex derivation
3666 Lower-level APIs are available to interact with the daemon and the
3667 store. To instruct the daemon to perform a build action, users actually
3668 provide it with a @dfn{derivation}. A derivation is a low-level
3669 representation of the build actions to be taken, and the environment in
3670 which they should occur---derivations are to package definitions what
3671 assembly is to C programs. The term ``derivation'' comes from the fact
3672 that build results @emph{derive} from them.
3673
3674 This chapter describes all these APIs in turn, starting from high-level
3675 package definitions.
3676
3677 @menu
3678 * Defining Packages:: Defining new packages.
3679 * Build Systems:: Specifying how packages are built.
3680 * The Store:: Manipulating the package store.
3681 * Derivations:: Low-level interface to package derivations.
3682 * The Store Monad:: Purely functional interface to the store.
3683 * G-Expressions:: Manipulating build expressions.
3684 * Invoking guix repl:: Fiddling with Guix interactively.
3685 @end menu
3686
3687 @node Defining Packages
3688 @section Defining Packages
3689
3690 The high-level interface to package definitions is implemented in the
3691 @code{(guix packages)} and @code{(guix build-system)} modules. As an
3692 example, the package definition, or @dfn{recipe}, for the GNU Hello
3693 package looks like this:
3694
3695 @example
3696 (define-module (gnu packages hello)
3697 #:use-module (guix packages)
3698 #:use-module (guix download)
3699 #:use-module (guix build-system gnu)
3700 #:use-module (guix licenses)
3701 #:use-module (gnu packages gawk))
3702
3703 (define-public hello
3704 (package
3705 (name "hello")
3706 (version "2.10")
3707 (source (origin
3708 (method url-fetch)
3709 (uri (string-append "mirror://gnu/hello/hello-" version
3710 ".tar.gz"))
3711 (sha256
3712 (base32
3713 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
3714 (build-system gnu-build-system)
3715 (arguments '(#:configure-flags '("--enable-silent-rules")))
3716 (inputs `(("gawk" ,gawk)))
3717 (synopsis "Hello, GNU world: An example GNU package")
3718 (description "Guess what GNU Hello prints!")
3719 (home-page "http://www.gnu.org/software/hello/")
3720 (license gpl3+)))
3721 @end example
3722
3723 @noindent
3724 Without being a Scheme expert, the reader may have guessed the meaning
3725 of the various fields here. This expression binds the variable
3726 @code{hello} to a @code{<package>} object, which is essentially a record
3727 (@pxref{SRFI-9, Scheme records,, guile, GNU Guile Reference Manual}).
3728 This package object can be inspected using procedures found in the
3729 @code{(guix packages)} module; for instance, @code{(package-name hello)}
3730 returns---surprise!---@code{"hello"}.
3731
3732 With luck, you may be able to import part or all of the definition of
3733 the package you are interested in from another repository, using the
3734 @code{guix import} command (@pxref{Invoking guix import}).
3735
3736 In the example above, @var{hello} is defined in a module of its own,
3737 @code{(gnu packages hello)}. Technically, this is not strictly
3738 necessary, but it is convenient to do so: all the packages defined in
3739 modules under @code{(gnu packages @dots{})} are automatically known to
3740 the command-line tools (@pxref{Package Modules}).
3741
3742 There are a few points worth noting in the above package definition:
3743
3744 @itemize
3745 @item
3746 The @code{source} field of the package is an @code{<origin>} object
3747 (@pxref{origin Reference}, for the complete reference).
3748 Here, the @code{url-fetch} method from @code{(guix download)} is used,
3749 meaning that the source is a file to be downloaded over FTP or HTTP.
3750
3751 The @code{mirror://gnu} prefix instructs @code{url-fetch} to use one of
3752 the GNU mirrors defined in @code{(guix download)}.
3753
3754 The @code{sha256} field specifies the expected SHA256 hash of the file
3755 being downloaded. It is mandatory, and allows Guix to check the
3756 integrity of the file. The @code{(base32 @dots{})} form introduces the
3757 base32 representation of the hash. You can obtain this information with
3758 @code{guix download} (@pxref{Invoking guix download}) and @code{guix
3759 hash} (@pxref{Invoking guix hash}).
3760
3761 @cindex patches
3762 When needed, the @code{origin} form can also have a @code{patches} field
3763 listing patches to be applied, and a @code{snippet} field giving a
3764 Scheme expression to modify the source code.
3765
3766 @item
3767 @cindex GNU Build System
3768 The @code{build-system} field specifies the procedure to build the
3769 package (@pxref{Build Systems}). Here, @var{gnu-build-system}
3770 represents the familiar GNU Build System, where packages may be
3771 configured, built, and installed with the usual @code{./configure &&
3772 make && make check && make install} command sequence.
3773
3774 @item
3775 The @code{arguments} field specifies options for the build system
3776 (@pxref{Build Systems}). Here it is interpreted by
3777 @var{gnu-build-system} as a request run @file{configure} with the
3778 @code{--enable-silent-rules} flag.
3779
3780 @cindex quote
3781 @cindex quoting
3782 @findex '
3783 @findex quote
3784 What about these quote (@code{'}) characters? They are Scheme syntax to
3785 introduce a literal list; @code{'} is synonymous with @code{quote}.
3786 @xref{Expression Syntax, quoting,, guile, GNU Guile Reference Manual},
3787 for details. Here the value of the @code{arguments} field is a list of
3788 arguments passed to the build system down the road, as with @code{apply}
3789 (@pxref{Fly Evaluation, @code{apply},, guile, GNU Guile Reference
3790 Manual}).
3791
3792 The hash-colon (@code{#:}) sequence defines a Scheme @dfn{keyword}
3793 (@pxref{Keywords,,, guile, GNU Guile Reference Manual}), and
3794 @code{#:configure-flags} is a keyword used to pass a keyword argument
3795 to the build system (@pxref{Coding With Keywords,,, guile, GNU Guile
3796 Reference Manual}).
3797
3798 @item
3799 The @code{inputs} field specifies inputs to the build process---i.e.,
3800 build-time or run-time dependencies of the package. Here, we define an
3801 input called @code{"gawk"} whose value is that of the @var{gawk}
3802 variable; @var{gawk} is itself bound to a @code{<package>} object.
3803
3804 @cindex backquote (quasiquote)
3805 @findex `
3806 @findex quasiquote
3807 @cindex comma (unquote)
3808 @findex ,
3809 @findex unquote
3810 @findex ,@@
3811 @findex unquote-splicing
3812 Again, @code{`} (a backquote, synonymous with @code{quasiquote}) allows
3813 us to introduce a literal list in the @code{inputs} field, while
3814 @code{,} (a comma, synonymous with @code{unquote}) allows us to insert a
3815 value in that list (@pxref{Expression Syntax, unquote,, guile, GNU Guile
3816 Reference Manual}).
3817
3818 Note that GCC, Coreutils, Bash, and other essential tools do not need to
3819 be specified as inputs here. Instead, @var{gnu-build-system} takes care
3820 of ensuring that they are present (@pxref{Build Systems}).
3821
3822 However, any other dependencies need to be specified in the
3823 @code{inputs} field. Any dependency not specified here will simply be
3824 unavailable to the build process, possibly leading to a build failure.
3825 @end itemize
3826
3827 @xref{package Reference}, for a full description of possible fields.
3828
3829 Once a package definition is in place, the
3830 package may actually be built using the @code{guix build} command-line
3831 tool (@pxref{Invoking guix build}), troubleshooting any build failures
3832 you encounter (@pxref{Debugging Build Failures}). You can easily jump back to the
3833 package definition using the @command{guix edit} command
3834 (@pxref{Invoking guix edit}).
3835 @xref{Packaging Guidelines}, for
3836 more information on how to test package definitions, and
3837 @ref{Invoking guix lint}, for information on how to check a definition
3838 for style conformance.
3839 @vindex GUIX_PACKAGE_PATH
3840 Lastly, @pxref{Channels}, for information
3841 on how to extend the distribution by adding your own package definitions
3842 in a ``channel''.
3843
3844 Finally, updating the package definition to a new upstream version
3845 can be partly automated by the @command{guix refresh} command
3846 (@pxref{Invoking guix refresh}).
3847
3848 Behind the scenes, a derivation corresponding to the @code{<package>}
3849 object is first computed by the @code{package-derivation} procedure.
3850 That derivation is stored in a @code{.drv} file under @file{/gnu/store}.
3851 The build actions it prescribes may then be realized by using the
3852 @code{build-derivations} procedure (@pxref{The Store}).
3853
3854 @deffn {Scheme Procedure} package-derivation @var{store} @var{package} [@var{system}]
3855 Return the @code{<derivation>} object of @var{package} for @var{system}
3856 (@pxref{Derivations}).
3857
3858 @var{package} must be a valid @code{<package>} object, and @var{system}
3859 must be a string denoting the target system type---e.g.,
3860 @code{"x86_64-linux"} for an x86_64 Linux-based GNU system. @var{store}
3861 must be a connection to the daemon, which operates on the store
3862 (@pxref{The Store}).
3863 @end deffn
3864
3865 @noindent
3866 @cindex cross-compilation
3867 Similarly, it is possible to compute a derivation that cross-builds a
3868 package for some other system:
3869
3870 @deffn {Scheme Procedure} package-cross-derivation @var{store} @
3871 @var{package} @var{target} [@var{system}]
3872 Return the @code{<derivation>} object of @var{package} cross-built from
3873 @var{system} to @var{target}.
3874
3875 @var{target} must be a valid GNU triplet denoting the target hardware
3876 and operating system, such as @code{"mips64el-linux-gnu"}
3877 (@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
3878 Configure and Build System}).
3879 @end deffn
3880
3881 @cindex package transformations
3882 @cindex input rewriting
3883 @cindex dependency tree rewriting
3884 Packages can be manipulated in arbitrary ways. An example of a useful
3885 transformation is @dfn{input rewriting}, whereby the dependency tree of
3886 a package is rewritten by replacing specific inputs by others:
3887
3888 @deffn {Scheme Procedure} package-input-rewriting @var{replacements} @
3889 [@var{rewrite-name}]
3890 Return a procedure that, when passed a package, replaces its direct and
3891 indirect dependencies (but not its implicit inputs) according to
3892 @var{replacements}. @var{replacements} is a list of package pairs; the
3893 first element of each pair is the package to replace, and the second one
3894 is the replacement.
3895
3896 Optionally, @var{rewrite-name} is a one-argument procedure that takes
3897 the name of a package and returns its new name after rewrite.
3898 @end deffn
3899
3900 @noindent
3901 Consider this example:
3902
3903 @example
3904 (define libressl-instead-of-openssl
3905 ;; This is a procedure to replace OPENSSL by LIBRESSL,
3906 ;; recursively.
3907 (package-input-rewriting `((,openssl . ,libressl))))
3908
3909 (define git-with-libressl
3910 (libressl-instead-of-openssl git))
3911 @end example
3912
3913 @noindent
3914 Here we first define a rewriting procedure that replaces @var{openssl}
3915 with @var{libressl}. Then we use it to define a @dfn{variant} of the
3916 @var{git} package that uses @var{libressl} instead of @var{openssl}.
3917 This is exactly what the @option{--with-input} command-line option does
3918 (@pxref{Package Transformation Options, @option{--with-input}}).
3919
3920 A more generic procedure to rewrite a package dependency graph is
3921 @code{package-mapping}: it supports arbitrary changes to nodes in the
3922 graph.
3923
3924 @deffn {Scheme Procedure} package-mapping @var{proc} [@var{cut?}]
3925 Return a procedure that, given a package, applies @var{proc} to all the packages
3926 depended on and returns the resulting package. The procedure stops recursion
3927 when @var{cut?} returns true for a given package.
3928 @end deffn
3929
3930 @menu
3931 * package Reference:: The package data type.
3932 * origin Reference:: The origin data type.
3933 @end menu
3934
3935
3936 @node package Reference
3937 @subsection @code{package} Reference
3938
3939 This section summarizes all the options available in @code{package}
3940 declarations (@pxref{Defining Packages}).
3941
3942 @deftp {Data Type} package
3943 This is the data type representing a package recipe.
3944
3945 @table @asis
3946 @item @code{name}
3947 The name of the package, as a string.
3948
3949 @item @code{version}
3950 The version of the package, as a string.
3951
3952 @item @code{source}
3953 An object telling how the source code for the package should be
3954 acquired. Most of the time, this is an @code{origin} object, which
3955 denotes a file fetched from the Internet (@pxref{origin Reference}). It
3956 can also be any other ``file-like'' object such as a @code{local-file},
3957 which denotes a file from the local file system (@pxref{G-Expressions,
3958 @code{local-file}}).
3959
3960 @item @code{build-system}
3961 The build system that should be used to build the package (@pxref{Build
3962 Systems}).
3963
3964 @item @code{arguments} (default: @code{'()})
3965 The arguments that should be passed to the build system. This is a
3966 list, typically containing sequential keyword-value pairs.
3967
3968 @item @code{inputs} (default: @code{'()})
3969 @itemx @code{native-inputs} (default: @code{'()})
3970 @itemx @code{propagated-inputs} (default: @code{'()})
3971 @cindex inputs, of packages
3972 These fields list dependencies of the package. Each one is a list of
3973 tuples, where each tuple has a label for the input (a string) as its
3974 first element, a package, origin, or derivation as its second element,
3975 and optionally the name of the output thereof that should be used, which
3976 defaults to @code{"out"} (@pxref{Packages with Multiple Outputs}, for
3977 more on package outputs). For example, the list below specifies three
3978 inputs:
3979
3980 @example
3981 `(("libffi" ,libffi)
3982 ("libunistring" ,libunistring)
3983 ("glib:bin" ,glib "bin")) ;the "bin" output of Glib
3984 @end example
3985
3986 @cindex cross compilation, package dependencies
3987 The distinction between @code{native-inputs} and @code{inputs} is
3988 necessary when considering cross-compilation. When cross-compiling,
3989 dependencies listed in @code{inputs} are built for the @emph{target}
3990 architecture; conversely, dependencies listed in @code{native-inputs}
3991 are built for the architecture of the @emph{build} machine.
3992
3993 @code{native-inputs} is typically used to list tools needed at
3994 build time, but not at run time, such as Autoconf, Automake, pkg-config,
3995 Gettext, or Bison. @command{guix lint} can report likely mistakes in
3996 this area (@pxref{Invoking guix lint}).
3997
3998 @anchor{package-propagated-inputs}
3999 Lastly, @code{propagated-inputs} is similar to @code{inputs}, but the
4000 specified packages will be automatically installed alongside the package
4001 they belong to (@pxref{package-cmd-propagated-inputs, @command{guix
4002 package}}, for information on how @command{guix package} deals with
4003 propagated inputs.)
4004
4005 For example this is necessary when a C/C++ library needs headers of
4006 another library to compile, or when a pkg-config file refers to another
4007 one @i{via} its @code{Requires} field.
4008
4009 Another example where @code{propagated-inputs} is useful is for languages
4010 that lack a facility to record the run-time search path akin to the
4011 @code{RUNPATH} of ELF files; this includes Guile, Python, Perl, and
4012 more. To ensure that libraries written in those languages can find
4013 library code they depend on at run time, run-time dependencies must be
4014 listed in @code{propagated-inputs} rather than @code{inputs}.
4015
4016 @item @code{self-native-input?} (default: @code{#f})
4017 This is a Boolean field telling whether the package should use itself as
4018 a native input when cross-compiling.
4019
4020 @item @code{outputs} (default: @code{'("out")})
4021 The list of output names of the package. @xref{Packages with Multiple
4022 Outputs}, for typical uses of additional outputs.
4023
4024 @item @code{native-search-paths} (default: @code{'()})
4025 @itemx @code{search-paths} (default: @code{'()})
4026 A list of @code{search-path-specification} objects describing
4027 search-path environment variables honored by the package.
4028
4029 @item @code{replacement} (default: @code{#f})
4030 This must be either @code{#f} or a package object that will be used as a
4031 @dfn{replacement} for this package. @xref{Security Updates, grafts},
4032 for details.
4033
4034 @item @code{synopsis}
4035 A one-line description of the package.
4036
4037 @item @code{description}
4038 A more elaborate description of the package.
4039
4040 @item @code{license}
4041 @cindex license, of packages
4042 The license of the package; a value from @code{(guix licenses)},
4043 or a list of such values.
4044
4045 @item @code{home-page}
4046 The URL to the home-page of the package, as a string.
4047
4048 @item @code{supported-systems} (default: @var{%supported-systems})
4049 The list of systems supported by the package, as strings of the form
4050 @code{architecture-kernel}, for example @code{"x86_64-linux"}.
4051
4052 @item @code{maintainers} (default: @code{'()})
4053 The list of maintainers of the package, as @code{maintainer} objects.
4054
4055 @item @code{location} (default: source location of the @code{package} form)
4056 The source location of the package. It is useful to override this when
4057 inheriting from another package, in which case this field is not
4058 automatically corrected.
4059 @end table
4060 @end deftp
4061
4062
4063 @node origin Reference
4064 @subsection @code{origin} Reference
4065
4066 This section summarizes all the options available in @code{origin}
4067 declarations (@pxref{Defining Packages}).
4068
4069 @deftp {Data Type} origin
4070 This is the data type representing a source code origin.
4071
4072 @table @asis
4073 @item @code{uri}
4074 An object containing the URI of the source. The object type depends on
4075 the @code{method} (see below). For example, when using the
4076 @var{url-fetch} method of @code{(guix download)}, the valid @code{uri}
4077 values are: a URL represented as a string, or a list thereof.
4078
4079 @item @code{method}
4080 A procedure that handles the URI.
4081
4082 Examples include:
4083
4084 @table @asis
4085 @item @var{url-fetch} from @code{(guix download)}
4086 download a file from the HTTP, HTTPS, or FTP URL specified in the
4087 @code{uri} field;
4088
4089 @vindex git-fetch
4090 @item @var{git-fetch} from @code{(guix git-download)}
4091 clone the Git version control repository, and check out the revision
4092 specified in the @code{uri} field as a @code{git-reference} object; a
4093 @code{git-reference} looks like this:
4094
4095 @example
4096 (git-reference
4097 (url "git://git.debian.org/git/pkg-shadow/shadow")
4098 (commit "v4.1.5.1"))
4099 @end example
4100 @end table
4101
4102 @item @code{sha256}
4103 A bytevector containing the SHA-256 hash of the source. Typically the
4104 @code{base32} form is used here to generate the bytevector from a
4105 base-32 string.
4106
4107 You can obtain this information using @code{guix download}
4108 (@pxref{Invoking guix download}) or @code{guix hash} (@pxref{Invoking
4109 guix hash}).
4110
4111 @item @code{file-name} (default: @code{#f})
4112 The file name under which the source code should be saved. When this is
4113 @code{#f}, a sensible default value will be used in most cases. In case
4114 the source is fetched from a URL, the file name from the URL will be
4115 used. For version control checkouts, it is recommended to provide the
4116 file name explicitly because the default is not very descriptive.
4117
4118 @item @code{patches} (default: @code{'()})
4119 A list of file names, origins, or file-like objects (@pxref{G-Expressions,
4120 file-like objects}) pointing to patches to be applied to the source.
4121
4122 This list of patches must be unconditional. In particular, it cannot
4123 depend on the value of @code{%current-system} or
4124 @code{%current-target-system}.
4125
4126 @item @code{snippet} (default: @code{#f})
4127 A G-expression (@pxref{G-Expressions}) or S-expression that will be run
4128 in the source directory. This is a convenient way to modify the source,
4129 sometimes more convenient than a patch.
4130
4131 @item @code{patch-flags} (default: @code{'("-p1")})
4132 A list of command-line flags that should be passed to the @code{patch}
4133 command.
4134
4135 @item @code{patch-inputs} (default: @code{#f})
4136 Input packages or derivations to the patching process. When this is
4137 @code{#f}, the usual set of inputs necessary for patching are provided,
4138 such as GNU@tie{}Patch.
4139
4140 @item @code{modules} (default: @code{'()})
4141 A list of Guile modules that should be loaded during the patching
4142 process and while running the code in the @code{snippet} field.
4143
4144 @item @code{patch-guile} (default: @code{#f})
4145 The Guile package that should be used in the patching process. When
4146 this is @code{#f}, a sensible default is used.
4147 @end table
4148 @end deftp
4149
4150
4151 @node Build Systems
4152 @section Build Systems
4153
4154 @cindex build system
4155 Each package definition specifies a @dfn{build system} and arguments for
4156 that build system (@pxref{Defining Packages}). This @code{build-system}
4157 field represents the build procedure of the package, as well as implicit
4158 dependencies of that build procedure.
4159
4160 Build systems are @code{<build-system>} objects. The interface to
4161 create and manipulate them is provided by the @code{(guix build-system)}
4162 module, and actual build systems are exported by specific modules.
4163
4164 @cindex bag (low-level package representation)
4165 Under the hood, build systems first compile package objects to
4166 @dfn{bags}. A @dfn{bag} is like a package, but with less
4167 ornamentation---in other words, a bag is a lower-level representation of
4168 a package, which includes all the inputs of that package, including some
4169 that were implicitly added by the build system. This intermediate
4170 representation is then compiled to a derivation (@pxref{Derivations}).
4171
4172 Build systems accept an optional list of @dfn{arguments}. In package
4173 definitions, these are passed @i{via} the @code{arguments} field
4174 (@pxref{Defining Packages}). They are typically keyword arguments
4175 (@pxref{Optional Arguments, keyword arguments in Guile,, guile, GNU
4176 Guile Reference Manual}). The value of these arguments is usually
4177 evaluated in the @dfn{build stratum}---i.e., by a Guile process launched
4178 by the daemon (@pxref{Derivations}).
4179
4180 The main build system is @var{gnu-build-system}, which implements the
4181 standard build procedure for GNU and many other packages. It
4182 is provided by the @code{(guix build-system gnu)} module.
4183
4184 @defvr {Scheme Variable} gnu-build-system
4185 @var{gnu-build-system} represents the GNU Build System, and variants
4186 thereof (@pxref{Configuration, configuration and makefile conventions,,
4187 standards, GNU Coding Standards}).
4188
4189 @cindex build phases
4190 In a nutshell, packages using it are configured, built, and installed with
4191 the usual @code{./configure && make && make check && make install}
4192 command sequence. In practice, a few additional steps are often needed.
4193 All these steps are split up in separate @dfn{phases},
4194 notably@footnote{Please see the @code{(guix build gnu-build-system)}
4195 modules for more details about the build phases.}:
4196
4197 @table @code
4198 @item unpack
4199 Unpack the source tarball, and change the current directory to the
4200 extracted source tree. If the source is actually a directory, copy it
4201 to the build tree, and enter that directory.
4202
4203 @item patch-source-shebangs
4204 Patch shebangs encountered in source files so they refer to the right
4205 store file names. For instance, this changes @code{#!/bin/sh} to
4206 @code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}.
4207
4208 @item configure
4209 Run the @file{configure} script with a number of default options, such
4210 as @code{--prefix=/gnu/store/@dots{}}, as well as the options specified
4211 by the @code{#:configure-flags} argument.
4212
4213 @item build
4214 Run @code{make} with the list of flags specified with
4215 @code{#:make-flags}. If the @code{#:parallel-build?} argument is true
4216 (the default), build with @code{make -j}.
4217
4218 @item check
4219 Run @code{make check}, or some other target specified with
4220 @code{#:test-target}, unless @code{#:tests? #f} is passed. If the
4221 @code{#:parallel-tests?} argument is true (the default), run @code{make
4222 check -j}.
4223
4224 @item install
4225 Run @code{make install} with the flags listed in @code{#:make-flags}.
4226
4227 @item patch-shebangs
4228 Patch shebangs on the installed executable files.
4229
4230 @item strip
4231 Strip debugging symbols from ELF files (unless @code{#:strip-binaries?}
4232 is false), copying them to the @code{debug} output when available
4233 (@pxref{Installing Debugging Files}).
4234 @end table
4235
4236 @vindex %standard-phases
4237 The build-side module @code{(guix build gnu-build-system)} defines
4238 @var{%standard-phases} as the default list of build phases.
4239 @var{%standard-phases} is a list of symbol/procedure pairs, where the
4240 procedure implements the actual phase.
4241
4242 The list of phases used for a particular package can be changed with the
4243 @code{#:phases} parameter. For instance, passing:
4244
4245 @example
4246 #:phases (modify-phases %standard-phases (delete 'configure))
4247 @end example
4248
4249 means that all the phases described above will be used, except the
4250 @code{configure} phase.
4251
4252 In addition, this build system ensures that the ``standard'' environment
4253 for GNU packages is available. This includes tools such as GCC, libc,
4254 Coreutils, Bash, Make, Diffutils, grep, and sed (see the @code{(guix
4255 build-system gnu)} module for a complete list). We call these the
4256 @dfn{implicit inputs} of a package, because package definitions do not
4257 have to mention them.
4258 @end defvr
4259
4260 Other @code{<build-system>} objects are defined to support other
4261 conventions and tools used by free software packages. They inherit most
4262 of @var{gnu-build-system}, and differ mainly in the set of inputs
4263 implicitly added to the build process, and in the list of phases
4264 executed. Some of these build systems are listed below.
4265
4266 @defvr {Scheme Variable} ant-build-system
4267 This variable is exported by @code{(guix build-system ant)}. It
4268 implements the build procedure for Java packages that can be built with
4269 @url{http://ant.apache.org/, Ant build tool}.
4270
4271 It adds both @code{ant} and the @dfn{Java Development Kit} (JDK) as
4272 provided by the @code{icedtea} package to the set of inputs. Different
4273 packages can be specified with the @code{#:ant} and @code{#:jdk}
4274 parameters, respectively.
4275
4276 When the original package does not provide a suitable Ant build file,
4277 the parameter @code{#:jar-name} can be used to generate a minimal Ant
4278 build file @file{build.xml} with tasks to build the specified jar
4279 archive. In this case the parameter @code{#:source-dir} can be used to
4280 specify the source sub-directory, defaulting to ``src''.
4281
4282 The @code{#:main-class} parameter can be used with the minimal ant
4283 buildfile to specify the main class of the resulting jar. This makes the
4284 jar file executable. The @code{#:test-include} parameter can be used to
4285 specify the list of junit tests to run. It defaults to
4286 @code{(list "**/*Test.java")}. The @code{#:test-exclude} can be used to
4287 disable some tests. It defaults to @code{(list "**/Abstract*.java")},
4288 because abstract classes cannot be run as tests.
4289
4290 The parameter @code{#:build-target} can be used to specify the Ant task
4291 that should be run during the @code{build} phase. By default the
4292 ``jar'' task will be run.
4293
4294 @end defvr
4295
4296 @defvr {Scheme Variable} android-ndk-build-system
4297 @cindex Android distribution
4298 @cindex Android NDK build system
4299 This variable is exported by @code{(guix build-system android-ndk)}. It
4300 implements a build procedure for Android NDK (native development kit)
4301 packages using a Guix-specific build process.
4302
4303 The build system assumes that packages install their public interface
4304 (header) files to the subdirectory "include" of the "out" output and
4305 their libraries to the subdirectory "lib" of the "out" output.
4306
4307 It's also assumed that the union of all the dependencies of a package
4308 has no conflicting files.
4309
4310 For the time being, cross-compilation is not supported - so right now
4311 the libraries and header files are assumed to be host tools.
4312
4313 @end defvr
4314
4315 @defvr {Scheme Variable} asdf-build-system/source
4316 @defvrx {Scheme Variable} asdf-build-system/sbcl
4317 @defvrx {Scheme Variable} asdf-build-system/ecl
4318
4319 These variables, exported by @code{(guix build-system asdf)}, implement
4320 build procedures for Common Lisp packages using
4321 @url{https://common-lisp.net/project/asdf/, ``ASDF''}. ASDF is a system
4322 definition facility for Common Lisp programs and libraries.
4323
4324 The @code{asdf-build-system/source} system installs the packages in
4325 source form, and can be loaded using any common lisp implementation, via
4326 ASDF. The others, such as @code{asdf-build-system/sbcl}, install binary
4327 systems in the format which a particular implementation understands.
4328 These build systems can also be used to produce executable programs, or
4329 lisp images which contain a set of packages pre-loaded.
4330
4331 The build system uses naming conventions. For binary packages, the
4332 package name should be prefixed with the lisp implementation, such as
4333 @code{sbcl-} for @code{asdf-build-system/sbcl}.
4334
4335 Additionally, the corresponding source package should be labeled using
4336 the same convention as python packages (see @ref{Python Modules}), using
4337 the @code{cl-} prefix.
4338
4339 For binary packages, each system should be defined as a Guix package.
4340 If one package @code{origin} contains several systems, package variants
4341 can be created in order to build all the systems. Source packages,
4342 which use @code{asdf-build-system/source}, may contain several systems.
4343
4344 In order to create executable programs and images, the build-side
4345 procedures @code{build-program} and @code{build-image} can be used.
4346 They should be called in a build phase after the @code{create-symlinks}
4347 phase, so that the system which was just built can be used within the
4348 resulting image. @code{build-program} requires a list of Common Lisp
4349 expressions to be passed as the @code{#:entry-program} argument.
4350
4351 If the system is not defined within its own @code{.asd} file of the same
4352 name, then the @code{#:asd-file} parameter should be used to specify
4353 which file the system is defined in. Furthermore, if the package
4354 defines a system for its tests in a separate file, it will be loaded
4355 before the tests are run if it is specified by the
4356 @code{#:test-asd-file} parameter. If it is not set, the files
4357 @code{<system>-tests.asd}, @code{<system>-test.asd}, @code{tests.asd},
4358 and @code{test.asd} will be tried if they exist.
4359
4360 If for some reason the package must be named in a different way than the
4361 naming conventions suggest, the @code{#:asd-system-name} parameter can
4362 be used to specify the name of the system.
4363
4364 @end defvr
4365
4366 @defvr {Scheme Variable} cargo-build-system
4367 @cindex Rust programming language
4368 @cindex Cargo (Rust build system)
4369 This variable is exported by @code{(guix build-system cargo)}. It
4370 supports builds of packages using Cargo, the build tool of the
4371 @uref{https://www.rust-lang.org, Rust programming language}.
4372
4373 In its @code{configure} phase, this build system replaces dependencies
4374 specified in the @file{Carto.toml} file with inputs to the Guix package.
4375 The @code{install} phase installs the binaries, and it also installs the
4376 source code and @file{Cargo.toml} file.
4377 @end defvr
4378
4379 @defvr {Scheme Variable} cmake-build-system
4380 This variable is exported by @code{(guix build-system cmake)}. It
4381 implements the build procedure for packages using the
4382 @url{http://www.cmake.org, CMake build tool}.
4383
4384 It automatically adds the @code{cmake} package to the set of inputs.
4385 Which package is used can be specified with the @code{#:cmake}
4386 parameter.
4387
4388 The @code{#:configure-flags} parameter is taken as a list of flags
4389 passed to the @command{cmake} command. The @code{#:build-type}
4390 parameter specifies in abstract terms the flags passed to the compiler;
4391 it defaults to @code{"RelWithDebInfo"} (short for ``release mode with
4392 debugging information''), which roughly means that code is compiled with
4393 @code{-O2 -g}, as is the case for Autoconf-based packages by default.
4394 @end defvr
4395
4396 @defvr {Scheme Variable} go-build-system
4397 This variable is exported by @code{(guix build-system go)}. It
4398 implements a build procedure for Go packages using the standard
4399 @url{https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies,
4400 Go build mechanisms}.
4401
4402 The user is expected to provide a value for the key @code{#:import-path}
4403 and, in some cases, @code{#:unpack-path}. The
4404 @url{https://golang.org/doc/code.html#ImportPaths, import path}
4405 corresponds to the file system path expected by the package's build
4406 scripts and any referring packages, and provides a unique way to
4407 refer to a Go package. It is typically based on a combination of the
4408 package source code's remote URI and file system hierarchy structure. In
4409 some cases, you will need to unpack the package's source code to a
4410 different directory structure than the one indicated by the import path,
4411 and @code{#:unpack-path} should be used in such cases.
4412
4413 Packages that provide Go libraries should be installed along with their
4414 source code. The key @code{#:install-source?}, which defaults to
4415 @code{#t}, controls whether or not the source code is installed. It can
4416 be set to @code{#f} for packages that only provide executable files.
4417 @end defvr
4418
4419 @defvr {Scheme Variable} glib-or-gtk-build-system
4420 This variable is exported by @code{(guix build-system glib-or-gtk)}. It
4421 is intended for use with packages making use of GLib or GTK+.
4422
4423 This build system adds the following two phases to the ones defined by
4424 @var{gnu-build-system}:
4425
4426 @table @code
4427 @item glib-or-gtk-wrap
4428 The phase @code{glib-or-gtk-wrap} ensures that programs in
4429 @file{bin/} are able to find GLib ``schemas'' and
4430 @uref{https://developer.gnome.org/gtk3/stable/gtk-running.html, GTK+
4431 modules}. This is achieved by wrapping the programs in launch scripts
4432 that appropriately set the @code{XDG_DATA_DIRS} and @code{GTK_PATH}
4433 environment variables.
4434
4435 It is possible to exclude specific package outputs from that wrapping
4436 process by listing their names in the
4437 @code{#:glib-or-gtk-wrap-excluded-outputs} parameter. This is useful
4438 when an output is known not to contain any GLib or GTK+ binaries, and
4439 where wrapping would gratuitously add a dependency of that output on
4440 GLib and GTK+.
4441
4442 @item glib-or-gtk-compile-schemas
4443 The phase @code{glib-or-gtk-compile-schemas} makes sure that all
4444 @uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html,
4445 GSettings schemas} of GLib are compiled. Compilation is performed by the
4446 @command{glib-compile-schemas} program. It is provided by the package
4447 @code{glib:bin} which is automatically imported by the build system.
4448 The @code{glib} package providing @command{glib-compile-schemas} can be
4449 specified with the @code{#:glib} parameter.
4450 @end table
4451
4452 Both phases are executed after the @code{install} phase.
4453 @end defvr
4454
4455 @defvr {Scheme Variable} guile-build-system
4456 This build system is for Guile packages that consist exclusively of Scheme
4457 code and that are so lean that they don't even have a makefile, let alone a
4458 @file{configure} script. It compiles Scheme code using @command{guild
4459 compile} (@pxref{Compilation,,, guile, GNU Guile Reference Manual}) and
4460 installs the @file{.scm} and @file{.go} files in the right place. It also
4461 installs documentation.
4462
4463 This build system supports cross-compilation by using the @code{--target}
4464 option of @command{guild compile}.
4465
4466 Packages built with @code{guile-build-system} must provide a Guile package in
4467 their @code{native-inputs} field.
4468 @end defvr
4469
4470 @defvr {Scheme Variable} minify-build-system
4471 This variable is exported by @code{(guix build-system minify)}. It
4472 implements a minification procedure for simple JavaScript packages.
4473
4474 It adds @code{uglify-js} to the set of inputs and uses it to compress
4475 all JavaScript files in the @file{src} directory. A different minifier
4476 package can be specified with the @code{#:uglify-js} parameter, but it
4477 is expected that the package writes the minified code to the standard
4478 output.
4479
4480 When the input JavaScript files are not all located in the @file{src}
4481 directory, the parameter @code{#:javascript-files} can be used to
4482 specify a list of file names to feed to the minifier.
4483 @end defvr
4484
4485 @defvr {Scheme Variable} ocaml-build-system
4486 This variable is exported by @code{(guix build-system ocaml)}. It implements
4487 a build procedure for @uref{https://ocaml.org, OCaml} packages, which consists
4488 of choosing the correct set of commands to run for each package. OCaml
4489 packages can expect many different commands to be run. This build system will
4490 try some of them.
4491
4492 When the package has a @file{setup.ml} file present at the top-level, it will
4493 run @code{ocaml setup.ml -configure}, @code{ocaml setup.ml -build} and
4494 @code{ocaml setup.ml -install}. The build system will assume that this file
4495 was generated by @uref{http://oasis.forge.ocamlcore.org/, OASIS} and will take
4496 care of setting the prefix and enabling tests if they are not disabled. You
4497 can pass configure and build flags with the @code{#:configure-flags} and
4498 @code{#:build-flags}. The @code{#:test-flags} key can be passed to change the
4499 set of flags used to enable tests. The @code{#:use-make?} key can be used to
4500 bypass this system in the build and install phases.
4501
4502 When the package has a @file{configure} file, it is assumed that it is a
4503 hand-made configure script that requires a different argument format than
4504 in the @code{gnu-build-system}. You can add more flags with the
4505 @code{#:configure-flags} key.
4506
4507 When the package has a @file{Makefile} file (or @code{#:use-make?} is
4508 @code{#t}), it will be used and more flags can be passed to the build and
4509 install phases with the @code{#:make-flags} key.
4510
4511 Finally, some packages do not have these files and use a somewhat standard
4512 location for its build system. In that case, the build system will run
4513 @code{ocaml pkg/pkg.ml} or @code{ocaml pkg/build.ml} and take care of
4514 providing the path to the required findlib module. Additional flags can
4515 be passed via the @code{#:build-flags} key. Install is taken care of by
4516 @command{opam-installer}. In this case, the @code{opam} package must
4517 be added to the @code{native-inputs} field of the package definition.
4518
4519 Note that most OCaml packages assume they will be installed in the same
4520 directory as OCaml, which is not what we want in guix. In particular, they
4521 will install @file{.so} files in their module's directory, which is usually
4522 fine because it is in the OCaml compiler directory. In guix though, these
4523 libraries cannot be found and we use @code{CAML_LD_LIBRARY_PATH}. This
4524 variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where
4525 @file{.so} libraries should be installed.
4526 @end defvr
4527
4528 @defvr {Scheme Variable} python-build-system
4529 This variable is exported by @code{(guix build-system python)}. It
4530 implements the more or less standard build procedure used by Python
4531 packages, which consists in running @code{python setup.py build} and
4532 then @code{python setup.py install --prefix=/gnu/store/@dots{}}.
4533
4534 For packages that install stand-alone Python programs under @code{bin/},
4535 it takes care of wrapping these programs so that their @code{PYTHONPATH}
4536 environment variable points to all the Python libraries they depend on.
4537
4538 Which Python package is used to perform the build can be specified with
4539 the @code{#:python} parameter. This is a useful way to force a package
4540 to be built for a specific version of the Python interpreter, which
4541 might be necessary if the package is only compatible with a single
4542 interpreter version.
4543
4544 By default guix calls @code{setup.py} under control of
4545 @code{setuptools}, much like @command{pip} does. Some packages are not
4546 compatible with setuptools (and pip), thus you can disable this by
4547 setting the @code{#:use-setuptools} parameter to @code{#f}.
4548 @end defvr
4549
4550 @defvr {Scheme Variable} perl-build-system
4551 This variable is exported by @code{(guix build-system perl)}. It
4552 implements the standard build procedure for Perl packages, which either
4553 consists in running @code{perl Build.PL --prefix=/gnu/store/@dots{}},
4554 followed by @code{Build} and @code{Build install}; or in running
4555 @code{perl Makefile.PL PREFIX=/gnu/store/@dots{}}, followed by
4556 @code{make} and @code{make install}, depending on which of
4557 @code{Build.PL} or @code{Makefile.PL} is present in the package
4558 distribution. Preference is given to the former if both @code{Build.PL}
4559 and @code{Makefile.PL} exist in the package distribution. This
4560 preference can be reversed by specifying @code{#t} for the
4561 @code{#:make-maker?} parameter.
4562
4563 The initial @code{perl Makefile.PL} or @code{perl Build.PL} invocation
4564 passes flags specified by the @code{#:make-maker-flags} or
4565 @code{#:module-build-flags} parameter, respectively.
4566
4567 Which Perl package is used can be specified with @code{#:perl}.
4568 @end defvr
4569
4570 @defvr {Scheme Variable} r-build-system
4571 This variable is exported by @code{(guix build-system r)}. It
4572 implements the build procedure used by @uref{http://r-project.org, R}
4573 packages, which essentially is little more than running @code{R CMD
4574 INSTALL --library=/gnu/store/@dots{}} in an environment where
4575 @code{R_LIBS_SITE} contains the paths to all R package inputs. Tests
4576 are run after installation using the R function
4577 @code{tools::testInstalledPackage}.
4578 @end defvr
4579
4580 @defvr {Scheme Variable} texlive-build-system
4581 This variable is exported by @code{(guix build-system texlive)}. It is
4582 used to build TeX packages in batch mode with a specified engine. The
4583 build system sets the @code{TEXINPUTS} variable to find all TeX source
4584 files in the inputs.
4585
4586 By default it runs @code{luatex} on all files ending on @code{ins}. A
4587 different engine and format can be specified with the
4588 @code{#:tex-format} argument. Different build targets can be specified
4589 with the @code{#:build-targets} argument, which expects a list of file
4590 names. The build system adds only @code{texlive-bin} and
4591 @code{texlive-latex-base} (both from @code{(gnu packages tex}) to the
4592 inputs. Both can be overridden with the arguments @code{#:texlive-bin}
4593 and @code{#:texlive-latex-base}, respectively.
4594
4595 The @code{#:tex-directory} parameter tells the build system where to
4596 install the built files under the texmf tree.
4597 @end defvr
4598
4599 @defvr {Scheme Variable} ruby-build-system
4600 This variable is exported by @code{(guix build-system ruby)}. It
4601 implements the RubyGems build procedure used by Ruby packages, which
4602 involves running @code{gem build} followed by @code{gem install}.
4603
4604 The @code{source} field of a package that uses this build system
4605 typically references a gem archive, since this is the format that Ruby
4606 developers use when releasing their software. The build system unpacks
4607 the gem archive, potentially patches the source, runs the test suite,
4608 repackages the gem, and installs it. Additionally, directories and
4609 tarballs may be referenced to allow building unreleased gems from Git or
4610 a traditional source release tarball.
4611
4612 Which Ruby package is used can be specified with the @code{#:ruby}
4613 parameter. A list of additional flags to be passed to the @command{gem}
4614 command can be specified with the @code{#:gem-flags} parameter.
4615 @end defvr
4616
4617 @defvr {Scheme Variable} waf-build-system
4618 This variable is exported by @code{(guix build-system waf)}. It
4619 implements a build procedure around the @code{waf} script. The common
4620 phases---@code{configure}, @code{build}, and @code{install}---are
4621 implemented by passing their names as arguments to the @code{waf}
4622 script.
4623
4624 The @code{waf} script is executed by the Python interpreter. Which
4625 Python package is used to run the script can be specified with the
4626 @code{#:python} parameter.
4627 @end defvr
4628
4629 @defvr {Scheme Variable} scons-build-system
4630 This variable is exported by @code{(guix build-system scons)}. It
4631 implements the build procedure used by the SCons software construction
4632 tool. This build system runs @code{scons} to build the package,
4633 @code{scons test} to run tests, and then @code{scons install} to install
4634 the package.
4635
4636 Additional flags to be passed to @code{scons} can be specified with the
4637 @code{#:scons-flags} parameter. The version of Python used to run SCons
4638 can be specified by selecting the appropriate SCons package with the
4639 @code{#:scons} parameter.
4640 @end defvr
4641
4642 @defvr {Scheme Variable} haskell-build-system
4643 This variable is exported by @code{(guix build-system haskell)}. It
4644 implements the Cabal build procedure used by Haskell packages, which
4645 involves running @code{runhaskell Setup.hs configure
4646 --prefix=/gnu/store/@dots{}} and @code{runhaskell Setup.hs build}.
4647 Instead of installing the package by running @code{runhaskell Setup.hs
4648 install}, to avoid trying to register libraries in the read-only
4649 compiler store directory, the build system uses @code{runhaskell
4650 Setup.hs copy}, followed by @code{runhaskell Setup.hs register}. In
4651 addition, the build system generates the package documentation by
4652 running @code{runhaskell Setup.hs haddock}, unless @code{#:haddock? #f}
4653 is passed. Optional Haddock parameters can be passed with the help of
4654 the @code{#:haddock-flags} parameter. If the file @code{Setup.hs} is
4655 not found, the build system looks for @code{Setup.lhs} instead.
4656
4657 Which Haskell compiler is used can be specified with the @code{#:haskell}
4658 parameter which defaults to @code{ghc}.
4659 @end defvr
4660
4661 @defvr {Scheme Variable} dub-build-system
4662 This variable is exported by @code{(guix build-system dub)}. It
4663 implements the Dub build procedure used by D packages, which
4664 involves running @code{dub build} and @code{dub run}.
4665 Installation is done by copying the files manually.
4666
4667 Which D compiler is used can be specified with the @code{#:ldc}
4668 parameter which defaults to @code{ldc}.
4669 @end defvr
4670
4671 @defvr {Scheme Variable} emacs-build-system
4672 This variable is exported by @code{(guix build-system emacs)}. It
4673 implements an installation procedure similar to the packaging system
4674 of Emacs itself (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
4675
4676 It first creates the @code{@var{package}-autoloads.el} file, then it
4677 byte compiles all Emacs Lisp files. Differently from the Emacs
4678 packaging system, the Info documentation files are moved to the standard
4679 documentation directory and the @file{dir} file is deleted. Each
4680 package is installed in its own directory under
4681 @file{share/emacs/site-lisp/guix.d}.
4682 @end defvr
4683
4684 @defvr {Scheme Variable} font-build-system
4685 This variable is exported by @code{(guix build-system font)}. It
4686 implements an installation procedure for font packages where upstream
4687 provides pre-compiled TrueType, OpenType, etc. font files that merely
4688 need to be copied into place. It copies font files to standard
4689 locations in the output directory.
4690 @end defvr
4691
4692 @defvr {Scheme Variable} meson-build-system
4693 This variable is exported by @code{(guix build-system meson)}. It
4694 implements the build procedure for packages that use
4695 @url{http://mesonbuild.com, Meson} as their build system.
4696
4697 It adds both Meson and @uref{https://ninja-build.org/, Ninja} to the set
4698 of inputs, and they can be changed with the parameters @code{#:meson}
4699 and @code{#:ninja} if needed. The default Meson is
4700 @code{meson-for-build}, which is special because it doesn't clear the
4701 @code{RUNPATH} of binaries and libraries when they are installed.
4702
4703 This build system is an extension of @var{gnu-build-system}, but with the
4704 following phases changed to some specific for Meson:
4705
4706 @table @code
4707
4708 @item configure
4709 The phase runs @code{meson} with the flags specified in
4710 @code{#:configure-flags}. The flag @code{--build-type} is always set to
4711 @code{plain} unless something else is specified in @code{#:build-type}.
4712
4713 @item build
4714 The phase runs @code{ninja} to build the package in parallel by default, but
4715 this can be changed with @code{#:parallel-build?}.
4716
4717 @item check
4718 The phase runs @code{ninja} with the target specified in @code{#:test-target},
4719 which is @code{"test"} by default.
4720
4721 @item install
4722 The phase runs @code{ninja install} and can not be changed.
4723 @end table
4724
4725 Apart from that, the build system also adds the following phases:
4726
4727 @table @code
4728
4729 @item fix-runpath
4730 This phase ensures that all binaries can find the libraries they need.
4731 It searches for required libraries in subdirectories of the package being
4732 built, and adds those to @code{RUNPATH} where needed. It also removes
4733 references to libraries left over from the build phase by
4734 @code{meson-for-build}, such as test dependencies, that aren't actually
4735 required for the program to run.
4736
4737 @item glib-or-gtk-wrap
4738 This phase is the phase provided by @code{glib-or-gtk-build-system}, and it
4739 is not enabled by default. It can be enabled with @code{#:glib-or-gtk?}.
4740
4741 @item glib-or-gtk-compile-schemas
4742 This phase is the phase provided by @code{glib-or-gtk-build-system}, and it
4743 is not enabled by default. It can be enabled with @code{#:glib-or-gtk?}.
4744 @end table
4745 @end defvr
4746
4747 Lastly, for packages that do not need anything as sophisticated, a
4748 ``trivial'' build system is provided. It is trivial in the sense that
4749 it provides basically no support: it does not pull any implicit inputs,
4750 and does not have a notion of build phases.
4751
4752 @defvr {Scheme Variable} trivial-build-system
4753 This variable is exported by @code{(guix build-system trivial)}.
4754
4755 This build system requires a @code{#:builder} argument. This argument
4756 must be a Scheme expression that builds the package output(s)---as
4757 with @code{build-expression->derivation} (@pxref{Derivations,
4758 @code{build-expression->derivation}}).
4759 @end defvr
4760
4761 @node The Store
4762 @section The Store
4763
4764 @cindex store
4765 @cindex store items
4766 @cindex store paths
4767
4768 Conceptually, the @dfn{store} is the place where derivations that have
4769 been built successfully are stored---by default, @file{/gnu/store}.
4770 Sub-directories in the store are referred to as @dfn{store items} or
4771 sometimes @dfn{store paths}. The store has an associated database that
4772 contains information such as the store paths referred to by each store
4773 path, and the list of @emph{valid} store items---results of successful
4774 builds. This database resides in @file{@var{localstatedir}/guix/db},
4775 where @var{localstatedir} is the state directory specified @i{via}
4776 @option{--localstatedir} at configure time, usually @file{/var}.
4777
4778 The store is @emph{always} accessed by the daemon on behalf of its clients
4779 (@pxref{Invoking guix-daemon}). To manipulate the store, clients
4780 connect to the daemon over a Unix-domain socket, send requests to it,
4781 and read the result---these are remote procedure calls, or RPCs.
4782
4783 @quotation Note
4784 Users must @emph{never} modify files under @file{/gnu/store} directly.
4785 This would lead to inconsistencies and break the immutability
4786 assumptions of Guix's functional model (@pxref{Introduction}).
4787
4788 @xref{Invoking guix gc, @command{guix gc --verify}}, for information on
4789 how to check the integrity of the store and attempt recovery from
4790 accidental modifications.
4791 @end quotation
4792
4793 The @code{(guix store)} module provides procedures to connect to the
4794 daemon, and to perform RPCs. These are described below. By default,
4795 @code{open-connection}, and thus all the @command{guix} commands,
4796 connect to the local daemon or to the URI specified by the
4797 @code{GUIX_DAEMON_SOCKET} environment variable.
4798
4799 @defvr {Environment Variable} GUIX_DAEMON_SOCKET
4800 When set, the value of this variable should be a file name or a URI
4801 designating the daemon endpoint. When it is a file name, it denotes a
4802 Unix-domain socket to connect to. In addition to file names, the
4803 supported URI schemes are:
4804
4805 @table @code
4806 @item file
4807 @itemx unix
4808 These are for Unix-domain sockets.
4809 @code{file:///var/guix/daemon-socket/socket} is equivalent to
4810 @file{/var/guix/daemon-socket/socket}.
4811
4812 @item guix
4813 @cindex daemon, remote access
4814 @cindex remote access to the daemon
4815 @cindex daemon, cluster setup
4816 @cindex clusters, daemon setup
4817 These URIs denote connections over TCP/IP, without encryption nor
4818 authentication of the remote host. The URI must specify the host name
4819 and optionally a port number (by default port 44146 is used):
4820
4821 @example
4822 guix://master.guix.example.org:1234
4823 @end example
4824
4825 This setup is suitable on local networks, such as clusters, where only
4826 trusted nodes may connect to the build daemon at
4827 @code{master.guix.example.org}.
4828
4829 The @code{--listen} option of @command{guix-daemon} can be used to
4830 instruct it to listen for TCP connections (@pxref{Invoking guix-daemon,
4831 @code{--listen}}).
4832
4833 @item ssh
4834 @cindex SSH access to build daemons
4835 These URIs allow you to connect to a remote daemon over
4836 SSH@footnote{This feature requires Guile-SSH (@pxref{Requirements}).}.
4837 A typical URL might look like this:
4838
4839 @example
4840 ssh://charlie@@guix.example.org:22
4841 @end example
4842
4843 As for @command{guix copy}, the usual OpenSSH client configuration files
4844 are honored (@pxref{Invoking guix copy}).
4845 @end table
4846
4847 Additional URI schemes may be supported in the future.
4848
4849 @c XXX: Remove this note when the protocol incurs fewer round trips
4850 @c and when (guix derivations) no longer relies on file system access.
4851 @quotation Note
4852 The ability to connect to remote build daemons is considered
4853 experimental as of @value{VERSION}. Please get in touch with us to
4854 share any problems or suggestions you may have (@pxref{Contributing}).
4855 @end quotation
4856 @end defvr
4857
4858 @deffn {Scheme Procedure} open-connection [@var{uri}] [#:reserve-space? #t]
4859 Connect to the daemon over the Unix-domain socket at @var{uri} (a string). When
4860 @var{reserve-space?} is true, instruct it to reserve a little bit of
4861 extra space on the file system so that the garbage collector can still
4862 operate should the disk become full. Return a server object.
4863
4864 @var{file} defaults to @var{%default-socket-path}, which is the normal
4865 location given the options that were passed to @command{configure}.
4866 @end deffn
4867
4868 @deffn {Scheme Procedure} close-connection @var{server}
4869 Close the connection to @var{server}.
4870 @end deffn
4871
4872 @defvr {Scheme Variable} current-build-output-port
4873 This variable is bound to a SRFI-39 parameter, which refers to the port
4874 where build and error logs sent by the daemon should be written.
4875 @end defvr
4876
4877 Procedures that make RPCs all take a server object as their first
4878 argument.
4879
4880 @deffn {Scheme Procedure} valid-path? @var{server} @var{path}
4881 @cindex invalid store items
4882 Return @code{#t} when @var{path} designates a valid store item and
4883 @code{#f} otherwise (an invalid item may exist on disk but still be
4884 invalid, for instance because it is the result of an aborted or failed
4885 build.)
4886
4887 A @code{&nix-protocol-error} condition is raised if @var{path} is not
4888 prefixed by the store directory (@file{/gnu/store}).
4889 @end deffn
4890
4891 @deffn {Scheme Procedure} add-text-to-store @var{server} @var{name} @var{text} [@var{references}]
4892 Add @var{text} under file @var{name} in the store, and return its store
4893 path. @var{references} is the list of store paths referred to by the
4894 resulting store path.
4895 @end deffn
4896
4897 @deffn {Scheme Procedure} build-derivations @var{server} @var{derivations}
4898 Build @var{derivations} (a list of @code{<derivation>} objects or
4899 derivation paths), and return when the worker is done building them.
4900 Return @code{#t} on success.
4901 @end deffn
4902
4903 Note that the @code{(guix monads)} module provides a monad as well as
4904 monadic versions of the above procedures, with the goal of making it
4905 more convenient to work with code that accesses the store (@pxref{The
4906 Store Monad}).
4907
4908 @c FIXME
4909 @i{This section is currently incomplete.}
4910
4911 @node Derivations
4912 @section Derivations
4913
4914 @cindex derivations
4915 Low-level build actions and the environment in which they are performed
4916 are represented by @dfn{derivations}. A derivation contains the
4917 following pieces of information:
4918
4919 @itemize
4920 @item
4921 The outputs of the derivation---derivations produce at least one file or
4922 directory in the store, but may produce more.
4923
4924 @item
4925 The inputs of the derivations, which may be other derivations or plain
4926 files in the store (patches, build scripts, etc.)
4927
4928 @item
4929 The system type targeted by the derivation---e.g., @code{x86_64-linux}.
4930
4931 @item
4932 The file name of a build script in the store, along with the arguments
4933 to be passed.
4934
4935 @item
4936 A list of environment variables to be defined.
4937
4938 @end itemize
4939
4940 @cindex derivation path
4941 Derivations allow clients of the daemon to communicate build actions to
4942 the store. They exist in two forms: as an in-memory representation,
4943 both on the client- and daemon-side, and as files in the store whose
4944 name end in @code{.drv}---these files are referred to as @dfn{derivation
4945 paths}. Derivations paths can be passed to the @code{build-derivations}
4946 procedure to perform the build actions they prescribe (@pxref{The
4947 Store}).
4948
4949 @cindex fixed-output derivations
4950 Operations such as file downloads and version-control checkouts for
4951 which the expected content hash is known in advance are modeled as
4952 @dfn{fixed-output derivations}. Unlike regular derivations, the outputs
4953 of a fixed-output derivation are independent of its inputs---e.g., a
4954 source code download produces the same result regardless of the download
4955 method and tools being used.
4956
4957 The @code{(guix derivations)} module provides a representation of
4958 derivations as Scheme objects, along with procedures to create and
4959 otherwise manipulate derivations. The lowest-level primitive to create
4960 a derivation is the @code{derivation} procedure:
4961
4962 @deffn {Scheme Procedure} derivation @var{store} @var{name} @var{builder} @
4963 @var{args} [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
4964 [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @
4965 [#:system (%current-system)] [#:references-graphs #f] @
4966 [#:allowed-references #f] [#:disallowed-references #f] @
4967 [#:leaked-env-vars #f] [#:local-build? #f] @
4968 [#:substitutable? #t]
4969 Build a derivation with the given arguments, and return the resulting
4970 @code{<derivation>} object.
4971
4972 When @var{hash} and @var{hash-algo} are given, a
4973 @dfn{fixed-output derivation} is created---i.e., one whose result is
4974 known in advance, such as a file download. If, in addition,
4975 @var{recursive?} is true, then that fixed output may be an executable
4976 file or a directory and @var{hash} must be the hash of an archive
4977 containing this output.
4978
4979 When @var{references-graphs} is true, it must be a list of file
4980 name/store path pairs. In that case, the reference graph of each store
4981 path is exported in the build environment in the corresponding file, in
4982 a simple text format.
4983
4984 When @var{allowed-references} is true, it must be a list of store items
4985 or outputs that the derivation's output may refer to. Likewise,
4986 @var{disallowed-references}, if true, must be a list of things the
4987 outputs may @emph{not} refer to.
4988
4989 When @var{leaked-env-vars} is true, it must be a list of strings
4990 denoting environment variables that are allowed to ``leak'' from the
4991 daemon's environment to the build environment. This is only applicable
4992 to fixed-output derivations---i.e., when @var{hash} is true. The main
4993 use is to allow variables such as @code{http_proxy} to be passed to
4994 derivations that download files.
4995
4996 When @var{local-build?} is true, declare that the derivation is not a
4997 good candidate for offloading and should rather be built locally
4998 (@pxref{Daemon Offload Setup}). This is the case for small derivations
4999 where the costs of data transfers would outweigh the benefits.
5000
5001 When @var{substitutable?} is false, declare that substitutes of the
5002 derivation's output should not be used (@pxref{Substitutes}). This is
5003 useful, for instance, when building packages that capture details of the
5004 host CPU instruction set.
5005 @end deffn
5006
5007 @noindent
5008 Here's an example with a shell script as its builder, assuming
5009 @var{store} is an open connection to the daemon, and @var{bash} points
5010 to a Bash executable in the store:
5011
5012 @lisp
5013 (use-modules (guix utils)
5014 (guix store)
5015 (guix derivations))
5016
5017 (let ((builder ; add the Bash script to the store
5018 (add-text-to-store store "my-builder.sh"
5019 "echo hello world > $out\n" '())))
5020 (derivation store "foo"
5021 bash `("-e" ,builder)
5022 #:inputs `((,bash) (,builder))
5023 #:env-vars '(("HOME" . "/homeless"))))
5024 @result{} #<derivation /gnu/store/@dots{}-foo.drv => /gnu/store/@dots{}-foo>
5025 @end lisp
5026
5027 As can be guessed, this primitive is cumbersome to use directly. A
5028 better approach is to write build scripts in Scheme, of course! The
5029 best course of action for that is to write the build code as a
5030 ``G-expression'', and to pass it to @code{gexp->derivation}. For more
5031 information, @pxref{G-Expressions}.
5032
5033 Once upon a time, @code{gexp->derivation} did not exist and constructing
5034 derivations with build code written in Scheme was achieved with
5035 @code{build-expression->derivation}, documented below. This procedure
5036 is now deprecated in favor of the much nicer @code{gexp->derivation}.
5037
5038 @deffn {Scheme Procedure} build-expression->derivation @var{store} @
5039 @var{name} @var{exp} @
5040 [#:system (%current-system)] [#:inputs '()] @
5041 [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
5042 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
5043 [#:references-graphs #f] [#:allowed-references #f] @
5044 [#:disallowed-references #f] @
5045 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
5046 Return a derivation that executes Scheme expression @var{exp} as a
5047 builder for derivation @var{name}. @var{inputs} must be a list of
5048 @code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted,
5049 @code{"out"} is assumed. @var{modules} is a list of names of Guile
5050 modules from the current search path to be copied in the store,
5051 compiled, and made available in the load path during the execution of
5052 @var{exp}---e.g., @code{((guix build utils) (guix build
5053 gnu-build-system))}.
5054
5055 @var{exp} is evaluated in an environment where @code{%outputs} is bound
5056 to a list of output/path pairs, and where @code{%build-inputs} is bound
5057 to a list of string/output-path pairs made from @var{inputs}.
5058 Optionally, @var{env-vars} is a list of string pairs specifying the name
5059 and value of environment variables visible to the builder. The builder
5060 terminates by passing the result of @var{exp} to @code{exit}; thus, when
5061 @var{exp} returns @code{#f}, the build is considered to have failed.
5062
5063 @var{exp} is built using @var{guile-for-build} (a derivation). When
5064 @var{guile-for-build} is omitted or is @code{#f}, the value of the
5065 @code{%guile-for-build} fluid is used instead.
5066
5067 See the @code{derivation} procedure for the meaning of
5068 @var{references-graphs}, @var{allowed-references},
5069 @var{disallowed-references}, @var{local-build?}, and
5070 @var{substitutable?}.
5071 @end deffn
5072
5073 @noindent
5074 Here's an example of a single-output derivation that creates a directory
5075 containing one file:
5076
5077 @lisp
5078 (let ((builder '(let ((out (assoc-ref %outputs "out")))
5079 (mkdir out) ; create /gnu/store/@dots{}-goo
5080 (call-with-output-file (string-append out "/test")
5081 (lambda (p)
5082 (display '(hello guix) p))))))
5083 (build-expression->derivation store "goo" builder))
5084
5085 @result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>
5086 @end lisp
5087
5088
5089 @node The Store Monad
5090 @section The Store Monad
5091
5092 @cindex monad
5093
5094 The procedures that operate on the store described in the previous
5095 sections all take an open connection to the build daemon as their first
5096 argument. Although the underlying model is functional, they either have
5097 side effects or depend on the current state of the store.
5098
5099 The former is inconvenient: the connection to the build daemon has to be
5100 carried around in all those functions, making it impossible to compose
5101 functions that do not take that parameter with functions that do. The
5102 latter can be problematic: since store operations have side effects
5103 and/or depend on external state, they have to be properly sequenced.
5104
5105 @cindex monadic values
5106 @cindex monadic functions
5107 This is where the @code{(guix monads)} module comes in. This module
5108 provides a framework for working with @dfn{monads}, and a particularly
5109 useful monad for our uses, the @dfn{store monad}. Monads are a
5110 construct that allows two things: associating ``context'' with values
5111 (in our case, the context is the store), and building sequences of
5112 computations (here computations include accesses to the store). Values
5113 in a monad---values that carry this additional context---are called
5114 @dfn{monadic values}; procedures that return such values are called
5115 @dfn{monadic procedures}.
5116
5117 Consider this ``normal'' procedure:
5118
5119 @example
5120 (define (sh-symlink store)
5121 ;; Return a derivation that symlinks the 'bash' executable.
5122 (let* ((drv (package-derivation store bash))
5123 (out (derivation->output-path drv))
5124 (sh (string-append out "/bin/bash")))
5125 (build-expression->derivation store "sh"
5126 `(symlink ,sh %output))))
5127 @end example
5128
5129 Using @code{(guix monads)} and @code{(guix gexp)}, it may be rewritten
5130 as a monadic function:
5131
5132 @example
5133 (define (sh-symlink)
5134 ;; Same, but return a monadic value.
5135 (mlet %store-monad ((drv (package->derivation bash)))
5136 (gexp->derivation "sh"
5137 #~(symlink (string-append #$drv "/bin/bash")
5138 #$output))))
5139 @end example
5140
5141 There are several things to note in the second version: the @code{store}
5142 parameter is now implicit and is ``threaded'' in the calls to the
5143 @code{package->derivation} and @code{gexp->derivation} monadic
5144 procedures, and the monadic value returned by @code{package->derivation}
5145 is @dfn{bound} using @code{mlet} instead of plain @code{let}.
5146
5147 As it turns out, the call to @code{package->derivation} can even be
5148 omitted since it will take place implicitly, as we will see later
5149 (@pxref{G-Expressions}):
5150
5151 @example
5152 (define (sh-symlink)
5153 (gexp->derivation "sh"
5154 #~(symlink (string-append #$bash "/bin/bash")
5155 #$output)))
5156 @end example
5157
5158 @c See
5159 @c <https://syntaxexclamation.wordpress.com/2014/06/26/escaping-continuations/>
5160 @c for the funny quote.
5161 Calling the monadic @code{sh-symlink} has no effect. As someone once
5162 said, ``you exit a monad like you exit a building on fire: by running''.
5163 So, to exit the monad and get the desired effect, one must use
5164 @code{run-with-store}:
5165
5166 @example
5167 (run-with-store (open-connection) (sh-symlink))
5168 @result{} /gnu/store/...-sh-symlink
5169 @end example
5170
5171 Note that the @code{(guix monad-repl)} module extends the Guile REPL with
5172 new ``meta-commands'' to make it easier to deal with monadic procedures:
5173 @code{run-in-store}, and @code{enter-store-monad}. The former is used
5174 to ``run'' a single monadic value through the store:
5175
5176 @example
5177 scheme@@(guile-user)> ,run-in-store (package->derivation hello)
5178 $1 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
5179 @end example
5180
5181 The latter enters a recursive REPL, where all the return values are
5182 automatically run through the store:
5183
5184 @example
5185 scheme@@(guile-user)> ,enter-store-monad
5186 store-monad@@(guile-user) [1]> (package->derivation hello)
5187 $2 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
5188 store-monad@@(guile-user) [1]> (text-file "foo" "Hello!")
5189 $3 = "/gnu/store/@dots{}-foo"
5190 store-monad@@(guile-user) [1]> ,q
5191 scheme@@(guile-user)>
5192 @end example
5193
5194 @noindent
5195 Note that non-monadic values cannot be returned in the
5196 @code{store-monad} REPL.
5197
5198 The main syntactic forms to deal with monads in general are provided by
5199 the @code{(guix monads)} module and are described below.
5200
5201 @deffn {Scheme Syntax} with-monad @var{monad} @var{body} ...
5202 Evaluate any @code{>>=} or @code{return} forms in @var{body} as being
5203 in @var{monad}.
5204 @end deffn
5205
5206 @deffn {Scheme Syntax} return @var{val}
5207 Return a monadic value that encapsulates @var{val}.
5208 @end deffn
5209
5210 @deffn {Scheme Syntax} >>= @var{mval} @var{mproc} ...
5211 @dfn{Bind} monadic value @var{mval}, passing its ``contents'' to monadic
5212 procedures @var{mproc}@dots{}@footnote{This operation is commonly
5213 referred to as ``bind'', but that name denotes an unrelated procedure in
5214 Guile. Thus we use this somewhat cryptic symbol inherited from the
5215 Haskell language.}. There can be one @var{mproc} or several of them, as
5216 in this example:
5217
5218 @example
5219 (run-with-state
5220 (with-monad %state-monad
5221 (>>= (return 1)
5222 (lambda (x) (return (+ 1 x)))
5223 (lambda (x) (return (* 2 x)))))
5224 'some-state)
5225
5226 @result{} 4
5227 @result{} some-state
5228 @end example
5229 @end deffn
5230
5231 @deffn {Scheme Syntax} mlet @var{monad} ((@var{var} @var{mval}) ...) @
5232 @var{body} ...
5233 @deffnx {Scheme Syntax} mlet* @var{monad} ((@var{var} @var{mval}) ...) @
5234 @var{body} ...
5235 Bind the variables @var{var} to the monadic values @var{mval} in
5236 @var{body}, which is a sequence of expressions. As with the bind
5237 operator, this can be thought of as ``unpacking'' the raw, non-monadic
5238 value ``contained'' in @var{mval} and making @var{var} refer to that
5239 raw, non-monadic value within the scope of the @var{body}. The form
5240 (@var{var} -> @var{val}) binds @var{var} to the ``normal'' value
5241 @var{val}, as per @code{let}. The binding operations occur in sequence
5242 from left to right. The last expression of @var{body} must be a monadic
5243 expression, and its result will become the result of the @code{mlet} or
5244 @code{mlet*} when run in the @var{monad}.
5245
5246 @code{mlet*} is to @code{mlet} what @code{let*} is to @code{let}
5247 (@pxref{Local Bindings,,, guile, GNU Guile Reference Manual}).
5248 @end deffn
5249
5250 @deffn {Scheme System} mbegin @var{monad} @var{mexp} ...
5251 Bind @var{mexp} and the following monadic expressions in sequence,
5252 returning the result of the last expression. Every expression in the
5253 sequence must be a monadic expression.
5254
5255 This is akin to @code{mlet}, except that the return values of the
5256 monadic expressions are ignored. In that sense, it is analogous to
5257 @code{begin}, but applied to monadic expressions.
5258 @end deffn
5259
5260 @deffn {Scheme System} mwhen @var{condition} @var{mexp0} @var{mexp*} ...
5261 When @var{condition} is true, evaluate the sequence of monadic
5262 expressions @var{mexp0}..@var{mexp*} as in an @code{mbegin}. When
5263 @var{condition} is false, return @code{*unspecified*} in the current
5264 monad. Every expression in the sequence must be a monadic expression.
5265 @end deffn
5266
5267 @deffn {Scheme System} munless @var{condition} @var{mexp0} @var{mexp*} ...
5268 When @var{condition} is false, evaluate the sequence of monadic
5269 expressions @var{mexp0}..@var{mexp*} as in an @code{mbegin}. When
5270 @var{condition} is true, return @code{*unspecified*} in the current
5271 monad. Every expression in the sequence must be a monadic expression.
5272 @end deffn
5273
5274 @cindex state monad
5275 The @code{(guix monads)} module provides the @dfn{state monad}, which
5276 allows an additional value---the state---to be @emph{threaded} through
5277 monadic procedure calls.
5278
5279 @defvr {Scheme Variable} %state-monad
5280 The state monad. Procedures in the state monad can access and change
5281 the state that is threaded.
5282
5283 Consider the example below. The @code{square} procedure returns a value
5284 in the state monad. It returns the square of its argument, but also
5285 increments the current state value:
5286
5287 @example
5288 (define (square x)
5289 (mlet %state-monad ((count (current-state)))
5290 (mbegin %state-monad
5291 (set-current-state (+ 1 count))
5292 (return (* x x)))))
5293
5294 (run-with-state (sequence %state-monad (map square (iota 3))) 0)
5295 @result{} (0 1 4)
5296 @result{} 3
5297 @end example
5298
5299 When ``run'' through @var{%state-monad}, we obtain that additional state
5300 value, which is the number of @code{square} calls.
5301 @end defvr
5302
5303 @deffn {Monadic Procedure} current-state
5304 Return the current state as a monadic value.
5305 @end deffn
5306
5307 @deffn {Monadic Procedure} set-current-state @var{value}
5308 Set the current state to @var{value} and return the previous state as a
5309 monadic value.
5310 @end deffn
5311
5312 @deffn {Monadic Procedure} state-push @var{value}
5313 Push @var{value} to the current state, which is assumed to be a list,
5314 and return the previous state as a monadic value.
5315 @end deffn
5316
5317 @deffn {Monadic Procedure} state-pop
5318 Pop a value from the current state and return it as a monadic value.
5319 The state is assumed to be a list.
5320 @end deffn
5321
5322 @deffn {Scheme Procedure} run-with-state @var{mval} [@var{state}]
5323 Run monadic value @var{mval} starting with @var{state} as the initial
5324 state. Return two values: the resulting value, and the resulting state.
5325 @end deffn
5326
5327 The main interface to the store monad, provided by the @code{(guix
5328 store)} module, is as follows.
5329
5330 @defvr {Scheme Variable} %store-monad
5331 The store monad---an alias for @var{%state-monad}.
5332
5333 Values in the store monad encapsulate accesses to the store. When its
5334 effect is needed, a value of the store monad must be ``evaluated'' by
5335 passing it to the @code{run-with-store} procedure (see below.)
5336 @end defvr
5337
5338 @deffn {Scheme Procedure} run-with-store @var{store} @var{mval} [#:guile-for-build] [#:system (%current-system)]
5339 Run @var{mval}, a monadic value in the store monad, in @var{store}, an
5340 open store connection.
5341 @end deffn
5342
5343 @deffn {Monadic Procedure} text-file @var{name} @var{text} [@var{references}]
5344 Return as a monadic value the absolute file name in the store of the file
5345 containing @var{text}, a string. @var{references} is a list of store items that the
5346 resulting text file refers to; it defaults to the empty list.
5347 @end deffn
5348
5349 @deffn {Monadic Procedure} binary-file @var{name} @var{data} [@var{references}]
5350 Return as a monadic value the absolute file name in the store of the file
5351 containing @var{data}, a bytevector. @var{references} is a list of store
5352 items that the resulting binary file refers to; it defaults to the empty list.
5353 @end deffn
5354
5355 @deffn {Monadic Procedure} interned-file @var{file} [@var{name}] @
5356 [#:recursive? #t] [#:select? (const #t)]
5357 Return the name of @var{file} once interned in the store. Use
5358 @var{name} as its store name, or the basename of @var{file} if
5359 @var{name} is omitted.
5360
5361 When @var{recursive?} is true, the contents of @var{file} are added
5362 recursively; if @var{file} designates a flat file and @var{recursive?}
5363 is true, its contents are added, and its permission bits are kept.
5364
5365 When @var{recursive?} is true, call @code{(@var{select?} @var{file}
5366 @var{stat})} for each directory entry, where @var{file} is the entry's
5367 absolute file name and @var{stat} is the result of @code{lstat}; exclude
5368 entries for which @var{select?} does not return true.
5369
5370 The example below adds a file to the store, under two different names:
5371
5372 @example
5373 (run-with-store (open-connection)
5374 (mlet %store-monad ((a (interned-file "README"))
5375 (b (interned-file "README" "LEGU-MIN")))
5376 (return (list a b))))
5377
5378 @result{} ("/gnu/store/rwm@dots{}-README" "/gnu/store/44i@dots{}-LEGU-MIN")
5379 @end example
5380
5381 @end deffn
5382
5383 The @code{(guix packages)} module exports the following package-related
5384 monadic procedures:
5385
5386 @deffn {Monadic Procedure} package-file @var{package} [@var{file}] @
5387 [#:system (%current-system)] [#:target #f] @
5388 [#:output "out"]
5389 Return as a monadic
5390 value in the absolute file name of @var{file} within the @var{output}
5391 directory of @var{package}. When @var{file} is omitted, return the name
5392 of the @var{output} directory of @var{package}. When @var{target} is
5393 true, use it as a cross-compilation target triplet.
5394 @end deffn
5395
5396 @deffn {Monadic Procedure} package->derivation @var{package} [@var{system}]
5397 @deffnx {Monadic Procedure} package->cross-derivation @var{package} @
5398 @var{target} [@var{system}]
5399 Monadic version of @code{package-derivation} and
5400 @code{package-cross-derivation} (@pxref{Defining Packages}).
5401 @end deffn
5402
5403
5404 @node G-Expressions
5405 @section G-Expressions
5406
5407 @cindex G-expression
5408 @cindex build code quoting
5409 So we have ``derivations'', which represent a sequence of build actions
5410 to be performed to produce an item in the store (@pxref{Derivations}).
5411 These build actions are performed when asking the daemon to actually
5412 build the derivations; they are run by the daemon in a container
5413 (@pxref{Invoking guix-daemon}).
5414
5415 @cindex strata of code
5416 It should come as no surprise that we like to write these build actions
5417 in Scheme. When we do that, we end up with two @dfn{strata} of Scheme
5418 code@footnote{The term @dfn{stratum} in this context was coined by
5419 Manuel Serrano et al.@: in the context of their work on Hop. Oleg
5420 Kiselyov, who has written insightful
5421 @url{http://okmij.org/ftp/meta-programming/#meta-scheme, essays and code
5422 on this topic}, refers to this kind of code generation as
5423 @dfn{staging}.}: the ``host code''---code that defines packages, talks
5424 to the daemon, etc.---and the ``build code''---code that actually
5425 performs build actions, such as making directories, invoking
5426 @command{make}, etc.
5427
5428 To describe a derivation and its build actions, one typically needs to
5429 embed build code inside host code. It boils down to manipulating build
5430 code as data, and the homoiconicity of Scheme---code has a direct
5431 representation as data---comes in handy for that. But we need more than
5432 the normal @code{quasiquote} mechanism in Scheme to construct build
5433 expressions.
5434
5435 The @code{(guix gexp)} module implements @dfn{G-expressions}, a form of
5436 S-expressions adapted to build expressions. G-expressions, or
5437 @dfn{gexps}, consist essentially of three syntactic forms: @code{gexp},
5438 @code{ungexp}, and @code{ungexp-splicing} (or simply: @code{#~},
5439 @code{#$}, and @code{#$@@}), which are comparable to
5440 @code{quasiquote}, @code{unquote}, and @code{unquote-splicing},
5441 respectively (@pxref{Expression Syntax, @code{quasiquote},, guile,
5442 GNU Guile Reference Manual}). However, there are major differences:
5443
5444 @itemize
5445 @item
5446 Gexps are meant to be written to a file and run or manipulated by other
5447 processes.
5448
5449 @item
5450 When a high-level object such as a package or derivation is unquoted
5451 inside a gexp, the result is as if its output file name had been
5452 introduced.
5453
5454 @item
5455 Gexps carry information about the packages or derivations they refer to,
5456 and these dependencies are automatically added as inputs to the build
5457 processes that use them.
5458 @end itemize
5459
5460 @cindex lowering, of high-level objects in gexps
5461 This mechanism is not limited to package and derivation
5462 objects: @dfn{compilers} able to ``lower'' other high-level objects to
5463 derivations or files in the store can be defined,
5464 such that these objects can also be inserted
5465 into gexps. For example, a useful type of high-level objects that can be
5466 inserted in a gexp is ``file-like objects'', which make it easy to
5467 add files to the store and to refer to them in
5468 derivations and such (see @code{local-file} and @code{plain-file}
5469 below.)
5470
5471 To illustrate the idea, here is an example of a gexp:
5472
5473 @example
5474 (define build-exp
5475 #~(begin
5476 (mkdir #$output)
5477 (chdir #$output)
5478 (symlink (string-append #$coreutils "/bin/ls")
5479 "list-files")))
5480 @end example
5481
5482 This gexp can be passed to @code{gexp->derivation}; we obtain a
5483 derivation that builds a directory containing exactly one symlink to
5484 @file{/gnu/store/@dots{}-coreutils-8.22/bin/ls}:
5485
5486 @example
5487 (gexp->derivation "the-thing" build-exp)
5488 @end example
5489
5490 As one would expect, the @code{"/gnu/store/@dots{}-coreutils-8.22"} string is
5491 substituted to the reference to the @var{coreutils} package in the
5492 actual build code, and @var{coreutils} is automatically made an input to
5493 the derivation. Likewise, @code{#$output} (equivalent to @code{(ungexp
5494 output)}) is replaced by a string containing the directory name of the
5495 output of the derivation.
5496
5497 @cindex cross compilation
5498 In a cross-compilation context, it is useful to distinguish between
5499 references to the @emph{native} build of a package---that can run on the
5500 host---versus references to cross builds of a package. To that end, the
5501 @code{#+} plays the same role as @code{#$}, but is a reference to a
5502 native package build:
5503
5504 @example
5505 (gexp->derivation "vi"
5506 #~(begin
5507 (mkdir #$output)
5508 (system* (string-append #+coreutils "/bin/ln")
5509 "-s"
5510 (string-append #$emacs "/bin/emacs")
5511 (string-append #$output "/bin/vi")))
5512 #:target "mips64el-linux-gnu")
5513 @end example
5514
5515 @noindent
5516 In the example above, the native build of @var{coreutils} is used, so
5517 that @command{ln} can actually run on the host; but then the
5518 cross-compiled build of @var{emacs} is referenced.
5519
5520 @cindex imported modules, for gexps
5521 @findex with-imported-modules
5522 Another gexp feature is @dfn{imported modules}: sometimes you want to be
5523 able to use certain Guile modules from the ``host environment'' in the
5524 gexp, so those modules should be imported in the ``build environment''.
5525 The @code{with-imported-modules} form allows you to express that:
5526
5527 @example
5528 (let ((build (with-imported-modules '((guix build utils))
5529 #~(begin
5530 (use-modules (guix build utils))
5531 (mkdir-p (string-append #$output "/bin"))))))
5532 (gexp->derivation "empty-dir"
5533 #~(begin
5534 #$build
5535 (display "success!\n")
5536 #t)))
5537 @end example
5538
5539 @noindent
5540 In this example, the @code{(guix build utils)} module is automatically
5541 pulled into the isolated build environment of our gexp, such that
5542 @code{(use-modules (guix build utils))} works as expected.
5543
5544 @cindex module closure
5545 @findex source-module-closure
5546 Usually you want the @emph{closure} of the module to be imported---i.e.,
5547 the module itself and all the modules it depends on---rather than just
5548 the module; failing to do that, attempts to use the module will fail
5549 because of missing dependent modules. The @code{source-module-closure}
5550 procedure computes the closure of a module by looking at its source file
5551 headers, which comes in handy in this case:
5552
5553 @example
5554 (use-modules (guix modules)) ;for 'source-module-closure'
5555
5556 (with-imported-modules (source-module-closure
5557 '((guix build utils)
5558 (gnu build vm)))
5559 (gexp->derivation "something-with-vms"
5560 #~(begin
5561 (use-modules (guix build utils)
5562 (gnu build vm))
5563 @dots{})))
5564 @end example
5565
5566 @cindex extensions, for gexps
5567 @findex with-extensions
5568 In the same vein, sometimes you want to import not just pure-Scheme
5569 modules, but also ``extensions'' such as Guile bindings to C libraries
5570 or other ``full-blown'' packages. Say you need the @code{guile-json}
5571 package available on the build side, here's how you would do it:
5572
5573 @example
5574 (use-modules (gnu packages guile)) ;for 'guile-json'
5575
5576 (with-extensions (list guile-json)
5577 (gexp->derivation "something-with-json"
5578 #~(begin
5579 (use-modules (json))
5580 @dots{})))
5581 @end example
5582
5583 The syntactic form to construct gexps is summarized below.
5584
5585 @deffn {Scheme Syntax} #~@var{exp}
5586 @deffnx {Scheme Syntax} (gexp @var{exp})
5587 Return a G-expression containing @var{exp}. @var{exp} may contain one
5588 or more of the following forms:
5589
5590 @table @code
5591 @item #$@var{obj}
5592 @itemx (ungexp @var{obj})
5593 Introduce a reference to @var{obj}. @var{obj} may have one of the
5594 supported types, for example a package or a
5595 derivation, in which case the @code{ungexp} form is replaced by its
5596 output file name---e.g., @code{"/gnu/store/@dots{}-coreutils-8.22}.
5597
5598 If @var{obj} is a list, it is traversed and references to supported
5599 objects are substituted similarly.
5600
5601 If @var{obj} is another gexp, its contents are inserted and its
5602 dependencies are added to those of the containing gexp.
5603
5604 If @var{obj} is another kind of object, it is inserted as is.
5605
5606 @item #$@var{obj}:@var{output}
5607 @itemx (ungexp @var{obj} @var{output})
5608 This is like the form above, but referring explicitly to the
5609 @var{output} of @var{obj}---this is useful when @var{obj} produces
5610 multiple outputs (@pxref{Packages with Multiple Outputs}).
5611
5612 @item #+@var{obj}
5613 @itemx #+@var{obj}:output
5614 @itemx (ungexp-native @var{obj})
5615 @itemx (ungexp-native @var{obj} @var{output})
5616 Same as @code{ungexp}, but produces a reference to the @emph{native}
5617 build of @var{obj} when used in a cross compilation context.
5618
5619 @item #$output[:@var{output}]
5620 @itemx (ungexp output [@var{output}])
5621 Insert a reference to derivation output @var{output}, or to the main
5622 output when @var{output} is omitted.
5623
5624 This only makes sense for gexps passed to @code{gexp->derivation}.
5625
5626 @item #$@@@var{lst}
5627 @itemx (ungexp-splicing @var{lst})
5628 Like the above, but splices the contents of @var{lst} inside the
5629 containing list.
5630
5631 @item #+@@@var{lst}
5632 @itemx (ungexp-native-splicing @var{lst})
5633 Like the above, but refers to native builds of the objects listed in
5634 @var{lst}.
5635
5636 @end table
5637
5638 G-expressions created by @code{gexp} or @code{#~} are run-time objects
5639 of the @code{gexp?} type (see below.)
5640 @end deffn
5641
5642 @deffn {Scheme Syntax} with-imported-modules @var{modules} @var{body}@dots{}
5643 Mark the gexps defined in @var{body}@dots{} as requiring @var{modules}
5644 in their execution environment.
5645
5646 Each item in @var{modules} can be the name of a module, such as
5647 @code{(guix build utils)}, or it can be a module name, followed by an
5648 arrow, followed by a file-like object:
5649
5650 @example
5651 `((guix build utils)
5652 (guix gcrypt)
5653 ((guix config) => ,(scheme-file "config.scm"
5654 #~(define-module @dots{}))))
5655 @end example
5656
5657 @noindent
5658 In the example above, the first two modules are taken from the search
5659 path, and the last one is created from the given file-like object.
5660
5661 This form has @emph{lexical} scope: it has an effect on the gexps
5662 directly defined in @var{body}@dots{}, but not on those defined, say, in
5663 procedures called from @var{body}@dots{}.
5664 @end deffn
5665
5666 @deffn {Scheme Syntax} with-extensions @var{extensions} @var{body}@dots{}
5667 Mark the gexps defined in @var{body}@dots{} as requiring
5668 @var{extensions} in their build and execution environment.
5669 @var{extensions} is typically a list of package objects such as those
5670 defined in the @code{(gnu packages guile)} module.
5671
5672 Concretely, the packages listed in @var{extensions} are added to the
5673 load path while compiling imported modules in @var{body}@dots{}; they
5674 are also added to the load path of the gexp returned by
5675 @var{body}@dots{}.
5676 @end deffn
5677
5678 @deffn {Scheme Procedure} gexp? @var{obj}
5679 Return @code{#t} if @var{obj} is a G-expression.
5680 @end deffn
5681
5682 G-expressions are meant to be written to disk, either as code building
5683 some derivation, or as plain files in the store. The monadic procedures
5684 below allow you to do that (@pxref{The Store Monad}, for more
5685 information about monads.)
5686
5687 @deffn {Monadic Procedure} gexp->derivation @var{name} @var{exp} @
5688 [#:system (%current-system)] [#:target #f] [#:graft? #t] @
5689 [#:hash #f] [#:hash-algo #f] @
5690 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
5691 [#:module-path @var{%load-path}] @
5692 [#:effective-version "2.2"] @
5693 [#:references-graphs #f] [#:allowed-references #f] @
5694 [#:disallowed-references #f] @
5695 [#:leaked-env-vars #f] @
5696 [#:script-name (string-append @var{name} "-builder")] @
5697 [#:deprecation-warnings #f] @
5698 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
5699 Return a derivation @var{name} that runs @var{exp} (a gexp) with
5700 @var{guile-for-build} (a derivation) on @var{system}; @var{exp} is
5701 stored in a file called @var{script-name}. When @var{target} is true,
5702 it is used as the cross-compilation target triplet for packages referred
5703 to by @var{exp}.
5704
5705 @var{modules} is deprecated in favor of @code{with-imported-modules}.
5706 Its meaning is to
5707 make @var{modules} available in the evaluation context of @var{exp};
5708 @var{modules} is a list of names of Guile modules searched in
5709 @var{module-path} to be copied in the store, compiled, and made available in
5710 the load path during the execution of @var{exp}---e.g., @code{((guix
5711 build utils) (guix build gnu-build-system))}.
5712
5713 @var{effective-version} determines the string to use when adding extensions of
5714 @var{exp} (see @code{with-extensions}) to the search path---e.g., @code{"2.2"}.
5715
5716 @var{graft?} determines whether packages referred to by @var{exp} should be grafted when
5717 applicable.
5718
5719 When @var{references-graphs} is true, it must be a list of tuples of one of the
5720 following forms:
5721
5722 @example
5723 (@var{file-name} @var{package})
5724 (@var{file-name} @var{package} @var{output})
5725 (@var{file-name} @var{derivation})
5726 (@var{file-name} @var{derivation} @var{output})
5727 (@var{file-name} @var{store-item})
5728 @end example
5729
5730 The right-hand-side of each element of @var{references-graphs} is automatically made
5731 an input of the build process of @var{exp}. In the build environment, each
5732 @var{file-name} contains the reference graph of the corresponding item, in a simple
5733 text format.
5734
5735 @var{allowed-references} must be either @code{#f} or a list of output names and packages.
5736 In the latter case, the list denotes store items that the result is allowed to
5737 refer to. Any reference to another store item will lead to a build error.
5738 Similarly for @var{disallowed-references}, which can list items that must not be
5739 referenced by the outputs.
5740
5741 @var{deprecation-warnings} determines whether to show deprecation warnings while
5742 compiling modules. It can be @code{#f}, @code{#t}, or @code{'detailed}.
5743
5744 The other arguments are as for @code{derivation} (@pxref{Derivations}).
5745 @end deffn
5746
5747 @cindex file-like objects
5748 The @code{local-file}, @code{plain-file}, @code{computed-file},
5749 @code{program-file}, and @code{scheme-file} procedures below return
5750 @dfn{file-like objects}. That is, when unquoted in a G-expression,
5751 these objects lead to a file in the store. Consider this G-expression:
5752
5753 @example
5754 #~(system* #$(file-append glibc "/sbin/nscd") "-f"
5755 #$(local-file "/tmp/my-nscd.conf"))
5756 @end example
5757
5758 The effect here is to ``intern'' @file{/tmp/my-nscd.conf} by copying it
5759 to the store. Once expanded, for instance @i{via}
5760 @code{gexp->derivation}, the G-expression refers to that copy under
5761 @file{/gnu/store}; thus, modifying or removing the file in @file{/tmp}
5762 does not have any effect on what the G-expression does.
5763 @code{plain-file} can be used similarly; it differs in that the file
5764 content is directly passed as a string.
5765
5766 @deffn {Scheme Procedure} local-file @var{file} [@var{name}] @
5767 [#:recursive? #f] [#:select? (const #t)]
5768 Return an object representing local file @var{file} to add to the store; this
5769 object can be used in a gexp. If @var{file} is a relative file name, it is looked
5770 up relative to the source file where this form appears. @var{file} will be added to
5771 the store under @var{name}--by default the base name of @var{file}.
5772
5773 When @var{recursive?} is true, the contents of @var{file} are added recursively; if @var{file}
5774 designates a flat file and @var{recursive?} is true, its contents are added, and its
5775 permission bits are kept.
5776
5777 When @var{recursive?} is true, call @code{(@var{select?} @var{file}
5778 @var{stat})} for each directory entry, where @var{file} is the entry's
5779 absolute file name and @var{stat} is the result of @code{lstat}; exclude
5780 entries for which @var{select?} does not return true.
5781
5782 This is the declarative counterpart of the @code{interned-file} monadic
5783 procedure (@pxref{The Store Monad, @code{interned-file}}).
5784 @end deffn
5785
5786 @deffn {Scheme Procedure} plain-file @var{name} @var{content}
5787 Return an object representing a text file called @var{name} with the given
5788 @var{content} (a string or a bytevector) to be added to the store.
5789
5790 This is the declarative counterpart of @code{text-file}.
5791 @end deffn
5792
5793 @deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
5794 [#:options '(#:local-build? #t)]
5795 Return an object representing the store item @var{name}, a file or
5796 directory computed by @var{gexp}. @var{options}
5797 is a list of additional arguments to pass to @code{gexp->derivation}.
5798
5799 This is the declarative counterpart of @code{gexp->derivation}.
5800 @end deffn
5801
5802 @deffn {Monadic Procedure} gexp->script @var{name} @var{exp} @
5803 [#:guile (default-guile)] [#:module-path %load-path]
5804 Return an executable script @var{name} that runs @var{exp} using
5805 @var{guile}, with @var{exp}'s imported modules in its search path.
5806 Look up @var{exp}'s modules in @var{module-path}.
5807
5808 The example below builds a script that simply invokes the @command{ls}
5809 command:
5810
5811 @example
5812 (use-modules (guix gexp) (gnu packages base))
5813
5814 (gexp->script "list-files"
5815 #~(execl #$(file-append coreutils "/bin/ls")
5816 "ls"))
5817 @end example
5818
5819 When ``running'' it through the store (@pxref{The Store Monad,
5820 @code{run-with-store}}), we obtain a derivation that produces an
5821 executable file @file{/gnu/store/@dots{}-list-files} along these lines:
5822
5823 @example
5824 #!/gnu/store/@dots{}-guile-2.0.11/bin/guile -ds
5825 !#
5826 (execl "/gnu/store/@dots{}-coreutils-8.22"/bin/ls" "ls")
5827 @end example
5828 @end deffn
5829
5830 @deffn {Scheme Procedure} program-file @var{name} @var{exp} @
5831 [#:guile #f] [#:module-path %load-path]
5832 Return an object representing the executable store item @var{name} that
5833 runs @var{gexp}. @var{guile} is the Guile package used to execute that
5834 script. Imported modules of @var{gexp} are looked up in @var{module-path}.
5835
5836 This is the declarative counterpart of @code{gexp->script}.
5837 @end deffn
5838
5839 @deffn {Monadic Procedure} gexp->file @var{name} @var{exp} @
5840 [#:set-load-path? #t] [#:module-path %load-path] @
5841 [#:splice? #f] @
5842 [#:guile (default-guile)]
5843 Return a derivation that builds a file @var{name} containing @var{exp}.
5844 When @var{splice?} is true, @var{exp} is considered to be a list of
5845 expressions that will be spliced in the resulting file.
5846
5847 When @var{set-load-path?} is true, emit code in the resulting file to
5848 set @code{%load-path} and @code{%load-compiled-path} to honor
5849 @var{exp}'s imported modules. Look up @var{exp}'s modules in
5850 @var{module-path}.
5851
5852 The resulting file holds references to all the dependencies of @var{exp}
5853 or a subset thereof.
5854 @end deffn
5855
5856 @deffn {Scheme Procedure} scheme-file @var{name} @var{exp} [#:splice? #f]
5857 Return an object representing the Scheme file @var{name} that contains
5858 @var{exp}.
5859
5860 This is the declarative counterpart of @code{gexp->file}.
5861 @end deffn
5862
5863 @deffn {Monadic Procedure} text-file* @var{name} @var{text} @dots{}
5864 Return as a monadic value a derivation that builds a text file
5865 containing all of @var{text}. @var{text} may list, in addition to
5866 strings, objects of any type that can be used in a gexp: packages,
5867 derivations, local file objects, etc. The resulting store file holds
5868 references to all these.
5869
5870 This variant should be preferred over @code{text-file} anytime the file
5871 to create will reference items from the store. This is typically the
5872 case when building a configuration file that embeds store file names,
5873 like this:
5874
5875 @example
5876 (define (profile.sh)
5877 ;; Return the name of a shell script in the store that
5878 ;; initializes the 'PATH' environment variable.
5879 (text-file* "profile.sh"
5880 "export PATH=" coreutils "/bin:"
5881 grep "/bin:" sed "/bin\n"))
5882 @end example
5883
5884 In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
5885 will reference @var{coreutils}, @var{grep}, and @var{sed}, thereby
5886 preventing them from being garbage-collected during its lifetime.
5887 @end deffn
5888
5889 @deffn {Scheme Procedure} mixed-text-file @var{name} @var{text} @dots{}
5890 Return an object representing store file @var{name} containing
5891 @var{text}. @var{text} is a sequence of strings and file-like objects,
5892 as in:
5893
5894 @example
5895 (mixed-text-file "profile"
5896 "export PATH=" coreutils "/bin:" grep "/bin")
5897 @end example
5898
5899 This is the declarative counterpart of @code{text-file*}.
5900 @end deffn
5901
5902 @deffn {Scheme Procedure} file-union @var{name} @var{files}
5903 Return a @code{<computed-file>} that builds a directory containing all of @var{files}.
5904 Each item in @var{files} must be a two-element list where the first element is the
5905 file name to use in the new directory, and the second element is a gexp
5906 denoting the target file. Here's an example:
5907
5908 @example
5909 (file-union "etc"
5910 `(("hosts" ,(plain-file "hosts"
5911 "127.0.0.1 localhost"))
5912 ("bashrc" ,(plain-file "bashrc"
5913 "alias ls='ls --color=auto'"))))
5914 @end example
5915
5916 This yields an @code{etc} directory containing these two files.
5917 @end deffn
5918
5919 @deffn {Scheme Procedure} directory-union @var{name} @var{things}
5920 Return a directory that is the union of @var{things}, where @var{things} is a list of
5921 file-like objects denoting directories. For example:
5922
5923 @example
5924 (directory-union "guile+emacs" (list guile emacs))
5925 @end example
5926
5927 yields a directory that is the union of the @code{guile} and @code{emacs} packages.
5928 @end deffn
5929
5930 @deffn {Scheme Procedure} file-append @var{obj} @var{suffix} @dots{}
5931 Return a file-like object that expands to the concatenation of @var{obj}
5932 and @var{suffix}, where @var{obj} is a lowerable object and each
5933 @var{suffix} is a string.
5934
5935 As an example, consider this gexp:
5936
5937 @example
5938 (gexp->script "run-uname"
5939 #~(system* #$(file-append coreutils
5940 "/bin/uname")))
5941 @end example
5942
5943 The same effect could be achieved with:
5944
5945 @example
5946 (gexp->script "run-uname"
5947 #~(system* (string-append #$coreutils
5948 "/bin/uname")))
5949 @end example
5950
5951 There is one difference though: in the @code{file-append} case, the
5952 resulting script contains the absolute file name as a string, whereas in
5953 the second case, the resulting script contains a @code{(string-append
5954 @dots{})} expression to construct the file name @emph{at run time}.
5955 @end deffn
5956
5957
5958 Of course, in addition to gexps embedded in ``host'' code, there are
5959 also modules containing build tools. To make it clear that they are
5960 meant to be used in the build stratum, these modules are kept in the
5961 @code{(guix build @dots{})} name space.
5962
5963 @cindex lowering, of high-level objects in gexps
5964 Internally, high-level objects are @dfn{lowered}, using their compiler,
5965 to either derivations or store items. For instance, lowering a package
5966 yields a derivation, and lowering a @code{plain-file} yields a store
5967 item. This is achieved using the @code{lower-object} monadic procedure.
5968
5969 @deffn {Monadic Procedure} lower-object @var{obj} [@var{system}] @
5970 [#:target #f]
5971 Return as a value in @var{%store-monad} the derivation or store item
5972 corresponding to @var{obj} for @var{system}, cross-compiling for
5973 @var{target} if @var{target} is true. @var{obj} must be an object that
5974 has an associated gexp compiler, such as a @code{<package>}.
5975 @end deffn
5976
5977 @node Invoking guix repl
5978 @section Invoking @command{guix repl}
5979
5980 @cindex REPL, read-eval-print loop
5981 The @command{guix repl} command spawns a Guile @dfn{read-eval-print loop}
5982 (REPL) for interactive programming (@pxref{Using Guile Interactively,,, guile,
5983 GNU Guile Reference Manual}). Compared to just launching the @command{guile}
5984 command, @command{guix repl} guarantees that all the Guix modules and all its
5985 dependencies are available in the search path. You can use it this way:
5986
5987 @example
5988 $ guix repl
5989 scheme@@(guile-user)> ,use (gnu packages base)
5990 scheme@@(guile-user)> coreutils
5991 $1 = #<package coreutils@@8.29 gnu/packages/base.scm:327 3e28300>
5992 @end example
5993
5994 @cindex inferiors
5995 In addition, @command{guix repl} implements a simple machine-readable REPL
5996 protocol for use by @code{(guix inferior)}, a facility to interact with
5997 @dfn{inferiors}, separate processes running a potentially different revision
5998 of Guix.
5999
6000 The available options are as follows:
6001
6002 @table @code
6003 @item --type=@var{type}
6004 @itemx -t @var{type}
6005 Start a REPL of the given @var{TYPE}, which can be one of the following:
6006
6007 @table @code
6008 @item guile
6009 This is default, and it spawns a standard full-featured Guile REPL.
6010 @item machine
6011 Spawn a REPL that uses the machine-readable protocol. This is the protocol
6012 that the @code{(guix inferior)} module speaks.
6013 @end table
6014
6015 @item --listen=@var{endpoint}
6016 By default, @command{guix repl} reads from standard input and writes to
6017 standard output. When this option is passed, it will instead listen for
6018 connections on @var{endpoint}. Here are examples of valid options:
6019
6020 @table @code
6021 @item --listen=tcp:37146
6022 Accept connections on localhost on port 37146.
6023
6024 @item --listen=unix:/tmp/socket
6025 Accept connections on the Unix-domain socket @file{/tmp/socket}.
6026 @end table
6027 @end table
6028
6029 @c *********************************************************************
6030 @node Utilities
6031 @chapter Utilities
6032
6033 This section describes Guix command-line utilities. Some of them are
6034 primarily targeted at developers and users who write new package
6035 definitions, while others are more generally useful. They complement
6036 the Scheme programming interface of Guix in a convenient way.
6037
6038 @menu
6039 * Invoking guix build:: Building packages from the command line.
6040 * Invoking guix edit:: Editing package definitions.
6041 * Invoking guix download:: Downloading a file and printing its hash.
6042 * Invoking guix hash:: Computing the cryptographic hash of a file.
6043 * Invoking guix import:: Importing package definitions.
6044 * Invoking guix refresh:: Updating package definitions.
6045 * Invoking guix lint:: Finding errors in package definitions.
6046 * Invoking guix size:: Profiling disk usage.
6047 * Invoking guix graph:: Visualizing the graph of packages.
6048 * Invoking guix environment:: Setting up development environments.
6049 * Invoking guix publish:: Sharing substitutes.
6050 * Invoking guix challenge:: Challenging substitute servers.
6051 * Invoking guix copy:: Copying to and from a remote store.
6052 * Invoking guix container:: Process isolation.
6053 * Invoking guix weather:: Assessing substitute availability.
6054 @end menu
6055
6056 @node Invoking guix build
6057 @section Invoking @command{guix build}
6058
6059 @cindex package building
6060 @cindex @command{guix build}
6061 The @command{guix build} command builds packages or derivations and
6062 their dependencies, and prints the resulting store paths. Note that it
6063 does not modify the user's profile---this is the job of the
6064 @command{guix package} command (@pxref{Invoking guix package}). Thus,
6065 it is mainly useful for distribution developers.
6066
6067 The general syntax is:
6068
6069 @example
6070 guix build @var{options} @var{package-or-derivation}@dots{}
6071 @end example
6072
6073 As an example, the following command builds the latest versions of Emacs
6074 and of Guile, displays their build logs, and finally displays the
6075 resulting directories:
6076
6077 @example
6078 guix build emacs guile
6079 @end example
6080
6081 Similarly, the following command builds all the available packages:
6082
6083 @example
6084 guix build --quiet --keep-going \
6085 `guix package -A | cut -f1,2 --output-delimiter=@@`
6086 @end example
6087
6088 @var{package-or-derivation} may be either the name of a package found in
6089 the software distribution such as @code{coreutils} or
6090 @code{coreutils@@8.20}, or a derivation such as
6091 @file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a
6092 package with the corresponding name (and optionally version) is searched
6093 for among the GNU distribution modules (@pxref{Package Modules}).
6094
6095 Alternatively, the @code{--expression} option may be used to specify a
6096 Scheme expression that evaluates to a package; this is useful when
6097 disambiguating among several same-named packages or package variants is
6098 needed.
6099
6100 There may be zero or more @var{options}. The available options are
6101 described in the subsections below.
6102
6103 @menu
6104 * Common Build Options:: Build options for most commands.
6105 * Package Transformation Options:: Creating variants of packages.
6106 * Additional Build Options:: Options specific to 'guix build'.
6107 * Debugging Build Failures:: Real life packaging experience.
6108 @end menu
6109
6110 @node Common Build Options
6111 @subsection Common Build Options
6112
6113 A number of options that control the build process are common to
6114 @command{guix build} and other commands that can spawn builds, such as
6115 @command{guix package} or @command{guix archive}. These are the
6116 following:
6117
6118 @table @code
6119
6120 @item --load-path=@var{directory}
6121 @itemx -L @var{directory}
6122 Add @var{directory} to the front of the package module search path
6123 (@pxref{Package Modules}).
6124
6125 This allows users to define their own packages and make them visible to
6126 the command-line tools.
6127
6128 @item --keep-failed
6129 @itemx -K
6130 Keep the build tree of failed builds. Thus, if a build fails, its build
6131 tree is kept under @file{/tmp}, in a directory whose name is shown at
6132 the end of the build log. This is useful when debugging build issues.
6133 @xref{Debugging Build Failures}, for tips and tricks on how to debug
6134 build issues.
6135
6136 @item --keep-going
6137 @itemx -k
6138 Keep going when some of the derivations fail to build; return only once
6139 all the builds have either completed or failed.
6140
6141 The default behavior is to stop as soon as one of the specified
6142 derivations has failed.
6143
6144 @item --dry-run
6145 @itemx -n
6146 Do not build the derivations.
6147
6148 @anchor{fallback-option}
6149 @item --fallback
6150 When substituting a pre-built binary fails, fall back to building
6151 packages locally (@pxref{Substitution Failure}).
6152
6153 @item --substitute-urls=@var{urls}
6154 @anchor{client-substitute-urls}
6155 Consider @var{urls} the whitespace-separated list of substitute source
6156 URLs, overriding the default list of URLs of @command{guix-daemon}
6157 (@pxref{daemon-substitute-urls,, @command{guix-daemon} URLs}).
6158
6159 This means that substitutes may be downloaded from @var{urls}, provided
6160 they are signed by a key authorized by the system administrator
6161 (@pxref{Substitutes}).
6162
6163 When @var{urls} is the empty string, substitutes are effectively
6164 disabled.
6165
6166 @item --no-substitutes
6167 Do not use substitutes for build products. That is, always build things
6168 locally instead of allowing downloads of pre-built binaries
6169 (@pxref{Substitutes}).
6170
6171 @item --no-grafts
6172 Do not ``graft'' packages. In practice, this means that package updates
6173 available as grafts are not applied. @xref{Security Updates}, for more
6174 information on grafts.
6175
6176 @item --rounds=@var{n}
6177 Build each derivation @var{n} times in a row, and raise an error if
6178 consecutive build results are not bit-for-bit identical.
6179
6180 This is a useful way to detect non-deterministic builds processes.
6181 Non-deterministic build processes are a problem because they make it
6182 practically impossible for users to @emph{verify} whether third-party
6183 binaries are genuine. @xref{Invoking guix challenge}, for more.
6184
6185 Note that, currently, the differing build results are not kept around,
6186 so you will have to manually investigate in case of an error---e.g., by
6187 stashing one of the build results with @code{guix archive --export}
6188 (@pxref{Invoking guix archive}), then rebuilding, and finally comparing
6189 the two results.
6190
6191 @item --no-build-hook
6192 Do not attempt to offload builds @i{via} the ``build hook'' of the daemon
6193 (@pxref{Daemon Offload Setup}). That is, always build things locally
6194 instead of offloading builds to remote machines.
6195
6196 @item --max-silent-time=@var{seconds}
6197 When the build or substitution process remains silent for more than
6198 @var{seconds}, terminate it and report a build failure.
6199
6200 By default, the daemon's setting is honored (@pxref{Invoking
6201 guix-daemon, @code{--max-silent-time}}).
6202
6203 @item --timeout=@var{seconds}
6204 Likewise, when the build or substitution process lasts for more than
6205 @var{seconds}, terminate it and report a build failure.
6206
6207 By default, the daemon's setting is honored (@pxref{Invoking
6208 guix-daemon, @code{--timeout}}).
6209
6210 @item --verbosity=@var{level}
6211 Use the given verbosity level. @var{level} must be an integer between 0
6212 and 5; higher means more verbose output. Setting a level of 4 or more
6213 may be helpful when debugging setup issues with the build daemon.
6214
6215 @item --cores=@var{n}
6216 @itemx -c @var{n}
6217 Allow the use of up to @var{n} CPU cores for the build. The special
6218 value @code{0} means to use as many CPU cores as available.
6219
6220 @item --max-jobs=@var{n}
6221 @itemx -M @var{n}
6222 Allow at most @var{n} build jobs in parallel. @xref{Invoking
6223 guix-daemon, @code{--max-jobs}}, for details about this option and the
6224 equivalent @command{guix-daemon} option.
6225
6226 @end table
6227
6228 Behind the scenes, @command{guix build} is essentially an interface to
6229 the @code{package-derivation} procedure of the @code{(guix packages)}
6230 module, and to the @code{build-derivations} procedure of the @code{(guix
6231 derivations)} module.
6232
6233 In addition to options explicitly passed on the command line,
6234 @command{guix build} and other @command{guix} commands that support
6235 building honor the @code{GUIX_BUILD_OPTIONS} environment variable.
6236
6237 @defvr {Environment Variable} GUIX_BUILD_OPTIONS
6238 Users can define this variable to a list of command line options that
6239 will automatically be used by @command{guix build} and other
6240 @command{guix} commands that can perform builds, as in the example
6241 below:
6242
6243 @example
6244 $ export GUIX_BUILD_OPTIONS="--no-substitutes -c 2 -L /foo/bar"
6245 @end example
6246
6247 These options are parsed independently, and the result is appended to
6248 the parsed command-line options.
6249 @end defvr
6250
6251
6252 @node Package Transformation Options
6253 @subsection Package Transformation Options
6254
6255 @cindex package variants
6256 Another set of command-line options supported by @command{guix build}
6257 and also @command{guix package} are @dfn{package transformation
6258 options}. These are options that make it possible to define @dfn{package
6259 variants}---for instance, packages built from different source code.
6260 This is a convenient way to create customized packages on the fly
6261 without having to type in the definitions of package variants
6262 (@pxref{Defining Packages}).
6263
6264 @table @code
6265
6266 @item --with-source=@var{source}
6267 @itemx --with-source=@var{package}=@var{source}
6268 @itemx --with-source=@var{package}@@@var{version}=@var{source}
6269 Use @var{source} as the source of @var{package}, and @var{version} as
6270 its version number.
6271 @var{source} must be a file name or a URL, as for @command{guix
6272 download} (@pxref{Invoking guix download}).
6273
6274 When @var{package} is omitted,
6275 it is taken to be the package name specified on the
6276 command line that matches the base of @var{source}---e.g.,
6277 if @var{source} is @code{/src/guile-2.0.10.tar.gz}, the corresponding
6278 package is @code{guile}.
6279
6280 Likewise, when @var{version} is omitted, the version string is inferred from
6281 @var{source}; in the previous example, it is @code{2.0.10}.
6282
6283 This option allows users to try out versions of packages other than the
6284 one provided by the distribution. The example below downloads
6285 @file{ed-1.7.tar.gz} from a GNU mirror and uses that as the source for
6286 the @code{ed} package:
6287
6288 @example
6289 guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz
6290 @end example
6291
6292 As a developer, @code{--with-source} makes it easy to test release
6293 candidates:
6294
6295 @example
6296 guix build guile --with-source=../guile-2.0.9.219-e1bb7.tar.xz
6297 @end example
6298
6299 @dots{} or to build from a checkout in a pristine environment:
6300
6301 @example
6302 $ git clone git://git.sv.gnu.org/guix.git
6303 $ guix build guix --with-source=guix@@1.0=./guix
6304 @end example
6305
6306 @item --with-input=@var{package}=@var{replacement}
6307 Replace dependency on @var{package} by a dependency on
6308 @var{replacement}. @var{package} must be a package name, and
6309 @var{replacement} must be a package specification such as @code{guile}
6310 or @code{guile@@1.8}.
6311
6312 For instance, the following command builds Guix, but replaces its
6313 dependency on the current stable version of Guile with a dependency on
6314 the legacy version of Guile, @code{guile@@2.0}:
6315
6316 @example
6317 guix build --with-input=guile=guile@@2.0 guix
6318 @end example
6319
6320 This is a recursive, deep replacement. So in this example, both
6321 @code{guix} and its dependency @code{guile-json} (which also depends on
6322 @code{guile}) get rebuilt against @code{guile@@2.0}.
6323
6324 This is implemented using the @code{package-input-rewriting} Scheme
6325 procedure (@pxref{Defining Packages, @code{package-input-rewriting}}).
6326
6327 @item --with-graft=@var{package}=@var{replacement}
6328 This is similar to @code{--with-input} but with an important difference:
6329 instead of rebuilding the whole dependency chain, @var{replacement} is
6330 built and then @dfn{grafted} onto the binaries that were initially
6331 referring to @var{package}. @xref{Security Updates}, for more
6332 information on grafts.
6333
6334 For example, the command below grafts version 3.5.4 of GnuTLS onto Wget
6335 and all its dependencies, replacing references to the version of GnuTLS
6336 they currently refer to:
6337
6338 @example
6339 guix build --with-graft=gnutls=gnutls@@3.5.4 wget
6340 @end example
6341
6342 This has the advantage of being much faster than rebuilding everything.
6343 But there is a caveat: it works if and only if @var{package} and
6344 @var{replacement} are strictly compatible---for example, if they provide
6345 a library, the application binary interface (ABI) of those libraries
6346 must be compatible. If @var{replacement} is somehow incompatible with
6347 @var{package}, then the resulting package may be unusable. Use with
6348 care!
6349
6350 @end table
6351
6352 @node Additional Build Options
6353 @subsection Additional Build Options
6354
6355 The command-line options presented below are specific to @command{guix
6356 build}.
6357
6358 @table @code
6359
6360 @item --quiet
6361 @itemx -q
6362 Build quietly, without displaying the build log. Upon completion, the
6363 build log is kept in @file{/var} (or similar) and can always be
6364 retrieved using the @option{--log-file} option.
6365
6366 @item --file=@var{file}
6367 @itemx -f @var{file}
6368
6369 Build the package or derivation that the code within @var{file}
6370 evaluates to.
6371
6372 As an example, @var{file} might contain a package definition like this
6373 (@pxref{Defining Packages}):
6374
6375 @example
6376 @verbatiminclude package-hello.scm
6377 @end example
6378
6379 @item --expression=@var{expr}
6380 @itemx -e @var{expr}
6381 Build the package or derivation @var{expr} evaluates to.
6382
6383 For example, @var{expr} may be @code{(@@ (gnu packages guile)
6384 guile-1.8)}, which unambiguously designates this specific variant of
6385 version 1.8 of Guile.
6386
6387 Alternatively, @var{expr} may be a G-expression, in which case it is used
6388 as a build program passed to @code{gexp->derivation}
6389 (@pxref{G-Expressions}).
6390
6391 Lastly, @var{expr} may refer to a zero-argument monadic procedure
6392 (@pxref{The Store Monad}). The procedure must return a derivation as a
6393 monadic value, which is then passed through @code{run-with-store}.
6394
6395 @item --source
6396 @itemx -S
6397 Build the source derivations of the packages, rather than the packages
6398 themselves.
6399
6400 For instance, @code{guix build -S gcc} returns something like
6401 @file{/gnu/store/@dots{}-gcc-4.7.2.tar.bz2}, which is the GCC
6402 source tarball.
6403
6404 The returned source tarball is the result of applying any patches and
6405 code snippets specified in the package @code{origin} (@pxref{Defining
6406 Packages}).
6407
6408 @item --sources
6409 Fetch and return the source of @var{package-or-derivation} and all their
6410 dependencies, recursively. This is a handy way to obtain a local copy
6411 of all the source code needed to build @var{packages}, allowing you to
6412 eventually build them even without network access. It is an extension
6413 of the @code{--source} option and can accept one of the following
6414 optional argument values:
6415
6416 @table @code
6417 @item package
6418 This value causes the @code{--sources} option to behave in the same way
6419 as the @code{--source} option.
6420
6421 @item all
6422 Build the source derivations of all packages, including any source that
6423 might be listed as @code{inputs}. This is the default value.
6424
6425 @example
6426 $ guix build --sources tzdata
6427 The following derivations will be built:
6428 /gnu/store/@dots{}-tzdata2015b.tar.gz.drv
6429 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
6430 @end example
6431
6432 @item transitive
6433 Build the source derivations of all packages, as well of all transitive
6434 inputs to the packages. This can be used e.g. to
6435 prefetch package source for later offline building.
6436
6437 @example
6438 $ guix build --sources=transitive tzdata
6439 The following derivations will be built:
6440 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
6441 /gnu/store/@dots{}-findutils-4.4.2.tar.xz.drv
6442 /gnu/store/@dots{}-grep-2.21.tar.xz.drv
6443 /gnu/store/@dots{}-coreutils-8.23.tar.xz.drv
6444 /gnu/store/@dots{}-make-4.1.tar.xz.drv
6445 /gnu/store/@dots{}-bash-4.3.tar.xz.drv
6446 @dots{}
6447 @end example
6448
6449 @end table
6450
6451 @item --system=@var{system}
6452 @itemx -s @var{system}
6453 Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of
6454 the system type of the build host.
6455
6456 @quotation Note
6457 The @code{--system} flag is for @emph{native} compilation and must not
6458 be confused with cross-compilation. See @code{--target} below for
6459 information on cross-compilation.
6460 @end quotation
6461
6462 An example use of this is on Linux-based systems, which can emulate
6463 different personalities. For instance, passing
6464 @code{--system=i686-linux} on an @code{x86_64-linux} system or
6465 @code{--system=armhf-linux} on an @code{aarch64-linux} system allows you
6466 to build packages in a complete 32-bit environment.
6467
6468 @quotation Note
6469 Building for an @code{armhf-linux} system is unconditionally enabled on
6470 @code{aarch64-linux} machines, although certain aarch64 chipsets do not
6471 allow for this functionality, notably the ThunderX.
6472 @end quotation
6473
6474 Similarly, when transparent emulation with QEMU and @code{binfmt_misc}
6475 is enabled (@pxref{Virtualization Services,
6476 @code{qemu-binfmt-service-type}}), you can build for any system for
6477 which a QEMU @code{binfmt_misc} handler is installed.
6478
6479 Builds for a system other than that of the machine you are using can
6480 also be offloaded to a remote machine of the right architecture.
6481 @xref{Daemon Offload Setup}, for more information on offloading.
6482
6483 @item --target=@var{triplet}
6484 @cindex cross-compilation
6485 Cross-build for @var{triplet}, which must be a valid GNU triplet, such
6486 as @code{"mips64el-linux-gnu"} (@pxref{Specifying target triplets, GNU
6487 configuration triplets,, autoconf, Autoconf}).
6488
6489 @anchor{build-check}
6490 @item --check
6491 @cindex determinism, checking
6492 @cindex reproducibility, checking
6493 Rebuild @var{package-or-derivation}, which are already available in the
6494 store, and raise an error if the build results are not bit-for-bit
6495 identical.
6496
6497 This mechanism allows you to check whether previously installed
6498 substitutes are genuine (@pxref{Substitutes}), or whether the build result
6499 of a package is deterministic. @xref{Invoking guix challenge}, for more
6500 background information and tools.
6501
6502 When used in conjunction with @option{--keep-failed}, the differing
6503 output is kept in the store, under @file{/gnu/store/@dots{}-check}.
6504 This makes it easy to look for differences between the two results.
6505
6506 @item --repair
6507 @cindex repairing store items
6508 @cindex corruption, recovering from
6509 Attempt to repair the specified store items, if they are corrupt, by
6510 re-downloading or rebuilding them.
6511
6512 This operation is not atomic and thus restricted to @code{root}.
6513
6514 @item --derivations
6515 @itemx -d
6516 Return the derivation paths, not the output paths, of the given
6517 packages.
6518
6519 @item --root=@var{file}
6520 @itemx -r @var{file}
6521 @cindex GC roots, adding
6522 @cindex garbage collector roots, adding
6523 Make @var{file} a symlink to the result, and register it as a garbage
6524 collector root.
6525
6526 Consequently, the results of this @command{guix build} invocation are
6527 protected from garbage collection until @var{file} is removed. When
6528 that option is omitted, build results are eligible for garbage
6529 collection as soon as the build completes. @xref{Invoking guix gc}, for
6530 more on GC roots.
6531
6532 @item --log-file
6533 @cindex build logs, access
6534 Return the build log file names or URLs for the given
6535 @var{package-or-derivation}, or raise an error if build logs are
6536 missing.
6537
6538 This works regardless of how packages or derivations are specified. For
6539 instance, the following invocations are equivalent:
6540
6541 @example
6542 guix build --log-file `guix build -d guile`
6543 guix build --log-file `guix build guile`
6544 guix build --log-file guile
6545 guix build --log-file -e '(@@ (gnu packages guile) guile-2.0)'
6546 @end example
6547
6548 If a log is unavailable locally, and unless @code{--no-substitutes} is
6549 passed, the command looks for a corresponding log on one of the
6550 substitute servers (as specified with @code{--substitute-urls}.)
6551
6552 So for instance, imagine you want to see the build log of GDB on MIPS,
6553 but you are actually on an @code{x86_64} machine:
6554
6555 @example
6556 $ guix build --log-file gdb -s mips64el-linux
6557 https://hydra.gnu.org/log/@dots{}-gdb-7.10
6558 @end example
6559
6560 You can freely access a huge library of build logs!
6561 @end table
6562
6563 @node Debugging Build Failures
6564 @subsection Debugging Build Failures
6565
6566 @cindex build failures, debugging
6567 When defining a new package (@pxref{Defining Packages}), you will
6568 probably find yourself spending some time debugging and tweaking the
6569 build until it succeeds. To do that, you need to operate the build
6570 commands yourself in an environment as close as possible to the one the
6571 build daemon uses.
6572
6573 To that end, the first thing to do is to use the @option{--keep-failed}
6574 or @option{-K} option of @command{guix build}, which will keep the
6575 failed build tree in @file{/tmp} or whatever directory you specified as
6576 @code{TMPDIR} (@pxref{Invoking guix build, @code{--keep-failed}}).
6577
6578 From there on, you can @command{cd} to the failed build tree and source
6579 the @file{environment-variables} file, which contains all the
6580 environment variable definitions that were in place when the build
6581 failed. So let's say you're debugging a build failure in package
6582 @code{foo}; a typical session would look like this:
6583
6584 @example
6585 $ guix build foo -K
6586 @dots{} @i{build fails}
6587 $ cd /tmp/guix-build-foo.drv-0
6588 $ source ./environment-variables
6589 $ cd foo-1.2
6590 @end example
6591
6592 Now, you can invoke commands as if you were the daemon (almost) and
6593 troubleshoot your build process.
6594
6595 Sometimes it happens that, for example, a package's tests pass when you
6596 run them manually but they fail when the daemon runs them. This can
6597 happen because the daemon runs builds in containers where, unlike in our
6598 environment above, network access is missing, @file{/bin/sh} does not
6599 exist, etc. (@pxref{Build Environment Setup}).
6600
6601 In such cases, you may need to run inspect the build process from within
6602 a container similar to the one the build daemon creates:
6603
6604 @example
6605 $ guix build -K foo
6606 @dots{}
6607 $ cd /tmp/guix-build-foo.drv-0
6608 $ guix environment --no-grafts -C foo --ad-hoc strace gdb
6609 [env]# source ./environment-variables
6610 [env]# cd foo-1.2
6611 @end example
6612
6613 Here, @command{guix environment -C} creates a container and spawns a new
6614 shell in it (@pxref{Invoking guix environment}). The @command{--ad-hoc
6615 strace gdb} part adds the @command{strace} and @command{gdb} commands to
6616 the container, which would may find handy while debugging. The
6617 @option{--no-grafts} option makes sure we get the exact same
6618 environment, with ungrafted packages (@pxref{Security Updates}, for more
6619 info on grafts).
6620
6621 To get closer to a container like that used by the build daemon, we can
6622 remove @file{/bin/sh}:
6623
6624 @example
6625 [env]# rm /bin/sh
6626 @end example
6627
6628 (Don't worry, this is harmless: this is all happening in the throw-away
6629 container created by @command{guix environment}.)
6630
6631 The @command{strace} command is probably not in the search path, but we
6632 can run:
6633
6634 @example
6635 [env]# $GUIX_ENVIRONMENT/bin/strace -f -o log make check
6636 @end example
6637
6638 In this way, not only you will have reproduced the environment variables
6639 the daemon uses, you will also be running the build process in a container
6640 similar to the one the daemon uses.
6641
6642
6643 @node Invoking guix edit
6644 @section Invoking @command{guix edit}
6645
6646 @cindex @command{guix edit}
6647 @cindex package definition, editing
6648 So many packages, so many source files! The @command{guix edit} command
6649 facilitates the life of users and packagers by pointing their editor at
6650 the source file containing the definition of the specified packages.
6651 For instance:
6652
6653 @example
6654 guix edit gcc@@4.9 vim
6655 @end example
6656
6657 @noindent
6658 launches the program specified in the @code{VISUAL} or in the
6659 @code{EDITOR} environment variable to view the recipe of GCC@tie{}4.9.3
6660 and that of Vim.
6661
6662 If you are using a Guix Git checkout (@pxref{Building from Git}), or
6663 have created your own packages on @code{GUIX_PACKAGE_PATH}
6664 (@pxref{Package Modules}), you will be able to edit the package
6665 recipes. In other cases, you will be able to examine the read-only recipes
6666 for packages currently in the store.
6667
6668
6669 @node Invoking guix download
6670 @section Invoking @command{guix download}
6671
6672 @cindex @command{guix download}
6673 @cindex downloading package sources
6674 When writing a package definition, developers typically need to download
6675 a source tarball, compute its SHA256 hash, and write that
6676 hash in the package definition (@pxref{Defining Packages}). The
6677 @command{guix download} tool helps with this task: it downloads a file
6678 from the given URI, adds it to the store, and prints both its file name
6679 in the store and its SHA256 hash.
6680
6681 The fact that the downloaded file is added to the store saves bandwidth:
6682 when the developer eventually tries to build the newly defined package
6683 with @command{guix build}, the source tarball will not have to be
6684 downloaded again because it is already in the store. It is also a
6685 convenient way to temporarily stash files, which may be deleted
6686 eventually (@pxref{Invoking guix gc}).
6687
6688 The @command{guix download} command supports the same URIs as used in
6689 package definitions. In particular, it supports @code{mirror://} URIs.
6690 @code{https} URIs (HTTP over TLS) are supported @emph{provided} the
6691 Guile bindings for GnuTLS are available in the user's environment; when
6692 they are not available, an error is raised. @xref{Guile Preparations,
6693 how to install the GnuTLS bindings for Guile,, gnutls-guile,
6694 GnuTLS-Guile}, for more information.
6695
6696 @command{guix download} verifies HTTPS server certificates by loading
6697 the certificates of X.509 authorities from the directory pointed to by
6698 the @code{SSL_CERT_DIR} environment variable (@pxref{X.509
6699 Certificates}), unless @option{--no-check-certificate} is used.
6700
6701 The following options are available:
6702
6703 @table @code
6704 @item --format=@var{fmt}
6705 @itemx -f @var{fmt}
6706 Write the hash in the format specified by @var{fmt}. For more
6707 information on the valid values for @var{fmt}, @pxref{Invoking guix hash}.
6708
6709 @item --no-check-certificate
6710 Do not validate the X.509 certificates of HTTPS servers.
6711
6712 When using this option, you have @emph{absolutely no guarantee} that you
6713 are communicating with the authentic server responsible for the given
6714 URL, which makes you vulnerable to ``man-in-the-middle'' attacks.
6715
6716 @item --output=@var{file}
6717 @itemx -o @var{file}
6718 Save the downloaded file to @var{file} instead of adding it to the
6719 store.
6720 @end table
6721
6722 @node Invoking guix hash
6723 @section Invoking @command{guix hash}
6724
6725 @cindex @command{guix hash}
6726 The @command{guix hash} command computes the SHA256 hash of a file.
6727 It is primarily a convenience tool for anyone contributing to the
6728 distribution: it computes the cryptographic hash of a file, which can be
6729 used in the definition of a package (@pxref{Defining Packages}).
6730
6731 The general syntax is:
6732
6733 @example
6734 guix hash @var{option} @var{file}
6735 @end example
6736
6737 When @var{file} is @code{-} (a hyphen), @command{guix hash} computes the
6738 hash of data read from standard input. @command{guix hash} has the
6739 following options:
6740
6741 @table @code
6742
6743 @item --format=@var{fmt}
6744 @itemx -f @var{fmt}
6745 Write the hash in the format specified by @var{fmt}.
6746
6747 Supported formats: @code{nix-base32}, @code{base32}, @code{base16}
6748 (@code{hex} and @code{hexadecimal} can be used as well).
6749
6750 If the @option{--format} option is not specified, @command{guix hash}
6751 will output the hash in @code{nix-base32}. This representation is used
6752 in the definitions of packages.
6753
6754 @item --recursive
6755 @itemx -r
6756 Compute the hash on @var{file} recursively.
6757
6758 In this case, the hash is computed on an archive containing @var{file},
6759 including its children if it is a directory. Some of the metadata of
6760 @var{file} is part of the archive; for instance, when @var{file} is a
6761 regular file, the hash is different depending on whether @var{file} is
6762 executable or not. Metadata such as time stamps has no impact on the
6763 hash (@pxref{Invoking guix archive}).
6764 @c FIXME: Replace xref above with xref to an ``Archive'' section when
6765 @c it exists.
6766
6767 @item --exclude-vcs
6768 @itemx -x
6769 When combined with @option{--recursive}, exclude version control system
6770 directories (@file{.bzr}, @file{.git}, @file{.hg}, etc.)
6771
6772 @vindex git-fetch
6773 As an example, here is how you would compute the hash of a Git checkout,
6774 which is useful when using the @code{git-fetch} method (@pxref{origin
6775 Reference}):
6776
6777 @example
6778 $ git clone http://example.org/foo.git
6779 $ cd foo
6780 $ guix hash -rx .
6781 @end example
6782 @end table
6783
6784 @node Invoking guix import
6785 @section Invoking @command{guix import}
6786
6787 @cindex importing packages
6788 @cindex package import
6789 @cindex package conversion
6790 @cindex Invoking @command{guix import}
6791 The @command{guix import} command is useful for people who would like to
6792 add a package to the distribution with as little work as
6793 possible---a legitimate demand. The command knows of a few
6794 repositories from which it can ``import'' package metadata. The result
6795 is a package definition, or a template thereof, in the format we know
6796 (@pxref{Defining Packages}).
6797
6798 The general syntax is:
6799
6800 @example
6801 guix import @var{importer} @var{options}@dots{}
6802 @end example
6803
6804 @var{importer} specifies the source from which to import package
6805 metadata, and @var{options} specifies a package identifier and other
6806 options specific to @var{importer}. Currently, the available
6807 ``importers'' are:
6808
6809 @table @code
6810 @item gnu
6811 Import metadata for the given GNU package. This provides a template
6812 for the latest version of that GNU package, including the hash of its
6813 source tarball, and its canonical synopsis and description.
6814
6815 Additional information such as the package dependencies and its
6816 license needs to be figured out manually.
6817
6818 For example, the following command returns a package definition for
6819 GNU@tie{}Hello:
6820
6821 @example
6822 guix import gnu hello
6823 @end example
6824
6825 Specific command-line options are:
6826
6827 @table @code
6828 @item --key-download=@var{policy}
6829 As for @code{guix refresh}, specify the policy to handle missing OpenPGP
6830 keys when verifying the package signature. @xref{Invoking guix
6831 refresh, @code{--key-download}}.
6832 @end table
6833
6834 @item pypi
6835 @cindex pypi
6836 Import metadata from the @uref{https://pypi.python.org/, Python Package
6837 Index}@footnote{This functionality requires Guile-JSON to be installed.
6838 @xref{Requirements}.}. Information is taken from the JSON-formatted
6839 description available at @code{pypi.python.org} and usually includes all
6840 the relevant information, including package dependencies. For maximum
6841 efficiency, it is recommended to install the @command{unzip} utility, so
6842 that the importer can unzip Python wheels and gather data from them.
6843
6844 The command below imports metadata for the @code{itsdangerous} Python
6845 package:
6846
6847 @example
6848 guix import pypi itsdangerous
6849 @end example
6850
6851 @table @code
6852 @item --recursive
6853 @itemx -r
6854 Traverse the dependency graph of the given upstream package recursively
6855 and generate package expressions for all those packages that are not yet
6856 in Guix.
6857 @end table
6858
6859 @item gem
6860 @cindex gem
6861 Import metadata from @uref{https://rubygems.org/,
6862 RubyGems}@footnote{This functionality requires Guile-JSON to be
6863 installed. @xref{Requirements}.}. Information is taken from the
6864 JSON-formatted description available at @code{rubygems.org} and includes
6865 most relevant information, including runtime dependencies. There are
6866 some caveats, however. The metadata doesn't distinguish between
6867 synopses and descriptions, so the same string is used for both fields.
6868 Additionally, the details of non-Ruby dependencies required to build
6869 native extensions is unavailable and left as an exercise to the
6870 packager.
6871
6872 The command below imports metadata for the @code{rails} Ruby package:
6873
6874 @example
6875 guix import gem rails
6876 @end example
6877
6878 @table @code
6879 @item --recursive
6880 @itemx -r
6881 Traverse the dependency graph of the given upstream package recursively
6882 and generate package expressions for all those packages that are not yet
6883 in Guix.
6884 @end table
6885
6886 @item cpan
6887 @cindex CPAN
6888 Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}@footnote{This
6889 functionality requires Guile-JSON to be installed.
6890 @xref{Requirements}.}.
6891 Information is taken from the JSON-formatted metadata provided through
6892 @uref{https://fastapi.metacpan.org/, MetaCPAN's API} and includes most
6893 relevant information, such as module dependencies. License information
6894 should be checked closely. If Perl is available in the store, then the
6895 @code{corelist} utility will be used to filter core modules out of the
6896 list of dependencies.
6897
6898 The command command below imports metadata for the @code{Acme::Boolean}
6899 Perl module:
6900
6901 @example
6902 guix import cpan Acme::Boolean
6903 @end example
6904
6905 @item cran
6906 @cindex CRAN
6907 @cindex Bioconductor
6908 Import metadata from @uref{https://cran.r-project.org/, CRAN}, the
6909 central repository for the @uref{http://r-project.org, GNU@tie{}R
6910 statistical and graphical environment}.
6911
6912 Information is extracted from the @code{DESCRIPTION} file of the package.
6913
6914 The command command below imports metadata for the @code{Cairo}
6915 R package:
6916
6917 @example
6918 guix import cran Cairo
6919 @end example
6920
6921 When @code{--recursive} is added, the importer will traverse the
6922 dependency graph of the given upstream package recursively and generate
6923 package expressions for all those packages that are not yet in Guix.
6924
6925 When @code{--archive=bioconductor} is added, metadata is imported from
6926 @uref{https://www.bioconductor.org/, Bioconductor}, a repository of R
6927 packages for for the analysis and comprehension of high-throughput
6928 genomic data in bioinformatics.
6929
6930 Information is extracted from the @code{DESCRIPTION} file of a package
6931 published on the web interface of the Bioconductor SVN repository.
6932
6933 The command below imports metadata for the @code{GenomicRanges}
6934 R package:
6935
6936 @example
6937 guix import cran --archive=bioconductor GenomicRanges
6938 @end example
6939
6940 @item texlive
6941 @cindex TeX Live
6942 @cindex CTAN
6943 Import metadata from @uref{http://www.ctan.org/, CTAN}, the
6944 comprehensive TeX archive network for TeX packages that are part of the
6945 @uref{https://www.tug.org/texlive/, TeX Live distribution}.
6946
6947 Information about the package is obtained through the XML API provided
6948 by CTAN, while the source code is downloaded from the SVN repository of
6949 the Tex Live project. This is done because the CTAN does not keep
6950 versioned archives.
6951
6952 The command command below imports metadata for the @code{fontspec}
6953 TeX package:
6954
6955 @example
6956 guix import texlive fontspec
6957 @end example
6958
6959 When @code{--archive=DIRECTORY} is added, the source code is downloaded
6960 not from the @file{latex} sub-directory of the @file{texmf-dist/source}
6961 tree in the TeX Live SVN repository, but from the specified sibling
6962 directory under the same root.
6963
6964 The command below imports metadata for the @code{ifxetex} package from
6965 CTAN while fetching the sources from the directory
6966 @file{texmf/source/generic}:
6967
6968 @example
6969 guix import texlive --archive=generic ifxetex
6970 @end example
6971
6972 @item json
6973 @cindex JSON, import
6974 Import package metadata from a local JSON file@footnote{This
6975 functionality requires Guile-JSON to be installed.
6976 @xref{Requirements}.}. Consider the following example package
6977 definition in JSON format:
6978
6979 @example
6980 @{
6981 "name": "hello",
6982 "version": "2.10",
6983 "source": "mirror://gnu/hello/hello-2.10.tar.gz",
6984 "build-system": "gnu",
6985 "home-page": "https://www.gnu.org/software/hello/",
6986 "synopsis": "Hello, GNU world: An example GNU package",
6987 "description": "GNU Hello prints a greeting.",
6988 "license": "GPL-3.0+",
6989 "native-inputs": ["gcc@@6"]
6990 @}
6991 @end example
6992
6993 The field names are the same as for the @code{<package>} record
6994 (@xref{Defining Packages}). References to other packages are provided
6995 as JSON lists of quoted package specification strings such as
6996 @code{guile} or @code{guile@@2.0}.
6997
6998 The importer also supports a more explicit source definition using the
6999 common fields for @code{<origin>} records:
7000
7001 @example
7002 @{
7003 @dots{}
7004 "source": @{
7005 "method": "url-fetch",
7006 "uri": "mirror://gnu/hello/hello-2.10.tar.gz",
7007 "sha256": @{
7008 "base32": "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"
7009 @}
7010 @}
7011 @dots{}
7012 @}
7013 @end example
7014
7015 The command below reads metadata from the JSON file @code{hello.json}
7016 and outputs a package expression:
7017
7018 @example
7019 guix import json hello.json
7020 @end example
7021
7022 @item nix
7023 Import metadata from a local copy of the source of the
7024 @uref{http://nixos.org/nixpkgs/, Nixpkgs distribution}@footnote{This
7025 relies on the @command{nix-instantiate} command of
7026 @uref{http://nixos.org/nix/, Nix}.}. Package definitions in Nixpkgs are
7027 typically written in a mixture of Nix-language and Bash code. This
7028 command only imports the high-level package structure that is written in
7029 the Nix language. It normally includes all the basic fields of a
7030 package definition.
7031
7032 When importing a GNU package, the synopsis and descriptions are replaced
7033 by their canonical upstream variant.
7034
7035 Usually, you will first need to do:
7036
7037 @example
7038 export NIX_REMOTE=daemon
7039 @end example
7040
7041 @noindent
7042 so that @command{nix-instantiate} does not try to open the Nix database.
7043
7044 As an example, the command below imports the package definition of
7045 LibreOffice (more precisely, it imports the definition of the package
7046 bound to the @code{libreoffice} top-level attribute):
7047
7048 @example
7049 guix import nix ~/path/to/nixpkgs libreoffice
7050 @end example
7051
7052 @item hackage
7053 @cindex hackage
7054 Import metadata from the Haskell community's central package archive
7055 @uref{https://hackage.haskell.org/, Hackage}. Information is taken from
7056 Cabal files and includes all the relevant information, including package
7057 dependencies.
7058
7059 Specific command-line options are:
7060
7061 @table @code
7062 @item --stdin
7063 @itemx -s
7064 Read a Cabal file from standard input.
7065 @item --no-test-dependencies
7066 @itemx -t
7067 Do not include dependencies required only by the test suites.
7068 @item --cabal-environment=@var{alist}
7069 @itemx -e @var{alist}
7070 @var{alist} is a Scheme alist defining the environment in which the
7071 Cabal conditionals are evaluated. The accepted keys are: @code{os},
7072 @code{arch}, @code{impl} and a string representing the name of a flag.
7073 The value associated with a flag has to be either the symbol
7074 @code{true} or @code{false}. The value associated with other keys
7075 has to conform to the Cabal file format definition. The default value
7076 associated with the keys @code{os}, @code{arch} and @code{impl} is
7077 @samp{linux}, @samp{x86_64} and @samp{ghc}, respectively.
7078 @item --recursive
7079 @itemx -r
7080 Traverse the dependency graph of the given upstream package recursively
7081 and generate package expressions for all those packages that are not yet
7082 in Guix.
7083 @end table
7084
7085 The command below imports metadata for the latest version of the
7086 @code{HTTP} Haskell package without including test dependencies and
7087 specifying the value of the flag @samp{network-uri} as @code{false}:
7088
7089 @example
7090 guix import hackage -t -e "'((\"network-uri\" . false))" HTTP
7091 @end example
7092
7093 A specific package version may optionally be specified by following the
7094 package name by an at-sign and a version number as in the following example:
7095
7096 @example
7097 guix import hackage mtl@@2.1.3.1
7098 @end example
7099
7100 @item stackage
7101 @cindex stackage
7102 The @code{stackage} importer is a wrapper around the @code{hackage} one.
7103 It takes a package name, looks up the package version included in a
7104 long-term support (LTS) @uref{https://www.stackage.org, Stackage}
7105 release and uses the @code{hackage} importer to retrieve its metadata.
7106 Note that it is up to you to select an LTS release compatible with the
7107 GHC compiler used by Guix.
7108
7109 Specific command-line options are:
7110
7111 @table @code
7112 @item --no-test-dependencies
7113 @itemx -t
7114 Do not include dependencies required only by the test suites.
7115 @item --lts-version=@var{version}
7116 @itemx -l @var{version}
7117 @var{version} is the desired LTS release version. If omitted the latest
7118 release is used.
7119 @item --recursive
7120 @itemx -r
7121 Traverse the dependency graph of the given upstream package recursively
7122 and generate package expressions for all those packages that are not yet
7123 in Guix.
7124 @end table
7125
7126 The command below imports metadata for the @code{HTTP} Haskell package
7127 included in the LTS Stackage release version 7.18:
7128
7129 @example
7130 guix import stackage --lts-version=7.18 HTTP
7131 @end example
7132
7133 @item elpa
7134 @cindex elpa
7135 Import metadata from an Emacs Lisp Package Archive (ELPA) package
7136 repository (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
7137
7138 Specific command-line options are:
7139
7140 @table @code
7141 @item --archive=@var{repo}
7142 @itemx -a @var{repo}
7143 @var{repo} identifies the archive repository from which to retrieve the
7144 information. Currently the supported repositories and their identifiers
7145 are:
7146 @itemize -
7147 @item
7148 @uref{http://elpa.gnu.org/packages, GNU}, selected by the @code{gnu}
7149 identifier. This is the default.
7150
7151 Packages from @code{elpa.gnu.org} are signed with one of the keys
7152 contained in the GnuPG keyring at
7153 @file{share/emacs/25.1/etc/package-keyring.gpg} (or similar) in the
7154 @code{emacs} package (@pxref{Package Installation, ELPA package
7155 signatures,, emacs, The GNU Emacs Manual}).
7156
7157 @item
7158 @uref{http://stable.melpa.org/packages, MELPA-Stable}, selected by the
7159 @code{melpa-stable} identifier.
7160
7161 @item
7162 @uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa}
7163 identifier.
7164 @end itemize
7165
7166 @item --recursive
7167 @itemx -r
7168 Traverse the dependency graph of the given upstream package recursively
7169 and generate package expressions for all those packages that are not yet
7170 in Guix.
7171 @end table
7172
7173 @item crate
7174 @cindex crate
7175 Import metadata from the crates.io Rust package repository
7176 @uref{https://crates.io, crates.io}.
7177
7178 @item opam
7179 @cindex OPAM
7180 @cindex OCaml
7181 Import metadata from the @uref{https://opam.ocaml.org/, OPAM} package
7182 repository used by the OCaml community.
7183 @end table
7184
7185 The structure of the @command{guix import} code is modular. It would be
7186 useful to have more importers for other package formats, and your help
7187 is welcome here (@pxref{Contributing}).
7188
7189 @node Invoking guix refresh
7190 @section Invoking @command{guix refresh}
7191
7192 @cindex @command {guix refresh}
7193 The primary audience of the @command{guix refresh} command is developers
7194 of the GNU software distribution. By default, it reports any packages
7195 provided by the distribution that are outdated compared to the latest
7196 upstream version, like this:
7197
7198 @example
7199 $ guix refresh
7200 gnu/packages/gettext.scm:29:13: gettext would be upgraded from 0.18.1.1 to 0.18.2.1
7201 gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0
7202 @end example
7203
7204 Alternately, one can specify packages to consider, in which case a
7205 warning is emitted for packages that lack an updater:
7206
7207 @example
7208 $ guix refresh coreutils guile guile-ssh
7209 gnu/packages/ssh.scm:205:2: warning: no updater for guile-ssh
7210 gnu/packages/guile.scm:136:12: guile would be upgraded from 2.0.12 to 2.0.13
7211 @end example
7212
7213 @command{guix refresh} browses the upstream repository of each package and determines
7214 the highest version number of the releases therein. The command
7215 knows how to update specific types of packages: GNU packages, ELPA
7216 packages, etc.---see the documentation for @option{--type} below. There
7217 are many packages, though, for which it lacks a method to determine
7218 whether a new upstream release is available. However, the mechanism is
7219 extensible, so feel free to get in touch with us to add a new method!
7220
7221 Sometimes the upstream name differs from the package name used in Guix,
7222 and @command{guix refresh} needs a little help. Most updaters honor the
7223 @code{upstream-name} property in package definitions, which can be used
7224 to that effect:
7225
7226 @example
7227 (define-public network-manager
7228 (package
7229 (name "network-manager")
7230 ;; @dots{}
7231 (properties '((upstream-name . "NetworkManager")))))
7232 @end example
7233
7234 When passed @code{--update}, it modifies distribution source files to
7235 update the version numbers and source tarball hashes of those package
7236 recipes (@pxref{Defining Packages}). This is achieved by downloading
7237 each package's latest source tarball and its associated OpenPGP
7238 signature, authenticating the downloaded tarball against its signature
7239 using @command{gpg}, and finally computing its hash. When the public
7240 key used to sign the tarball is missing from the user's keyring, an
7241 attempt is made to automatically retrieve it from a public key server;
7242 when this is successful, the key is added to the user's keyring; otherwise,
7243 @command{guix refresh} reports an error.
7244
7245 The following options are supported:
7246
7247 @table @code
7248
7249 @item --expression=@var{expr}
7250 @itemx -e @var{expr}
7251 Consider the package @var{expr} evaluates to.
7252
7253 This is useful to precisely refer to a package, as in this example:
7254
7255 @example
7256 guix refresh -l -e '(@@@@ (gnu packages commencement) glibc-final)'
7257 @end example
7258
7259 This command lists the dependents of the ``final'' libc (essentially all
7260 the packages.)
7261
7262 @item --update
7263 @itemx -u
7264 Update distribution source files (package recipes) in place. This is
7265 usually run from a checkout of the Guix source tree (@pxref{Running
7266 Guix Before It Is Installed}):
7267
7268 @example
7269 $ ./pre-inst-env guix refresh -s non-core -u
7270 @end example
7271
7272 @xref{Defining Packages}, for more information on package definitions.
7273
7274 @item --select=[@var{subset}]
7275 @itemx -s @var{subset}
7276 Select all the packages in @var{subset}, one of @code{core} or
7277 @code{non-core}.
7278
7279 The @code{core} subset refers to all the packages at the core of the
7280 distribution---i.e., packages that are used to build ``everything
7281 else''. This includes GCC, libc, Binutils, Bash, etc. Usually,
7282 changing one of these packages in the distribution entails a rebuild of
7283 all the others. Thus, such updates are an inconvenience to users in
7284 terms of build time or bandwidth used to achieve the upgrade.
7285
7286 The @code{non-core} subset refers to the remaining packages. It is
7287 typically useful in cases where an update of the core packages would be
7288 inconvenient.
7289
7290 @item --manifest=@var{file}
7291 @itemx -m @var{file}
7292 Select all the packages from the manifest in @var{file}. This is useful to
7293 check if any packages of the user manifest can be updated.
7294
7295 @item --type=@var{updater}
7296 @itemx -t @var{updater}
7297 Select only packages handled by @var{updater} (may be a comma-separated
7298 list of updaters). Currently, @var{updater} may be one of:
7299
7300 @table @code
7301 @item gnu
7302 the updater for GNU packages;
7303 @item gnome
7304 the updater for GNOME packages;
7305 @item kde
7306 the updater for KDE packages;
7307 @item xorg
7308 the updater for X.org packages;
7309 @item kernel.org
7310 the updater for packages hosted on kernel.org;
7311 @item elpa
7312 the updater for @uref{http://elpa.gnu.org/, ELPA} packages;
7313 @item cran
7314 the updater for @uref{https://cran.r-project.org/, CRAN} packages;
7315 @item bioconductor
7316 the updater for @uref{https://www.bioconductor.org/, Bioconductor} R packages;
7317 @item cpan
7318 the updater for @uref{http://www.cpan.org/, CPAN} packages;
7319 @item pypi
7320 the updater for @uref{https://pypi.python.org, PyPI} packages.
7321 @item gem
7322 the updater for @uref{https://rubygems.org, RubyGems} packages.
7323 @item github
7324 the updater for @uref{https://github.com, GitHub} packages.
7325 @item hackage
7326 the updater for @uref{https://hackage.haskell.org, Hackage} packages.
7327 @item stackage
7328 the updater for @uref{https://www.stackage.org, Stackage} packages.
7329 @item crate
7330 the updater for @uref{https://crates.io, Crates} packages.
7331 @end table
7332
7333 For instance, the following command only checks for updates of Emacs
7334 packages hosted at @code{elpa.gnu.org} and for updates of CRAN packages:
7335
7336 @example
7337 $ guix refresh --type=elpa,cran
7338 gnu/packages/statistics.scm:819:13: r-testthat would be upgraded from 0.10.0 to 0.11.0
7339 gnu/packages/emacs.scm:856:13: emacs-auctex would be upgraded from 11.88.6 to 11.88.9
7340 @end example
7341
7342 @end table
7343
7344 In addition, @command{guix refresh} can be passed one or more package
7345 names, as in this example:
7346
7347 @example
7348 $ ./pre-inst-env guix refresh -u emacs idutils gcc@@4.8
7349 @end example
7350
7351 @noindent
7352 The command above specifically updates the @code{emacs} and
7353 @code{idutils} packages. The @code{--select} option would have no
7354 effect in this case.
7355
7356 When considering whether to upgrade a package, it is sometimes
7357 convenient to know which packages would be affected by the upgrade and
7358 should be checked for compatibility. For this the following option may
7359 be used when passing @command{guix refresh} one or more package names:
7360
7361 @table @code
7362
7363 @item --list-updaters
7364 @itemx -L
7365 List available updaters and exit (see @option{--type} above.)
7366
7367 For each updater, display the fraction of packages it covers; at the
7368 end, display the fraction of packages covered by all these updaters.
7369
7370 @item --list-dependent
7371 @itemx -l
7372 List top-level dependent packages that would need to be rebuilt as a
7373 result of upgrading one or more packages.
7374
7375 @xref{Invoking guix graph, the @code{reverse-package} type of
7376 @command{guix graph}}, for information on how to visualize the list of
7377 dependents of a package.
7378
7379 @end table
7380
7381 Be aware that the @code{--list-dependent} option only
7382 @emph{approximates} the rebuilds that would be required as a result of
7383 an upgrade. More rebuilds might be required under some circumstances.
7384
7385 @example
7386 $ guix refresh --list-dependent flex
7387 Building the following 120 packages would ensure 213 dependent packages are rebuilt:
7388 hop@@2.4.0 geiser@@0.4 notmuch@@0.18 mu@@0.9.9.5 cflow@@1.4 idutils@@4.6 @dots{}
7389 @end example
7390
7391 The command above lists a set of packages that could be built to check
7392 for compatibility with an upgraded @code{flex} package.
7393
7394 The following options can be used to customize GnuPG operation:
7395
7396 @table @code
7397
7398 @item --gpg=@var{command}
7399 Use @var{command} as the GnuPG 2.x command. @var{command} is searched
7400 for in @code{$PATH}.
7401
7402 @item --keyring=@var{file}
7403 Use @var{file} as the keyring for upstream keys. @var{file} must be in the
7404 @dfn{keybox format}. Keybox files usually have a name ending in @file{.kbx}
7405 and the GNU@tie{}Privacy Guard (GPG) can manipulate these files
7406 (@pxref{kbxutil, @command{kbxutil},, gnupg, Using the GNU Privacy Guard}, for
7407 information on a tool to manipulate keybox files).
7408
7409 When this option is omitted, @command{guix refresh} uses
7410 @file{~/.config/guix/upstream/trustedkeys.kbx} as the keyring for upstream
7411 signing keys. OpenPGP signatures are checked against keys from this keyring;
7412 missing keys are downloaded to this keyring as well (see
7413 @option{--key-download} below.)
7414
7415 You can export keys from your default GPG keyring into a keybox file using
7416 commands like this one:
7417
7418 @example
7419 gpg --export rms@@gnu.org | kbxutil --import-openpgp >> mykeyring.kbx
7420 @end example
7421
7422 Likewise, you can fetch keys to a specific keybox file like this:
7423
7424 @example
7425 gpg --no-default-keyring --keyring mykeyring.kbx \
7426 --recv-keys @value{OPENPGP-SIGNING-KEY-ID}
7427 @end example
7428
7429 @ref{GPG Configuration Options, @option{--keyring},, gnupg, Using the GNU
7430 Privacy Guard}, for more information on GPG's @option{--keyring} option.
7431
7432 @item --key-download=@var{policy}
7433 Handle missing OpenPGP keys according to @var{policy}, which may be one
7434 of:
7435
7436 @table @code
7437 @item always
7438 Always download missing OpenPGP keys from the key server, and add them
7439 to the user's GnuPG keyring.
7440
7441 @item never
7442 Never try to download missing OpenPGP keys. Instead just bail out.
7443
7444 @item interactive
7445 When a package signed with an unknown OpenPGP key is encountered, ask
7446 the user whether to download it or not. This is the default behavior.
7447 @end table
7448
7449 @item --key-server=@var{host}
7450 Use @var{host} as the OpenPGP key server when importing a public key.
7451
7452 @end table
7453
7454 The @code{github} updater uses the
7455 @uref{https://developer.github.com/v3/, GitHub API} to query for new
7456 releases. When used repeatedly e.g. when refreshing all packages,
7457 GitHub will eventually refuse to answer any further API requests. By
7458 default 60 API requests per hour are allowed, and a full refresh on all
7459 GitHub packages in Guix requires more than this. Authentication with
7460 GitHub through the use of an API token alleviates these limits. To use
7461 an API token, set the environment variable @code{GUIX_GITHUB_TOKEN} to a
7462 token procured from @uref{https://github.com/settings/tokens} or
7463 otherwise.
7464
7465
7466 @node Invoking guix lint
7467 @section Invoking @command{guix lint}
7468
7469 @cindex @command{guix lint}
7470 @cindex package, checking for errors
7471 The @command{guix lint} command is meant to help package developers avoid
7472 common errors and use a consistent style. It runs a number of checks on
7473 a given set of packages in order to find common mistakes in their
7474 definitions. Available @dfn{checkers} include (see
7475 @code{--list-checkers} for a complete list):
7476
7477 @table @code
7478 @item synopsis
7479 @itemx description
7480 Validate certain typographical and stylistic rules about package
7481 descriptions and synopses.
7482
7483 @item inputs-should-be-native
7484 Identify inputs that should most likely be native inputs.
7485
7486 @item source
7487 @itemx home-page
7488 @itemx mirror-url
7489 @itemx source-file-name
7490 Probe @code{home-page} and @code{source} URLs and report those that are
7491 invalid. Suggest a @code{mirror://} URL when applicable. Check that
7492 the source file name is meaningful, e.g. is not
7493 just a version number or ``git-checkout'', without a declared
7494 @code{file-name} (@pxref{origin Reference}).
7495
7496 @item cve
7497 @cindex security vulnerabilities
7498 @cindex CVE, Common Vulnerabilities and Exposures
7499 Report known vulnerabilities found in the Common Vulnerabilities and
7500 Exposures (CVE) databases of the current and past year
7501 @uref{https://nvd.nist.gov/download.cfm#CVE_FEED, published by the US
7502 NIST}.
7503
7504 To view information about a particular vulnerability, visit pages such as:
7505
7506 @itemize
7507 @item
7508 @indicateurl{https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-YYYY-ABCD}
7509 @item
7510 @indicateurl{https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-YYYY-ABCD}
7511 @end itemize
7512
7513 @noindent
7514 where @code{CVE-YYYY-ABCD} is the CVE identifier---e.g.,
7515 @code{CVE-2015-7554}.
7516
7517 Package developers can specify in package recipes the
7518 @uref{https://nvd.nist.gov/cpe.cfm,Common Platform Enumeration (CPE)}
7519 name and version of the package when they differ from the name or version
7520 that Guix uses, as in this example:
7521
7522 @example
7523 (package
7524 (name "grub")
7525 ;; @dots{}
7526 ;; CPE calls this package "grub2".
7527 (properties '((cpe-name . "grub2")
7528 (cpe-version . "2.3")))
7529 @end example
7530
7531 @c See <http://www.openwall.com/lists/oss-security/2017/03/15/3>.
7532 Some entries in the CVE database do not specify which version of a
7533 package they apply to, and would thus ``stick around'' forever. Package
7534 developers who found CVE alerts and verified they can be ignored can
7535 declare them as in this example:
7536
7537 @example
7538 (package
7539 (name "t1lib")
7540 ;; @dots{}
7541 ;; These CVEs no longer apply and can be safely ignored.
7542 (properties `((lint-hidden-cve . ("CVE-2011-0433"
7543 "CVE-2011-1553"
7544 "CVE-2011-1554"
7545 "CVE-2011-5244")))))
7546 @end example
7547
7548 @item formatting
7549 Warn about obvious source code formatting issues: trailing white space,
7550 use of tabulations, etc.
7551 @end table
7552
7553 The general syntax is:
7554
7555 @example
7556 guix lint @var{options} @var{package}@dots{}
7557 @end example
7558
7559 If no package is given on the command line, then all packages are checked.
7560 The @var{options} may be zero or more of the following:
7561
7562 @table @code
7563 @item --list-checkers
7564 @itemx -l
7565 List and describe all the available checkers that will be run on packages
7566 and exit.
7567
7568 @item --checkers
7569 @itemx -c
7570 Only enable the checkers specified in a comma-separated list using the
7571 names returned by @code{--list-checkers}.
7572
7573 @end table
7574
7575 @node Invoking guix size
7576 @section Invoking @command{guix size}
7577
7578 @cindex size
7579 @cindex package size
7580 @cindex closure
7581 @cindex @command{guix size}
7582 The @command{guix size} command helps package developers profile the
7583 disk usage of packages. It is easy to overlook the impact of an
7584 additional dependency added to a package, or the impact of using a
7585 single output for a package that could easily be split (@pxref{Packages
7586 with Multiple Outputs}). Such are the typical issues that
7587 @command{guix size} can highlight.
7588
7589 The command can be passed one or more package specifications
7590 such as @code{gcc@@4.8}
7591 or @code{guile:debug}, or a file name in the store. Consider this
7592 example:
7593
7594 @example
7595 $ guix size coreutils
7596 store item total self
7597 /gnu/store/@dots{}-gcc-5.5.0-lib 60.4 30.1 38.1%
7598 /gnu/store/@dots{}-glibc-2.27 30.3 28.8 36.6%
7599 /gnu/store/@dots{}-coreutils-8.28 78.9 15.0 19.0%
7600 /gnu/store/@dots{}-gmp-6.1.2 63.1 2.7 3.4%
7601 /gnu/store/@dots{}-bash-static-4.4.12 1.5 1.5 1.9%
7602 /gnu/store/@dots{}-acl-2.2.52 61.1 0.4 0.5%
7603 /gnu/store/@dots{}-attr-2.4.47 60.6 0.2 0.3%
7604 /gnu/store/@dots{}-libcap-2.25 60.5 0.2 0.2%
7605 total: 78.9 MiB
7606 @end example
7607
7608 @cindex closure
7609 The store items listed here constitute the @dfn{transitive closure} of
7610 Coreutils---i.e., Coreutils and all its dependencies, recursively---as
7611 would be returned by:
7612
7613 @example
7614 $ guix gc -R /gnu/store/@dots{}-coreutils-8.23
7615 @end example
7616
7617 Here the output shows three columns next to store items. The first column,
7618 labeled ``total'', shows the size in mebibytes (MiB) of the closure of
7619 the store item---that is, its own size plus the size of all its
7620 dependencies. The next column, labeled ``self'', shows the size of the
7621 item itself. The last column shows the ratio of the size of the item
7622 itself to the space occupied by all the items listed here.
7623
7624 In this example, we see that the closure of Coreutils weighs in at
7625 79@tie{}MiB, most of which is taken by libc and GCC's run-time support
7626 libraries. (That libc and GCC's libraries represent a large fraction of
7627 the closure is not a problem @i{per se} because they are always available
7628 on the system anyway.)
7629
7630 When the package(s) passed to @command{guix size} are available in the
7631 store@footnote{More precisely, @command{guix size} looks for the
7632 @emph{ungrafted} variant of the given package(s), as returned by
7633 @code{guix build @var{package} --no-grafts}. @xref{Security Updates},
7634 for information on grafts.}, @command{guix size} queries the daemon to determine its
7635 dependencies, and measures its size in the store, similar to @command{du
7636 -ms --apparent-size} (@pxref{du invocation,,, coreutils, GNU
7637 Coreutils}).
7638
7639 When the given packages are @emph{not} in the store, @command{guix size}
7640 reports information based on the available substitutes
7641 (@pxref{Substitutes}). This makes it possible it to profile disk usage of
7642 store items that are not even on disk, only available remotely.
7643
7644 You can also specify several package names:
7645
7646 @example
7647 $ guix size coreutils grep sed bash
7648 store item total self
7649 /gnu/store/@dots{}-coreutils-8.24 77.8 13.8 13.4%
7650 /gnu/store/@dots{}-grep-2.22 73.1 0.8 0.8%
7651 /gnu/store/@dots{}-bash-4.3.42 72.3 4.7 4.6%
7652 /gnu/store/@dots{}-readline-6.3 67.6 1.2 1.2%
7653 @dots{}
7654 total: 102.3 MiB
7655 @end example
7656
7657 @noindent
7658 In this example we see that the combination of the four packages takes
7659 102.3@tie{}MiB in total, which is much less than the sum of each closure
7660 since they have a lot of dependencies in common.
7661
7662 The available options are:
7663
7664 @table @option
7665
7666 @item --substitute-urls=@var{urls}
7667 Use substitute information from @var{urls}.
7668 @xref{client-substitute-urls, the same option for @code{guix build}}.
7669
7670 @item --sort=@var{key}
7671 Sort lines according to @var{key}, one of the following options:
7672
7673 @table @code
7674 @item self
7675 the size of each item (the default);
7676 @item closure
7677 the total size of the item's closure.
7678 @end table
7679
7680 @item --map-file=@var{file}
7681 Write a graphical map of disk usage in PNG format to @var{file}.
7682
7683 For the example above, the map looks like this:
7684
7685 @image{images/coreutils-size-map,5in,, map of Coreutils disk usage
7686 produced by @command{guix size}}
7687
7688 This option requires that
7689 @uref{http://wingolog.org/software/guile-charting/, Guile-Charting} be
7690 installed and visible in Guile's module search path. When that is not
7691 the case, @command{guix size} fails as it tries to load it.
7692
7693 @item --system=@var{system}
7694 @itemx -s @var{system}
7695 Consider packages for @var{system}---e.g., @code{x86_64-linux}.
7696
7697 @end table
7698
7699 @node Invoking guix graph
7700 @section Invoking @command{guix graph}
7701
7702 @cindex DAG
7703 @cindex @command{guix graph}
7704 @cindex package dependencies
7705 Packages and their dependencies form a @dfn{graph}, specifically a
7706 directed acyclic graph (DAG). It can quickly become difficult to have a
7707 mental model of the package DAG, so the @command{guix graph} command
7708 provides a visual representation of the DAG. By default,
7709 @command{guix graph} emits a DAG representation in the input format of
7710 @uref{http://www.graphviz.org/, Graphviz}, so its output can be passed
7711 directly to the @command{dot} command of Graphviz. It can also emit an
7712 HTML page with embedded JavaScript code to display a ``chord diagram''
7713 in a Web browser, using the @uref{https://d3js.org/, d3.js} library, or
7714 emit Cypher queries to construct a graph in a graph database supporting
7715 the @uref{http://www.opencypher.org/, openCypher} query language.
7716 The general syntax is:
7717
7718 @example
7719 guix graph @var{options} @var{package}@dots{}
7720 @end example
7721
7722 For example, the following command generates a PDF file representing the
7723 package DAG for the GNU@tie{}Core Utilities, showing its build-time
7724 dependencies:
7725
7726 @example
7727 guix graph coreutils | dot -Tpdf > dag.pdf
7728 @end example
7729
7730 The output looks like this:
7731
7732 @image{images/coreutils-graph,2in,,Dependency graph of the GNU Coreutils}
7733
7734 Nice little graph, no?
7735
7736 But there is more than one graph! The one above is concise: it is the
7737 graph of package objects, omitting implicit inputs such as GCC, libc,
7738 grep, etc. It is often useful to have such a concise graph, but
7739 sometimes one may want to see more details. @command{guix graph} supports
7740 several types of graphs, allowing you to choose the level of detail:
7741
7742 @table @code
7743 @item package
7744 This is the default type used in the example above. It shows the DAG of
7745 package objects, excluding implicit dependencies. It is concise, but
7746 filters out many details.
7747
7748 @item reverse-package
7749 This shows the @emph{reverse} DAG of packages. For example:
7750
7751 @example
7752 guix graph --type=reverse-package ocaml
7753 @end example
7754
7755 ... yields the graph of packages that depend on OCaml.
7756
7757 Note that for core packages this can yield huge graphs. If all you want
7758 is to know the number of packages that depend on a given package, use
7759 @command{guix refresh --list-dependent} (@pxref{Invoking guix refresh,
7760 @option{--list-dependent}}).
7761
7762 @item bag-emerged
7763 This is the package DAG, @emph{including} implicit inputs.
7764
7765 For instance, the following command:
7766
7767 @example
7768 guix graph --type=bag-emerged coreutils | dot -Tpdf > dag.pdf
7769 @end example
7770
7771 ... yields this bigger graph:
7772
7773 @image{images/coreutils-bag-graph,,5in,Detailed dependency graph of the GNU Coreutils}
7774
7775 At the bottom of the graph, we see all the implicit inputs of
7776 @var{gnu-build-system} (@pxref{Build Systems, @code{gnu-build-system}}).
7777
7778 Now, note that the dependencies of these implicit inputs---that is, the
7779 @dfn{bootstrap dependencies} (@pxref{Bootstrapping})---are not shown
7780 here, for conciseness.
7781
7782 @item bag
7783 Similar to @code{bag-emerged}, but this time including all the bootstrap
7784 dependencies.
7785
7786 @item bag-with-origins
7787 Similar to @code{bag}, but also showing origins and their dependencies.
7788
7789 @item derivation
7790 This is the most detailed representation: It shows the DAG of
7791 derivations (@pxref{Derivations}) and plain store items. Compared to
7792 the above representation, many additional nodes are visible, including
7793 build scripts, patches, Guile modules, etc.
7794
7795 For this type of graph, it is also possible to pass a @file{.drv} file
7796 name instead of a package name, as in:
7797
7798 @example
7799 guix graph -t derivation `guix system build -d my-config.scm`
7800 @end example
7801
7802 @item module
7803 This is the graph of @dfn{package modules} (@pxref{Package Modules}).
7804 For example, the following command shows the graph for the package
7805 module that defines the @code{guile} package:
7806
7807 @example
7808 guix graph -t module guile | dot -Tpdf > module-graph.pdf
7809 @end example
7810 @end table
7811
7812 All the types above correspond to @emph{build-time dependencies}. The
7813 following graph type represents the @emph{run-time dependencies}:
7814
7815 @table @code
7816 @item references
7817 This is the graph of @dfn{references} of a package output, as returned
7818 by @command{guix gc --references} (@pxref{Invoking guix gc}).
7819
7820 If the given package output is not available in the store, @command{guix
7821 graph} attempts to obtain dependency information from substitutes.
7822
7823 Here you can also pass a store file name instead of a package name. For
7824 example, the command below produces the reference graph of your profile
7825 (which can be big!):
7826
7827 @example
7828 guix graph -t references `readlink -f ~/.guix-profile`
7829 @end example
7830
7831 @item referrers
7832 This is the graph of the @dfn{referrers} of a store item, as returned by
7833 @command{guix gc --referrers} (@pxref{Invoking guix gc}).
7834
7835 This relies exclusively on local information from your store. For
7836 instance, let us suppose that the current Inkscape is available in 10
7837 profiles on your machine; @command{guix graph -t referrers inkscape}
7838 will show a graph rooted at Inkscape and with those 10 profiles linked
7839 to it.
7840
7841 It can help determine what is preventing a store item from being garbage
7842 collected.
7843
7844 @end table
7845
7846 The available options are the following:
7847
7848 @table @option
7849 @item --type=@var{type}
7850 @itemx -t @var{type}
7851 Produce a graph output of @var{type}, where @var{type} must be one of
7852 the values listed above.
7853
7854 @item --list-types
7855 List the supported graph types.
7856
7857 @item --backend=@var{backend}
7858 @itemx -b @var{backend}
7859 Produce a graph using the selected @var{backend}.
7860
7861 @item --list-backends
7862 List the supported graph backends.
7863
7864 Currently, the available backends are Graphviz and d3.js.
7865
7866 @item --expression=@var{expr}
7867 @itemx -e @var{expr}
7868 Consider the package @var{expr} evaluates to.
7869
7870 This is useful to precisely refer to a package, as in this example:
7871
7872 @example
7873 guix graph -e '(@@@@ (gnu packages commencement) gnu-make-final)'
7874 @end example
7875
7876 @item --system=@var{system}
7877 @itemx -s @var{system}
7878 Display the graph for @var{system}---e.g., @code{i686-linux}.
7879
7880 The package dependency graph is largely architecture-independent, but there
7881 are some architecture-dependent bits that this option allows you to visualize.
7882 @end table
7883
7884
7885 @node Invoking guix environment
7886 @section Invoking @command{guix environment}
7887
7888 @cindex reproducible build environments
7889 @cindex development environments
7890 @cindex @command{guix environment}
7891 @cindex environment, package build environment
7892 The purpose of @command{guix environment} is to assist hackers in
7893 creating reproducible development environments without polluting their
7894 package profile. The @command{guix environment} tool takes one or more
7895 packages, builds all of their inputs, and creates a shell
7896 environment to use them.
7897
7898 The general syntax is:
7899
7900 @example
7901 guix environment @var{options} @var{package}@dots{}
7902 @end example
7903
7904 The following example spawns a new shell set up for the development of
7905 GNU@tie{}Guile:
7906
7907 @example
7908 guix environment guile
7909 @end example
7910
7911 If the needed dependencies are not built yet, @command{guix environment}
7912 automatically builds them. The environment of the new shell is an augmented
7913 version of the environment that @command{guix environment} was run in.
7914 It contains the necessary search paths for building the given package
7915 added to the existing environment variables. To create a ``pure''
7916 environment, in which the original environment variables have been unset,
7917 use the @code{--pure} option@footnote{Users sometimes wrongfully augment
7918 environment variables such as @code{PATH} in their @file{~/.bashrc}
7919 file. As a consequence, when @code{guix environment} launches it, Bash
7920 may read @file{~/.bashrc}, thereby introducing ``impurities'' in these
7921 environment variables. It is an error to define such environment
7922 variables in @file{.bashrc}; instead, they should be defined in
7923 @file{.bash_profile}, which is sourced only by log-in shells.
7924 @xref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}, for
7925 details on Bash start-up files.}.
7926
7927 @vindex GUIX_ENVIRONMENT
7928 @command{guix environment} defines the @code{GUIX_ENVIRONMENT}
7929 variable in the shell it spawns; its value is the file name of the
7930 profile of this environment. This allows users to, say, define a
7931 specific prompt for development environments in their @file{.bashrc}
7932 (@pxref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}):
7933
7934 @example
7935 if [ -n "$GUIX_ENVIRONMENT" ]
7936 then
7937 export PS1="\u@@\h \w [dev]\$ "
7938 fi
7939 @end example
7940
7941 @noindent
7942 ... or to browse the profile:
7943
7944 @example
7945 $ ls "$GUIX_ENVIRONMENT/bin"
7946 @end example
7947
7948 Additionally, more than one package may be specified, in which case the
7949 union of the inputs for the given packages are used. For example, the
7950 command below spawns a shell where all of the dependencies of both Guile
7951 and Emacs are available:
7952
7953 @example
7954 guix environment guile emacs
7955 @end example
7956
7957 Sometimes an interactive shell session is not desired. An arbitrary
7958 command may be invoked by placing the @code{--} token to separate the
7959 command from the rest of the arguments:
7960
7961 @example
7962 guix environment guile -- make -j4
7963 @end example
7964
7965 In other situations, it is more convenient to specify the list of
7966 packages needed in the environment. For example, the following command
7967 runs @command{python} from an environment containing Python@tie{}2.7 and
7968 NumPy:
7969
7970 @example
7971 guix environment --ad-hoc python2-numpy python-2.7 -- python
7972 @end example
7973
7974 Furthermore, one might want the dependencies of a package and also some
7975 additional packages that are not build-time or runtime dependencies, but
7976 are useful when developing nonetheless. Because of this, the
7977 @code{--ad-hoc} flag is positional. Packages appearing before
7978 @code{--ad-hoc} are interpreted as packages whose dependencies will be
7979 added to the environment. Packages appearing after are interpreted as
7980 packages that will be added to the environment directly. For example,
7981 the following command creates a Guix development environment that
7982 additionally includes Git and strace:
7983
7984 @example
7985 guix environment guix --ad-hoc git strace
7986 @end example
7987
7988 Sometimes it is desirable to isolate the environment as much as
7989 possible, for maximal purity and reproducibility. In particular, when
7990 using Guix on a host distro that is not GuixSD, it is desirable to
7991 prevent access to @file{/usr/bin} and other system-wide resources from
7992 the development environment. For example, the following command spawns
7993 a Guile REPL in a ``container'' where only the store and the current
7994 working directory are mounted:
7995
7996 @example
7997 guix environment --ad-hoc --container guile -- guile
7998 @end example
7999
8000 @quotation Note
8001 The @code{--container} option requires Linux-libre 3.19 or newer.
8002 @end quotation
8003
8004 The available options are summarized below.
8005
8006 @table @code
8007 @item --root=@var{file}
8008 @itemx -r @var{file}
8009 @cindex persistent environment
8010 @cindex garbage collector root, for environments
8011 Make @var{file} a symlink to the profile for this environment, and
8012 register it as a garbage collector root.
8013
8014 This is useful if you want to protect your environment from garbage
8015 collection, to make it ``persistent''.
8016
8017 When this option is omitted, the environment is protected from garbage
8018 collection only for the duration of the @command{guix environment}
8019 session. This means that next time you recreate the same environment,
8020 you could have to rebuild or re-download packages. @xref{Invoking guix
8021 gc}, for more on GC roots.
8022
8023 @item --expression=@var{expr}
8024 @itemx -e @var{expr}
8025 Create an environment for the package or list of packages that
8026 @var{expr} evaluates to.
8027
8028 For example, running:
8029
8030 @example
8031 guix environment -e '(@@ (gnu packages maths) petsc-openmpi)'
8032 @end example
8033
8034 starts a shell with the environment for this specific variant of the
8035 PETSc package.
8036
8037 Running:
8038
8039 @example
8040 guix environment --ad-hoc -e '(@@ (gnu) %base-packages)'
8041 @end example
8042
8043 starts a shell with all the GuixSD base packages available.
8044
8045 The above commands only use the default output of the given packages.
8046 To select other outputs, two element tuples can be specified:
8047
8048 @example
8049 guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
8050 @end example
8051
8052 @item --load=@var{file}
8053 @itemx -l @var{file}
8054 Create an environment for the package or list of packages that the code
8055 within @var{file} evaluates to.
8056
8057 As an example, @var{file} might contain a definition like this
8058 (@pxref{Defining Packages}):
8059
8060 @example
8061 @verbatiminclude environment-gdb.scm
8062 @end example
8063
8064 @item --manifest=@var{file}
8065 @itemx -m @var{file}
8066 Create an environment for the packages contained in the manifest object
8067 returned by the Scheme code in @var{file}.
8068
8069 This is similar to the same-named option in @command{guix package}
8070 (@pxref{profile-manifest, @option{--manifest}}) and uses the same
8071 manifest files.
8072
8073 @item --ad-hoc
8074 Include all specified packages in the resulting environment, as if an
8075 @i{ad hoc} package were defined with them as inputs. This option is
8076 useful for quickly creating an environment without having to write a
8077 package expression to contain the desired inputs.
8078
8079 For instance, the command:
8080
8081 @example
8082 guix environment --ad-hoc guile guile-sdl -- guile
8083 @end example
8084
8085 runs @command{guile} in an environment where Guile and Guile-SDL are
8086 available.
8087
8088 Note that this example implicitly asks for the default output of
8089 @code{guile} and @code{guile-sdl}, but it is possible to ask for a
8090 specific output---e.g., @code{glib:bin} asks for the @code{bin} output
8091 of @code{glib} (@pxref{Packages with Multiple Outputs}).
8092
8093 This option may be composed with the default behavior of @command{guix
8094 environment}. Packages appearing before @code{--ad-hoc} are interpreted
8095 as packages whose dependencies will be added to the environment, the
8096 default behavior. Packages appearing after are interpreted as packages
8097 that will be added to the environment directly.
8098
8099 @item --pure
8100 Unset existing environment variables when building the new environment.
8101 This has the effect of creating an environment in which search paths
8102 only contain package inputs.
8103
8104 @item --search-paths
8105 Display the environment variable definitions that make up the
8106 environment.
8107
8108 @item --system=@var{system}
8109 @itemx -s @var{system}
8110 Attempt to build for @var{system}---e.g., @code{i686-linux}.
8111
8112 @item --container
8113 @itemx -C
8114 @cindex container
8115 Run @var{command} within an isolated container. The current working
8116 directory outside the container is mapped inside the container.
8117 Additionally, unless overridden with @code{--user}, a dummy home
8118 directory is created that matches the current user's home directory, and
8119 @file{/etc/passwd} is configured accordingly. The spawned process runs
8120 as the current user outside the container, but has root privileges in
8121 the context of the container.
8122
8123 @item --network
8124 @itemx -N
8125 For containers, share the network namespace with the host system.
8126 Containers created without this flag only have access to the loopback
8127 device.
8128
8129 @item --link-profile
8130 @itemx -P
8131 For containers, link the environment profile to
8132 @file{~/.guix-profile} within the container. This is equivalent to
8133 running the command @command{ln -s $GUIX_ENVIRONMENT ~/.guix-profile}
8134 within the container. Linking will fail and abort the environment if
8135 the directory already exists, which will certainly be the case if
8136 @command{guix environment} was invoked in the user's home directory.
8137
8138 Certain packages are configured to look in
8139 @code{~/.guix-profile} for configuration files and data;@footnote{For
8140 example, the @code{fontconfig} package inspects
8141 @file{~/.guix-profile/share/fonts} for additional fonts.}
8142 @code{--link-profile} allows these programs to behave as expected within
8143 the environment.
8144
8145 @item --user=@var{user}
8146 @itemx -u @var{user}
8147 For containers, use the username @var{user} in place of the current
8148 user. The generated @file{/etc/passwd} entry within the container will
8149 contain the name @var{user}; the home directory will be
8150 @file{/home/USER}; and no user GECOS data will be copied. @var{user}
8151 need not exist on the system.
8152
8153 Additionally, any shared or exposed path (see @code{--share} and
8154 @code{--expose} respectively) whose target is within the current user's
8155 home directory will be remapped relative to @file{/home/USER}; this
8156 includes the automatic mapping of the current working directory.
8157
8158 @example
8159 # will expose paths as /home/foo/wd, /home/foo/test, and /home/foo/target
8160 cd $HOME/wd
8161 guix environment --container --user=foo \
8162 --expose=$HOME/test \
8163 --expose=/tmp/target=$HOME/target
8164 @end example
8165
8166 While this will limit the leaking of user identity through home paths
8167 and each of the user fields, this is only one useful component of a
8168 broader privacy/anonymity solution---not one in and of itself.
8169
8170 @item --expose=@var{source}[=@var{target}]
8171 For containers, expose the file system @var{source} from the host system
8172 as the read-only file system @var{target} within the container. If
8173 @var{target} is not specified, @var{source} is used as the target mount
8174 point in the container.
8175
8176 The example below spawns a Guile REPL in a container in which the user's
8177 home directory is accessible read-only via the @file{/exchange}
8178 directory:
8179
8180 @example
8181 guix environment --container --expose=$HOME=/exchange --ad-hoc guile -- guile
8182 @end example
8183
8184 @item --share=@var{source}[=@var{target}]
8185 For containers, share the file system @var{source} from the host system
8186 as the writable file system @var{target} within the container. If
8187 @var{target} is not specified, @var{source} is used as the target mount
8188 point in the container.
8189
8190 The example below spawns a Guile REPL in a container in which the user's
8191 home directory is accessible for both reading and writing via the
8192 @file{/exchange} directory:
8193
8194 @example
8195 guix environment --container --share=$HOME=/exchange --ad-hoc guile -- guile
8196 @end example
8197 @end table
8198
8199 @command{guix environment}
8200 also supports all of the common build options that @command{guix
8201 build} supports (@pxref{Common Build Options}).
8202
8203
8204 @node Invoking guix publish
8205 @section Invoking @command{guix publish}
8206
8207 @cindex @command{guix publish}
8208 The purpose of @command{guix publish} is to enable users to easily share
8209 their store with others, who can then use it as a substitute server
8210 (@pxref{Substitutes}).
8211
8212 When @command{guix publish} runs, it spawns an HTTP server which allows
8213 anyone with network access to obtain substitutes from it. This means
8214 that any machine running Guix can also act as if it were a build farm,
8215 since the HTTP interface is compatible with Hydra, the software behind
8216 the @code{hydra.gnu.org} build farm.
8217
8218 For security, each substitute is signed, allowing recipients to check
8219 their authenticity and integrity (@pxref{Substitutes}). Because
8220 @command{guix publish} uses the signing key of the system, which is only
8221 readable by the system administrator, it must be started as root; the
8222 @code{--user} option makes it drop root privileges early on.
8223
8224 The signing key pair must be generated before @command{guix publish} is
8225 launched, using @command{guix archive --generate-key} (@pxref{Invoking
8226 guix archive}).
8227
8228 The general syntax is:
8229
8230 @example
8231 guix publish @var{options}@dots{}
8232 @end example
8233
8234 Running @command{guix publish} without any additional arguments will
8235 spawn an HTTP server on port 8080:
8236
8237 @example
8238 guix publish
8239 @end example
8240
8241 Once a publishing server has been authorized (@pxref{Invoking guix
8242 archive}), the daemon may download substitutes from it:
8243
8244 @example
8245 guix-daemon --substitute-urls=http://example.org:8080
8246 @end example
8247
8248 By default, @command{guix publish} compresses archives on the fly as it
8249 serves them. This ``on-the-fly'' mode is convenient in that it requires
8250 no setup and is immediately available. However, when serving lots of
8251 clients, we recommend using the @option{--cache} option, which enables
8252 caching of the archives before they are sent to clients---see below for
8253 details. The @command{guix weather} command provides a handy way to
8254 check what a server provides (@pxref{Invoking guix weather}).
8255
8256 As a bonus, @command{guix publish} also serves as a content-addressed
8257 mirror for source files referenced in @code{origin} records
8258 (@pxref{origin Reference}). For instance, assuming @command{guix
8259 publish} is running on @code{example.org}, the following URL returns the
8260 raw @file{hello-2.10.tar.gz} file with the given SHA256 hash
8261 (represented in @code{nix-base32} format, @pxref{Invoking guix hash}):
8262
8263 @example
8264 http://example.org/file/hello-2.10.tar.gz/sha256/0ssi1@dots{}ndq1i
8265 @end example
8266
8267 Obviously, these URLs only work for files that are in the store; in
8268 other cases, they return 404 (``Not Found'').
8269
8270 @cindex build logs, publication
8271 Build logs are available from @code{/log} URLs like:
8272
8273 @example
8274 http://example.org/log/gwspk@dots{}-guile-2.2.3
8275 @end example
8276
8277 @noindent
8278 When @command{guix-daemon} is configured to save compressed build logs,
8279 as is the case by default (@pxref{Invoking guix-daemon}), @code{/log}
8280 URLs return the compressed log as-is, with an appropriate
8281 @code{Content-Type} and/or @code{Content-Encoding} header. We recommend
8282 running @command{guix-daemon} with @code{--log-compression=gzip} since
8283 Web browsers can automatically decompress it, which is not the case with
8284 bzip2 compression.
8285
8286 The following options are available:
8287
8288 @table @code
8289 @item --port=@var{port}
8290 @itemx -p @var{port}
8291 Listen for HTTP requests on @var{port}.
8292
8293 @item --listen=@var{host}
8294 Listen on the network interface for @var{host}. The default is to
8295 accept connections from any interface.
8296
8297 @item --user=@var{user}
8298 @itemx -u @var{user}
8299 Change privileges to @var{user} as soon as possible---i.e., once the
8300 server socket is open and the signing key has been read.
8301
8302 @item --compression[=@var{level}]
8303 @itemx -C [@var{level}]
8304 Compress data using the given @var{level}. When @var{level} is zero,
8305 disable compression. The range 1 to 9 corresponds to different gzip
8306 compression levels: 1 is the fastest, and 9 is the best (CPU-intensive).
8307 The default is 3.
8308
8309 Unless @option{--cache} is used, compression occurs on the fly and
8310 the compressed streams are not
8311 cached. Thus, to reduce load on the machine that runs @command{guix
8312 publish}, it may be a good idea to choose a low compression level, to
8313 run @command{guix publish} behind a caching proxy, or to use
8314 @option{--cache}. Using @option{--cache} has the advantage that it
8315 allows @command{guix publish} to add @code{Content-Length} HTTP header
8316 to its responses.
8317
8318 @item --cache=@var{directory}
8319 @itemx -c @var{directory}
8320 Cache archives and meta-data (@code{.narinfo} URLs) to @var{directory}
8321 and only serve archives that are in cache.
8322
8323 When this option is omitted, archives and meta-data are created
8324 on-the-fly. This can reduce the available bandwidth, especially when
8325 compression is enabled, since this may become CPU-bound. Another
8326 drawback of the default mode is that the length of archives is not known
8327 in advance, so @command{guix publish} does not add a
8328 @code{Content-Length} HTTP header to its responses, which in turn
8329 prevents clients from knowing the amount of data being downloaded.
8330
8331 Conversely, when @option{--cache} is used, the first request for a store
8332 item (@i{via} a @code{.narinfo} URL) returns 404 and triggers a
8333 background process to @dfn{bake} the archive---computing its
8334 @code{.narinfo} and compressing the archive, if needed. Once the
8335 archive is cached in @var{directory}, subsequent requests succeed and
8336 are served directly from the cache, which guarantees that clients get
8337 the best possible bandwidth.
8338
8339 The ``baking'' process is performed by worker threads. By default, one
8340 thread per CPU core is created, but this can be customized. See
8341 @option{--workers} below.
8342
8343 When @option{--ttl} is used, cached entries are automatically deleted
8344 when they have expired.
8345
8346 @item --workers=@var{N}
8347 When @option{--cache} is used, request the allocation of @var{N} worker
8348 threads to ``bake'' archives.
8349
8350 @item --ttl=@var{ttl}
8351 Produce @code{Cache-Control} HTTP headers that advertise a time-to-live
8352 (TTL) of @var{ttl}. @var{ttl} must denote a duration: @code{5d} means 5
8353 days, @code{1m} means 1 month, and so on.
8354
8355 This allows the user's Guix to keep substitute information in cache for
8356 @var{ttl}. However, note that @code{guix publish} does not itself
8357 guarantee that the store items it provides will indeed remain available
8358 for as long as @var{ttl}.
8359
8360 Additionally, when @option{--cache} is used, cached entries that have
8361 not been accessed for @var{ttl} and that no longer have a corresponding
8362 item in the store, may be deleted.
8363
8364 @item --nar-path=@var{path}
8365 Use @var{path} as the prefix for the URLs of ``nar'' files
8366 (@pxref{Invoking guix archive, normalized archives}).
8367
8368 By default, nars are served at a URL such as
8369 @code{/nar/gzip/@dots{}-coreutils-8.25}. This option allows you to
8370 change the @code{/nar} part to @var{path}.
8371
8372 @item --public-key=@var{file}
8373 @itemx --private-key=@var{file}
8374 Use the specific @var{file}s as the public/private key pair used to sign
8375 the store items being published.
8376
8377 The files must correspond to the same key pair (the private key is used
8378 for signing and the public key is merely advertised in the signature
8379 metadata). They must contain keys in the canonical s-expression format
8380 as produced by @command{guix archive --generate-key} (@pxref{Invoking
8381 guix archive}). By default, @file{/etc/guix/signing-key.pub} and
8382 @file{/etc/guix/signing-key.sec} are used.
8383
8384 @item --repl[=@var{port}]
8385 @itemx -r [@var{port}]
8386 Spawn a Guile REPL server (@pxref{REPL Servers,,, guile, GNU Guile
8387 Reference Manual}) on @var{port} (37146 by default). This is used
8388 primarily for debugging a running @command{guix publish} server.
8389 @end table
8390
8391 Enabling @command{guix publish} on a GuixSD system is a one-liner: just
8392 instantiate a @code{guix-publish-service-type} service in the @code{services} field
8393 of the @code{operating-system} declaration (@pxref{guix-publish-service-type,
8394 @code{guix-publish-service-type}}).
8395
8396 If you are instead running Guix on a ``foreign distro'', follow these
8397 instructions:”
8398
8399 @itemize
8400 @item
8401 If your host distro uses the systemd init system:
8402
8403 @example
8404 # ln -s ~root/.guix-profile/lib/systemd/system/guix-publish.service \
8405 /etc/systemd/system/
8406 # systemctl start guix-publish && systemctl enable guix-publish
8407 @end example
8408
8409 @item
8410 If your host distro uses the Upstart init system:
8411
8412 @example
8413 # ln -s ~root/.guix-profile/lib/upstart/system/guix-publish.conf /etc/init/
8414 # start guix-publish
8415 @end example
8416
8417 @item
8418 Otherwise, proceed similarly with your distro's init system.
8419 @end itemize
8420
8421 @node Invoking guix challenge
8422 @section Invoking @command{guix challenge}
8423
8424 @cindex reproducible builds
8425 @cindex verifiable builds
8426 @cindex @command{guix challenge}
8427 @cindex challenge
8428 Do the binaries provided by this server really correspond to the source
8429 code it claims to build? Is a package build process deterministic?
8430 These are the questions the @command{guix challenge} command attempts to
8431 answer.
8432
8433 The former is obviously an important question: Before using a substitute
8434 server (@pxref{Substitutes}), one had better @emph{verify} that it
8435 provides the right binaries, and thus @emph{challenge} it. The latter
8436 is what enables the former: If package builds are deterministic, then
8437 independent builds of the package should yield the exact same result,
8438 bit for bit; if a server provides a binary different from the one
8439 obtained locally, it may be either corrupt or malicious.
8440
8441 We know that the hash that shows up in @file{/gnu/store} file names is
8442 the hash of all the inputs of the process that built the file or
8443 directory---compilers, libraries, build scripts,
8444 etc. (@pxref{Introduction}). Assuming deterministic build processes,
8445 one store file name should map to exactly one build output.
8446 @command{guix challenge} checks whether there is, indeed, a single
8447 mapping by comparing the build outputs of several independent builds of
8448 any given store item.
8449
8450 The command output looks like this:
8451
8452 @smallexample
8453 $ guix challenge --substitute-urls="https://hydra.gnu.org https://guix.example.org"
8454 updating list of substitutes from 'https://hydra.gnu.org'... 100.0%
8455 updating list of substitutes from 'https://guix.example.org'... 100.0%
8456 /gnu/store/@dots{}-openssl-1.0.2d contents differ:
8457 local hash: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q
8458 https://hydra.gnu.org/nar/@dots{}-openssl-1.0.2d: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q
8459 https://guix.example.org/nar/@dots{}-openssl-1.0.2d: 1zy4fmaaqcnjrzzajkdn3f5gmjk754b43qkq47llbyak9z0qjyim
8460 /gnu/store/@dots{}-git-2.5.0 contents differ:
8461 local hash: 00p3bmryhjxrhpn2gxs2fy0a15lnip05l97205pgbk5ra395hyha
8462 https://hydra.gnu.org/nar/@dots{}-git-2.5.0: 069nb85bv4d4a6slrwjdy8v1cn4cwspm3kdbmyb81d6zckj3nq9f
8463 https://guix.example.org/nar/@dots{}-git-2.5.0: 0mdqa9w1p6cmli6976v4wi0sw9r4p5prkj7lzfd1877wk11c9c73
8464 /gnu/store/@dots{}-pius-2.1.1 contents differ:
8465 local hash: 0k4v3m9z1zp8xzzizb7d8kjj72f9172xv078sq4wl73vnq9ig3ax
8466 https://hydra.gnu.org/nar/@dots{}-pius-2.1.1: 0k4v3m9z1zp8xzzizb7d8kjj72f9172xv078sq4wl73vnq9ig3ax
8467 https://guix.example.org/nar/@dots{}-pius-2.1.1: 1cy25x1a4fzq5rk0pmvc8xhwyffnqz95h2bpvqsz2mpvlbccy0gs
8468
8469 @dots{}
8470
8471 6,406 store items were analyzed:
8472 - 4,749 (74.1%) were identical
8473 - 525 (8.2%) differed
8474 - 1,132 (17.7%) were inconclusive
8475 @end smallexample
8476
8477 @noindent
8478 In this example, @command{guix challenge} first scans the store to
8479 determine the set of locally-built derivations---as opposed to store
8480 items that were downloaded from a substitute server---and then queries
8481 all the substitute servers. It then reports those store items for which
8482 the servers obtained a result different from the local build.
8483
8484 @cindex non-determinism, in package builds
8485 As an example, @code{guix.example.org} always gets a different answer.
8486 Conversely, @code{hydra.gnu.org} agrees with local builds, except in the
8487 case of Git. This might indicate that the build process of Git is
8488 non-deterministic, meaning that its output varies as a function of
8489 various things that Guix does not fully control, in spite of building
8490 packages in isolated environments (@pxref{Features}). Most common
8491 sources of non-determinism include the addition of timestamps in build
8492 results, the inclusion of random numbers, and directory listings sorted
8493 by inode number. See @uref{https://reproducible-builds.org/docs/}, for
8494 more information.
8495
8496 To find out what is wrong with this Git binary, we can do something along
8497 these lines (@pxref{Invoking guix archive}):
8498
8499 @example
8500 $ wget -q -O - https://hydra.gnu.org/nar/@dots{}-git-2.5.0 \
8501 | guix archive -x /tmp/git
8502 $ diff -ur --no-dereference /gnu/store/@dots{}-git.2.5.0 /tmp/git
8503 @end example
8504
8505 This command shows the difference between the files resulting from the
8506 local build, and the files resulting from the build on
8507 @code{hydra.gnu.org} (@pxref{Overview, Comparing and Merging Files,,
8508 diffutils, Comparing and Merging Files}). The @command{diff} command
8509 works great for text files. When binary files differ, a better option
8510 is @uref{https://diffoscope.org/, Diffoscope}, a tool that helps
8511 visualize differences for all kinds of files.
8512
8513 Once you have done that work, you can tell whether the differences are due
8514 to a non-deterministic build process or to a malicious server. We try
8515 hard to remove sources of non-determinism in packages to make it easier
8516 to verify substitutes, but of course, this is a process that
8517 involves not just Guix, but a large part of the free software community.
8518 In the meantime, @command{guix challenge} is one tool to help address
8519 the problem.
8520
8521 If you are writing packages for Guix, you are encouraged to check
8522 whether @code{hydra.gnu.org} and other substitute servers obtain the
8523 same build result as you did with:
8524
8525 @example
8526 $ guix challenge @var{package}
8527 @end example
8528
8529 @noindent
8530 where @var{package} is a package specification such as
8531 @code{guile@@2.0} or @code{glibc:debug}.
8532
8533 The general syntax is:
8534
8535 @example
8536 guix challenge @var{options} [@var{packages}@dots{}]
8537 @end example
8538
8539 When a difference is found between the hash of a locally-built item and
8540 that of a server-provided substitute, or among substitutes provided by
8541 different servers, the command displays it as in the example above and
8542 its exit code is 2 (other non-zero exit codes denote other kinds of
8543 errors.)
8544
8545 The one option that matters is:
8546
8547 @table @code
8548
8549 @item --substitute-urls=@var{urls}
8550 Consider @var{urls} the whitespace-separated list of substitute source
8551 URLs to compare to.
8552
8553 @item --verbose
8554 @itemx -v
8555 Show details about matches (identical contents) in addition to
8556 information about mismatches.
8557
8558 @end table
8559
8560 @node Invoking guix copy
8561 @section Invoking @command{guix copy}
8562
8563 @cindex copy, of store items, over SSH
8564 @cindex SSH, copy of store items
8565 @cindex sharing store items across machines
8566 @cindex transferring store items across machines
8567 The @command{guix copy} command copies items from the store of one
8568 machine to that of another machine over a secure shell (SSH)
8569 connection@footnote{This command is available only when Guile-SSH was
8570 found. @xref{Requirements}, for details.}. For example, the following
8571 command copies the @code{coreutils} package, the user's profile, and all
8572 their dependencies over to @var{host}, logged in as @var{user}:
8573
8574 @example
8575 guix copy --to=@var{user}@@@var{host} \
8576 coreutils `readlink -f ~/.guix-profile`
8577 @end example
8578
8579 If some of the items to be copied are already present on @var{host},
8580 they are not actually sent.
8581
8582 The command below retrieves @code{libreoffice} and @code{gimp} from
8583 @var{host}, assuming they are available there:
8584
8585 @example
8586 guix copy --from=@var{host} libreoffice gimp
8587 @end example
8588
8589 The SSH connection is established using the Guile-SSH client, which is
8590 compatible with OpenSSH: it honors @file{~/.ssh/known_hosts} and
8591 @file{~/.ssh/config}, and uses the SSH agent for authentication.
8592
8593 The key used to sign items that are sent must be accepted by the remote
8594 machine. Likewise, the key used by the remote machine to sign items you
8595 are retrieving must be in @file{/etc/guix/acl} so it is accepted by your
8596 own daemon. @xref{Invoking guix archive}, for more information about
8597 store item authentication.
8598
8599 The general syntax is:
8600
8601 @example
8602 guix copy [--to=@var{spec}|--from=@var{spec}] @var{items}@dots{}
8603 @end example
8604
8605 You must always specify one of the following options:
8606
8607 @table @code
8608 @item --to=@var{spec}
8609 @itemx --from=@var{spec}
8610 Specify the host to send to or receive from. @var{spec} must be an SSH
8611 spec such as @code{example.org}, @code{charlie@@example.org}, or
8612 @code{charlie@@example.org:2222}.
8613 @end table
8614
8615 The @var{items} can be either package names, such as @code{gimp}, or
8616 store items, such as @file{/gnu/store/@dots{}-idutils-4.6}.
8617
8618 When specifying the name of a package to send, it is first built if
8619 needed, unless @option{--dry-run} was specified. Common build options
8620 are supported (@pxref{Common Build Options}).
8621
8622
8623 @node Invoking guix container
8624 @section Invoking @command{guix container}
8625 @cindex container
8626 @cindex @command{guix container}
8627 @quotation Note
8628 As of version @value{VERSION}, this tool is experimental. The interface
8629 is subject to radical change in the future.
8630 @end quotation
8631
8632 The purpose of @command{guix container} is to manipulate processes
8633 running within an isolated environment, commonly known as a
8634 ``container'', typically created by the @command{guix environment}
8635 (@pxref{Invoking guix environment}) and @command{guix system container}
8636 (@pxref{Invoking guix system}) commands.
8637
8638 The general syntax is:
8639
8640 @example
8641 guix container @var{action} @var{options}@dots{}
8642 @end example
8643
8644 @var{action} specifies the operation to perform with a container, and
8645 @var{options} specifies the context-specific arguments for the action.
8646
8647 The following actions are available:
8648
8649 @table @code
8650 @item exec
8651 Execute a command within the context of a running container.
8652
8653 The syntax is:
8654
8655 @example
8656 guix container exec @var{pid} @var{program} @var{arguments}@dots{}
8657 @end example
8658
8659 @var{pid} specifies the process ID of the running container.
8660 @var{program} specifies an executable file name within the root file
8661 system of the container. @var{arguments} are the additional options that
8662 will be passed to @var{program}.
8663
8664 The following command launches an interactive login shell inside a
8665 GuixSD container, started by @command{guix system container}, and whose
8666 process ID is 9001:
8667
8668 @example
8669 guix container exec 9001 /run/current-system/profile/bin/bash --login
8670 @end example
8671
8672 Note that the @var{pid} cannot be the parent process of a container. It
8673 must be PID 1 of the container or one of its child processes.
8674
8675 @end table
8676
8677 @node Invoking guix weather
8678 @section Invoking @command{guix weather}
8679
8680 Occasionally you're grumpy because substitutes are lacking and you end
8681 up building packages by yourself (@pxref{Substitutes}). The
8682 @command{guix weather} command reports on substitute availability on the
8683 specified servers so you can have an idea of whether you'll be grumpy
8684 today. It can sometimes be useful info as a user, but it is primarily
8685 useful to people running @command{guix publish} (@pxref{Invoking guix
8686 publish}).
8687
8688 @cindex statistics, for substitutes
8689 @cindex availability of substitutes
8690 @cindex substitute availability
8691 @cindex weather, substitute availability
8692 Here's a sample run:
8693
8694 @example
8695 $ guix weather --substitute-urls=https://guix.example.org
8696 computing 5,872 package derivations for x86_64-linux...
8697 looking for 6,128 store items on https://guix.example.org..
8698 updating list of substitutes from 'https://guix.example.org'... 100.0%
8699 https://guix.example.org
8700 43.4% substitutes available (2,658 out of 6,128)
8701 7,032.5 MiB of nars (compressed)
8702 19,824.2 MiB on disk (uncompressed)
8703 0.030 seconds per request (182.9 seconds in total)
8704 33.5 requests per second
8705
8706 9.8% (342 out of 3,470) of the missing items are queued
8707 867 queued builds
8708 x86_64-linux: 518 (59.7%)
8709 i686-linux: 221 (25.5%)
8710 aarch64-linux: 128 (14.8%)
8711 build rate: 23.41 builds per hour
8712 x86_64-linux: 11.16 builds per hour
8713 i686-linux: 6.03 builds per hour
8714 aarch64-linux: 6.41 builds per hour
8715 @end example
8716
8717 @cindex continuous integration, statistics
8718 As you can see, it reports the fraction of all the packages for which
8719 substitutes are available on the server---regardless of whether
8720 substitutes are enabled, and regardless of whether this server's signing
8721 key is authorized. It also reports the size of the compressed archives
8722 (``nars'') provided by the server, the size the corresponding store
8723 items occupy in the store (assuming deduplication is turned off), and
8724 the server's throughput. The second part gives continuous integration
8725 (CI) statistics, if the server supports it.
8726
8727 To achieve that, @command{guix weather} queries over HTTP(S) meta-data
8728 (@dfn{narinfos}) for all the relevant store items. Like @command{guix
8729 challenge}, it ignores signatures on those substitutes, which is
8730 innocuous since the command only gathers statistics and cannot install
8731 those substitutes.
8732
8733 Among other things, it is possible to query specific system types and
8734 specific package sets. The available options are listed below.
8735
8736 @table @code
8737 @item --substitute-urls=@var{urls}
8738 @var{urls} is the space-separated list of substitute server URLs to
8739 query. When this option is omitted, the default set of substitute
8740 servers is queried.
8741
8742 @item --system=@var{system}
8743 @itemx -s @var{system}
8744 Query substitutes for @var{system}---e.g., @code{aarch64-linux}. This
8745 option can be repeated, in which case @command{guix weather} will query
8746 substitutes for several system types.
8747
8748 @item --manifest=@var{file}
8749 Instead of querying substitutes for all the packages, only ask for those
8750 specified in @var{file}. @var{file} must contain a @dfn{manifest}, as
8751 with the @code{-m} option of @command{guix package} (@pxref{Invoking
8752 guix package}).
8753 @end table
8754
8755
8756 @c *********************************************************************
8757 @node GNU Distribution
8758 @chapter GNU Distribution
8759
8760 @cindex Guix System Distribution
8761 @cindex GuixSD
8762 Guix comes with a distribution of the GNU system consisting entirely of
8763 free software@footnote{The term ``free'' here refers to the
8764 @url{http://www.gnu.org/philosophy/free-sw.html,freedom provided to
8765 users of that software}.}. The
8766 distribution can be installed on its own (@pxref{System Installation}),
8767 but it is also possible to install Guix as a package manager on top of
8768 an installed GNU/Linux system (@pxref{Installation}). To distinguish
8769 between the two, we refer to the standalone distribution as the Guix
8770 System Distribution, or GuixSD.
8771
8772 The distribution provides core GNU packages such as GNU libc, GCC, and
8773 Binutils, as well as many GNU and non-GNU applications. The complete
8774 list of available packages can be browsed
8775 @url{http://www.gnu.org/software/guix/packages,on-line} or by
8776 running @command{guix package} (@pxref{Invoking guix package}):
8777
8778 @example
8779 guix package --list-available
8780 @end example
8781
8782 Our goal is to provide a practical 100% free software distribution of
8783 Linux-based and other variants of GNU, with a focus on the promotion and
8784 tight integration of GNU components, and an emphasis on programs and
8785 tools that help users exert that freedom.
8786
8787 Packages are currently available on the following platforms:
8788
8789 @table @code
8790
8791 @item x86_64-linux
8792 Intel/AMD @code{x86_64} architecture, Linux-Libre kernel;
8793
8794 @item i686-linux
8795 Intel 32-bit architecture (IA32), Linux-Libre kernel;
8796
8797 @item armhf-linux
8798 ARMv7-A architecture with hard float, Thumb-2 and NEON,
8799 using the EABI hard-float application binary interface (ABI),
8800 and Linux-Libre kernel.
8801
8802 @item aarch64-linux
8803 little-endian 64-bit ARMv8-A processors, Linux-Libre kernel. This is
8804 currently in an experimental stage, with limited support.
8805 @xref{Contributing}, for how to help!
8806
8807 @item mips64el-linux
8808 little-endian 64-bit MIPS processors, specifically the Loongson series,
8809 n32 ABI, and Linux-Libre kernel.
8810
8811 @end table
8812
8813 GuixSD itself is currently only available on @code{i686} and @code{x86_64}.
8814
8815 @noindent
8816 For information on porting to other architectures or kernels,
8817 @pxref{Porting}.
8818
8819 @menu
8820 * System Installation:: Installing the whole operating system.
8821 * System Configuration:: Configuring the operating system.
8822 * Documentation:: Browsing software user manuals.
8823 * Installing Debugging Files:: Feeding the debugger.
8824 * Security Updates:: Deploying security fixes quickly.
8825 * Package Modules:: Packages from the programmer's viewpoint.
8826 * Packaging Guidelines:: Growing the distribution.
8827 * Bootstrapping:: GNU/Linux built from scratch.
8828 * Porting:: Targeting another platform or kernel.
8829 @end menu
8830
8831 Building this distribution is a cooperative effort, and you are invited
8832 to join! @xref{Contributing}, for information about how you can help.
8833
8834 @node System Installation
8835 @section System Installation
8836
8837 @cindex installing GuixSD
8838 @cindex Guix System Distribution
8839 This section explains how to install the Guix System Distribution (GuixSD)
8840 on a machine. The Guix package manager can
8841 also be installed on top of a running GNU/Linux system,
8842 @pxref{Installation}.
8843
8844 @ifinfo
8845 @quotation Note
8846 @c This paragraph is for people reading this from tty2 of the
8847 @c installation image.
8848 You are reading this documentation with an Info reader. For details on
8849 how to use it, hit the @key{RET} key (``return'' or ``enter'') on the
8850 link that follows: @pxref{Top, Info reader,, info-stnd, Stand-alone GNU
8851 Info}. Hit @kbd{l} afterwards to come back here.
8852
8853 Alternately, run @command{info info} in another tty to keep the manual
8854 available.
8855 @end quotation
8856 @end ifinfo
8857
8858 @menu
8859 * Limitations:: What you can expect.
8860 * Hardware Considerations:: Supported hardware.
8861 * USB Stick and DVD Installation:: Preparing the installation medium.
8862 * Preparing for Installation:: Networking, partitioning, etc.
8863 * Proceeding with the Installation:: The real thing.
8864 * Installing GuixSD in a VM:: GuixSD playground.
8865 * Building the Installation Image:: How this comes to be.
8866 @end menu
8867
8868 @node Limitations
8869 @subsection Limitations
8870
8871 As of version @value{VERSION}, the Guix System Distribution (GuixSD) is
8872 not production-ready. It may contain bugs and lack important
8873 features. Thus, if you are looking for a stable production system that
8874 respects your freedom as a computer user, a good solution at this point
8875 is to consider @url{http://www.gnu.org/distros/free-distros.html, one of
8876 the more established GNU/Linux distributions}. We hope you can soon switch
8877 to the GuixSD without fear, of course. In the meantime, you can
8878 also keep using your distribution and try out the package manager on top
8879 of it (@pxref{Installation}).
8880
8881 Before you proceed with the installation, be aware of the following
8882 noteworthy limitations applicable to version @value{VERSION}:
8883
8884 @itemize
8885 @item
8886 The installation process does not include a graphical user interface and
8887 requires familiarity with GNU/Linux (see the following subsections to
8888 get a feel of what that means.)
8889
8890 @item
8891 Support for the Logical Volume Manager (LVM) is missing.
8892
8893 @item
8894 More and more system services are provided (@pxref{Services}), but some
8895 may be missing.
8896
8897 @item
8898 More than 7,500 packages are available, but you might
8899 occasionally find that a useful package is missing.
8900
8901 @item
8902 GNOME, Xfce, LXDE, and Enlightenment are available (@pxref{Desktop Services}),
8903 as well as a number of X11 window managers. However, some graphical
8904 applications may be missing, as well as KDE.
8905 @end itemize
8906
8907 You have been warned! But more than a disclaimer, this is an invitation
8908 to report issues (and success stories!), and to join us in improving it.
8909 @xref{Contributing}, for more info.
8910
8911
8912 @node Hardware Considerations
8913 @subsection Hardware Considerations
8914
8915 @cindex hardware support on GuixSD
8916 GNU@tie{}GuixSD focuses on respecting the user's computing freedom. It
8917 builds around the kernel Linux-libre, which means that only hardware for
8918 which free software drivers and firmware exist is supported. Nowadays,
8919 a wide range of off-the-shelf hardware is supported on
8920 GNU/Linux-libre---from keyboards to graphics cards to scanners and
8921 Ethernet controllers. Unfortunately, there are still areas where
8922 hardware vendors deny users control over their own computing, and such
8923 hardware is not supported on GuixSD.
8924
8925 @cindex WiFi, hardware support
8926 One of the main areas where free drivers or firmware are lacking is WiFi
8927 devices. WiFi devices known to work include those using Atheros chips
8928 (AR9271 and AR7010), which corresponds to the @code{ath9k} Linux-libre
8929 driver, and those using Broadcom/AirForce chips (BCM43xx with
8930 Wireless-Core Revision 5), which corresponds to the @code{b43-open}
8931 Linux-libre driver. Free firmware exists for both and is available
8932 out-of-the-box on GuixSD, as part of @var{%base-firmware}
8933 (@pxref{operating-system Reference, @code{firmware}}).
8934
8935 @cindex RYF, Respects Your Freedom
8936 The @uref{https://www.fsf.org/, Free Software Foundation} runs
8937 @uref{https://www.fsf.org/ryf, @dfn{Respects Your Freedom}} (RYF), a
8938 certification program for hardware products that respect your freedom
8939 and your privacy and ensure that you have control over your device. We
8940 encourage you to check the list of RYF-certified devices.
8941
8942 Another useful resource is the @uref{https://www.h-node.org/, H-Node}
8943 web site. It contains a catalog of hardware devices with information
8944 about their support in GNU/Linux.
8945
8946
8947 @node USB Stick and DVD Installation
8948 @subsection USB Stick and DVD Installation
8949
8950 An ISO-9660 installation image that can be written to a USB stick or
8951 burnt to a DVD can be downloaded from
8952 @indicateurl{https://alpha.gnu.org/gnu/guix/guixsd-install-@value{VERSION}.@var{system}.iso.xz},
8953 where @var{system} is one of:
8954
8955 @table @code
8956 @item x86_64-linux
8957 for a GNU/Linux system on Intel/AMD-compatible 64-bit CPUs;
8958
8959 @item i686-linux
8960 for a 32-bit GNU/Linux system on Intel-compatible CPUs.
8961 @end table
8962
8963 @c start duplication of authentication part from ``Binary Installation''
8964 Make sure to download the associated @file{.sig} file and to verify the
8965 authenticity of the image against it, along these lines:
8966
8967 @example
8968 $ wget https://alpha.gnu.org/gnu/guix/guixsd-install-@value{VERSION}.@var{system}.iso.xz.sig
8969 $ gpg --verify guixsd-install-@value{VERSION}.@var{system}.iso.xz.sig
8970 @end example
8971
8972 If that command fails because you do not have the required public key,
8973 then run this command to import it:
8974
8975 @example
8976 $ gpg --keyserver pgp.mit.edu --recv-keys @value{OPENPGP-SIGNING-KEY-ID}
8977 @end example
8978
8979 @noindent
8980 and rerun the @code{gpg --verify} command.
8981 @c end duplication
8982
8983 This image contains the tools necessary for an installation.
8984 It is meant to be copied @emph{as is} to a large-enough USB stick or DVD.
8985
8986 @unnumberedsubsubsec Copying to a USB Stick
8987
8988 To copy the image to a USB stick, follow these steps:
8989
8990 @enumerate
8991 @item
8992 Decompress the image using the @command{xz} command:
8993
8994 @example
8995 xz -d guixsd-install-@value{VERSION}.@var{system}.iso.xz
8996 @end example
8997
8998 @item
8999 Insert a USB stick of 1@tie{}GiB or more into your machine, and determine
9000 its device name. Assuming that the USB stick is known as @file{/dev/sdX},
9001 copy the image with:
9002
9003 @example
9004 dd if=guixsd-install-@value{VERSION}.x86_64-linux.iso of=/dev/sdX
9005 sync
9006 @end example
9007
9008 Access to @file{/dev/sdX} usually requires root privileges.
9009 @end enumerate
9010
9011 @unnumberedsubsubsec Burning on a DVD
9012
9013 To copy the image to a DVD, follow these steps:
9014
9015 @enumerate
9016 @item
9017 Decompress the image using the @command{xz} command:
9018
9019 @example
9020 xz -d guixsd-install-@value{VERSION}.@var{system}.iso.xz
9021 @end example
9022
9023 @item
9024 Insert a blank DVD into your machine, and determine
9025 its device name. Assuming that the DVD drive is known as @file{/dev/srX},
9026 copy the image with:
9027
9028 @example
9029 growisofs -dvd-compat -Z /dev/srX=guixsd-install-@value{VERSION}.x86_64.iso
9030 @end example
9031
9032 Access to @file{/dev/srX} usually requires root privileges.
9033 @end enumerate
9034
9035 @unnumberedsubsubsec Booting
9036
9037 Once this is done, you should be able to reboot the system and boot from
9038 the USB stick or DVD. The latter usually requires you to get in the
9039 BIOS or UEFI boot menu, where you can choose to boot from the USB stick.
9040
9041 @xref{Installing GuixSD in a VM}, if, instead, you would like to install
9042 GuixSD in a virtual machine (VM).
9043
9044
9045 @node Preparing for Installation
9046 @subsection Preparing for Installation
9047
9048 Once you have successfully booted your computer using the installation medium,
9049 you should end up with a root prompt. Several console TTYs are configured
9050 and can be used to run commands as root. TTY2 shows this documentation,
9051 browsable using the Info reader commands (@pxref{Top,,, info-stnd,
9052 Stand-alone GNU Info}). The installation system runs the GPM mouse
9053 daemon, which allows you to select text with the left mouse button and
9054 to paste it with the middle button.
9055
9056 @quotation Note
9057 Installation requires access to the Internet so that any missing
9058 dependencies of your system configuration can be downloaded. See the
9059 ``Networking'' section below.
9060 @end quotation
9061
9062 The installation system includes many common tools needed for this task.
9063 But it is also a full-blown GuixSD system, which means that you can
9064 install additional packages, should you need it, using @command{guix
9065 package} (@pxref{Invoking guix package}).
9066
9067 @subsubsection Keyboard Layout
9068
9069 @cindex keyboard layout
9070 The installation image uses the US qwerty keyboard layout. If you want
9071 to change it, you can use the @command{loadkeys} command. For example,
9072 the following command selects the Dvorak keyboard layout:
9073
9074 @example
9075 loadkeys dvorak
9076 @end example
9077
9078 See the files under @file{/run/current-system/profile/share/keymaps} for
9079 a list of available keyboard layouts. Run @command{man loadkeys} for
9080 more information.
9081
9082 @subsubsection Networking
9083
9084 Run the following command to see what your network interfaces are called:
9085
9086 @example
9087 ifconfig -a
9088 @end example
9089
9090 @noindent
9091 @dots{} or, using the GNU/Linux-specific @command{ip} command:
9092
9093 @example
9094 ip a
9095 @end example
9096
9097 @c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
9098 Wired interfaces have a name starting with @samp{e}; for example, the
9099 interface corresponding to the first on-board Ethernet controller is
9100 called @samp{eno1}. Wireless interfaces have a name starting with
9101 @samp{w}, like @samp{w1p2s0}.
9102
9103 @table @asis
9104 @item Wired connection
9105 To configure a wired network run the following command, substituting
9106 @var{interface} with the name of the wired interface you want to use.
9107
9108 @example
9109 ifconfig @var{interface} up
9110 @end example
9111
9112 @item Wireless connection
9113 @cindex wireless
9114 @cindex WiFi
9115 To configure wireless networking, you can create a configuration file
9116 for the @command{wpa_supplicant} configuration tool (its location is not
9117 important) using one of the available text editors such as
9118 @command{nano}:
9119
9120 @example
9121 nano wpa_supplicant.conf
9122 @end example
9123
9124 As an example, the following stanza can go to this file and will work
9125 for many wireless networks, provided you give the actual SSID and
9126 passphrase for the network you are connecting to:
9127
9128 @example
9129 network=@{
9130 ssid="@var{my-ssid}"
9131 key_mgmt=WPA-PSK
9132 psk="the network's secret passphrase"
9133 @}
9134 @end example
9135
9136 Start the wireless service and run it in the background with the
9137 following command (substitute @var{interface} with the name of the
9138 network interface you want to use):
9139
9140 @example
9141 wpa_supplicant -c wpa_supplicant.conf -i @var{interface} -B
9142 @end example
9143
9144 Run @command{man wpa_supplicant} for more information.
9145 @end table
9146
9147 @cindex DHCP
9148 At this point, you need to acquire an IP address. On a network where IP
9149 addresses are automatically assigned @i{via} DHCP, you can run:
9150
9151 @example
9152 dhclient -v @var{interface}
9153 @end example
9154
9155 Try to ping a server to see if networking is up and running:
9156
9157 @example
9158 ping -c 3 gnu.org
9159 @end example
9160
9161 Setting up network access is almost always a requirement because the
9162 image does not contain all the software and tools that may be needed.
9163
9164 @cindex installing over SSH
9165 If you want to, you can continue the installation remotely by starting
9166 an SSH server:
9167
9168 @example
9169 herd start ssh-daemon
9170 @end example
9171
9172 Make sure to either set a password with @command{passwd}, or configure
9173 OpenSSH public key authentication before logging in.
9174
9175 @subsubsection Disk Partitioning
9176
9177 Unless this has already been done, the next step is to partition, and
9178 then format the target partition(s).
9179
9180 The installation image includes several partitioning tools, including
9181 Parted (@pxref{Overview,,, parted, GNU Parted User Manual}),
9182 @command{fdisk}, and @command{cfdisk}. Run it and set up your disk with
9183 the partition layout you want:
9184
9185 @example
9186 cfdisk
9187 @end example
9188
9189 If your disk uses the GUID Partition Table (GPT) format and you plan to
9190 install BIOS-based GRUB (which is the default), make sure a BIOS Boot
9191 Partition is available (@pxref{BIOS installation,,, grub, GNU GRUB
9192 manual}).
9193
9194 @cindex EFI, installation
9195 @cindex UEFI, installation
9196 @cindex ESP, EFI system partition
9197 If you instead wish to use EFI-based GRUB, a FAT32 @dfn{EFI System Partition}
9198 (ESP) is required. This partition should be mounted at @file{/boot/efi} and
9199 must have the @code{esp} flag set. E.g., for @command{parted}:
9200
9201 @example
9202 parted /dev/sda set 1 esp on
9203 @end example
9204
9205 @quotation Note
9206 @vindex grub-bootloader
9207 @vindex grub-efi-bootloader
9208 Unsure whether to use EFI- or BIOS-based GRUB? If the directory
9209 @file{/sys/firmware/efi} exists in the installation image, then you should
9210 probably perform an EFI installation, using @code{grub-efi-bootloader}.
9211 Otherwise you should use the BIOS-based GRUB, known as
9212 @code{grub-bootloader}. @xref{Bootloader Configuration}, for more info on
9213 bootloaders.
9214 @end quotation
9215
9216 Once you are done partitioning the target hard disk drive, you have to
9217 create a file system on the relevant partition(s)@footnote{Currently
9218 GuixSD only supports ext4 and btrfs file systems. In particular, code
9219 that reads file system UUIDs and labels only works for these file system
9220 types.}. For the ESP, if you have one and assuming it is
9221 @file{/dev/sda1}, run:
9222
9223 @example
9224 mkfs.fat -F32 /dev/sda1
9225 @end example
9226
9227 Preferably, assign file systems a label so that you can easily and
9228 reliably refer to them in @code{file-system} declarations (@pxref{File
9229 Systems}). This is typically done using the @code{-L} option of
9230 @command{mkfs.ext4} and related commands. So, assuming the target root
9231 partition lives at @file{/dev/sda2}, a file system with the label
9232 @code{my-root} can be created with:
9233
9234 @example
9235 mkfs.ext4 -L my-root /dev/sda2
9236 @end example
9237
9238 @cindex encrypted disk
9239 If you are instead planning to encrypt the root partition, you can use
9240 the Cryptsetup/LUKS utilities to do that (see @inlinefmtifelse{html,
9241 @uref{https://linux.die.net/man/8/cryptsetup, @code{man cryptsetup}},
9242 @code{man cryptsetup}} for more information.) Assuming you want to
9243 store the root partition on @file{/dev/sda2}, the command sequence would
9244 be along these lines:
9245
9246 @example
9247 cryptsetup luksFormat /dev/sda2
9248 cryptsetup open --type luks /dev/sda2 my-partition
9249 mkfs.ext4 -L my-root /dev/mapper/my-partition
9250 @end example
9251
9252 Once that is done, mount the target file system under @file{/mnt}
9253 with a command like (again, assuming @code{my-root} is the label of the
9254 root file system):
9255
9256 @example
9257 mount LABEL=my-root /mnt
9258 @end example
9259
9260 Also mount any other file systems you would like to use on the target
9261 system relative to this path. If you have @file{/boot} on a separate
9262 partition for example, mount it at @file{/mnt/boot} now so it is found
9263 by @code{guix system init} afterwards.
9264
9265 Finally, if you plan to use one or more swap partitions (@pxref{Memory
9266 Concepts, swap space,, libc, The GNU C Library Reference Manual}), make
9267 sure to initialize them with @command{mkswap}. Assuming you have one
9268 swap partition on @file{/dev/sda3}, you would run:
9269
9270 @example
9271 mkswap /dev/sda3
9272 swapon /dev/sda3
9273 @end example
9274
9275 Alternatively, you may use a swap file. For example, assuming that in
9276 the new system you want to use the file @file{/swapfile} as a swap file,
9277 you would run@footnote{This example will work for many types of file
9278 systems (e.g., ext4). However, for copy-on-write file systems (e.g.,
9279 btrfs), the required steps may be different. For details, see the
9280 manual pages for @command{mkswap} and @command{swapon}.}:
9281
9282 @example
9283 # This is 10 GiB of swap space. Adjust "count" to change the size.
9284 dd if=/dev/zero of=/mnt/swapfile bs=1MiB count=10240
9285 # For security, make the file readable and writable only by root.
9286 chmod 600 /mnt/swapfile
9287 mkswap /mnt/swapfile
9288 swapon /mnt/swapfile
9289 @end example
9290
9291 Note that if you have encrypted the root partition and created a swap
9292 file in its file system as described above, then the encryption also
9293 protects the swap file, just like any other file in that file system.
9294
9295 @node Proceeding with the Installation
9296 @subsection Proceeding with the Installation
9297
9298 With the target partitions ready and the target root mounted on
9299 @file{/mnt}, we're ready to go. First, run:
9300
9301 @example
9302 herd start cow-store /mnt
9303 @end example
9304
9305 This makes @file{/gnu/store} copy-on-write, such that packages added to it
9306 during the installation phase are written to the target disk on @file{/mnt}
9307 rather than kept in memory. This is necessary because the first phase of
9308 the @command{guix system init} command (see below) entails downloads or
9309 builds to @file{/gnu/store} which, initially, is an in-memory file system.
9310
9311 Next, you have to edit a file and
9312 provide the declaration of the operating system to be installed. To
9313 that end, the installation system comes with three text editors. We
9314 recommend GNU nano (@pxref{Top,,, nano, GNU nano Manual}), which
9315 supports syntax highlighting and parentheses matching; other editors
9316 include GNU Zile (an Emacs clone), and
9317 nvi (a clone of the original BSD @command{vi} editor).
9318 We strongly recommend storing that file on the target root file system, say,
9319 as @file{/mnt/etc/config.scm}. Failing to do that, you will have lost your
9320 configuration file once you have rebooted into the newly-installed system.
9321
9322 @xref{Using the Configuration System}, for an overview of the
9323 configuration file. The example configurations discussed in that
9324 section are available under @file{/etc/configuration} in the
9325 installation image. Thus, to get started with a system configuration
9326 providing a graphical display server (a ``desktop'' system), you can run
9327 something along these lines:
9328
9329 @example
9330 # mkdir /mnt/etc
9331 # cp /etc/configuration/desktop.scm /mnt/etc/config.scm
9332 # nano /mnt/etc/config.scm
9333 @end example
9334
9335 You should pay attention to what your configuration file contains, and
9336 in particular:
9337
9338 @itemize
9339 @item
9340 Make sure the @code{bootloader-configuration} form refers to the target
9341 you want to install GRUB on. It should mention @code{grub-bootloader} if
9342 you are installing GRUB in the legacy way, or @code{grub-efi-bootloader}
9343 for newer UEFI systems. For legacy systems, the @code{target} field
9344 names a device, like @code{/dev/sda}; for UEFI systems it names a path
9345 to a mounted EFI partition, like @code{/boot/efi}, and do make sure the
9346 path is actually mounted.
9347
9348 @item
9349 Be sure that your file system labels match the value of their respective
9350 @code{device} fields in your @code{file-system} configuration, assuming
9351 your @code{file-system} configuration uses the @code{file-system-label}
9352 procedure in its @code{device} field.
9353
9354 @item
9355 If there are encrypted or RAID partitions, make sure to add a
9356 @code{mapped-devices} field to describe them (@pxref{Mapped Devices}).
9357 @end itemize
9358
9359 Once you are done preparing the configuration file, the new system must
9360 be initialized (remember that the target root file system is mounted
9361 under @file{/mnt}):
9362
9363 @example
9364 guix system init /mnt/etc/config.scm /mnt
9365 @end example
9366
9367 @noindent
9368 This copies all the necessary files and installs GRUB on
9369 @file{/dev/sdX}, unless you pass the @option{--no-bootloader} option. For
9370 more information, @pxref{Invoking guix system}. This command may trigger
9371 downloads or builds of missing packages, which can take some time.
9372
9373 Once that command has completed---and hopefully succeeded!---you can run
9374 @command{reboot} and boot into the new system. The @code{root} password
9375 in the new system is initially empty; other users' passwords need to be
9376 initialized by running the @command{passwd} command as @code{root},
9377 unless your configuration specifies otherwise
9378 (@pxref{user-account-password, user account passwords}).
9379
9380 @cindex upgrading GuixSD
9381 From then on, you can update GuixSD whenever you want by running
9382 @command{guix pull} as @code{root} (@pxref{Invoking guix pull}), and
9383 then running @command{guix system reconfigure} to build a new system
9384 generation with the latest packages and services (@pxref{Invoking guix
9385 system}). We recommend doing that regularly so that your system
9386 includes the latest security updates (@pxref{Security Updates}).
9387
9388 Join us on @code{#guix} on the Freenode IRC network or on
9389 @file{guix-devel@@gnu.org} to share your experience---good or not so
9390 good.
9391
9392 @node Installing GuixSD in a VM
9393 @subsection Installing GuixSD in a Virtual Machine
9394
9395 @cindex virtual machine, GuixSD installation
9396 @cindex virtual private server (VPS)
9397 @cindex VPS (virtual private server)
9398 If you'd like to install GuixSD in a virtual machine (VM) or on a
9399 virtual private server (VPS) rather than on your beloved machine, this
9400 section is for you.
9401
9402 To boot a @uref{http://qemu.org/,QEMU} VM for installing GuixSD in a
9403 disk image, follow these steps:
9404
9405 @enumerate
9406 @item
9407 First, retrieve and decompress the GuixSD installation image as
9408 described previously (@pxref{USB Stick and DVD Installation}).
9409
9410 @item
9411 Create a disk image that will hold the installed system. To make a
9412 qcow2-formatted disk image, use the @command{qemu-img} command:
9413
9414 @example
9415 qemu-img create -f qcow2 guixsd.img 50G
9416 @end example
9417
9418 The resulting file will be much smaller than 50 GB (typically less than
9419 1 MB), but it will grow as the virtualized storage device is filled up.
9420
9421 @item
9422 Boot the USB installation image in an VM:
9423
9424 @example
9425 qemu-system-x86_64 -m 1024 -smp 1 \
9426 -net user -net nic,model=virtio -boot menu=on \
9427 -drive file=guixsd-install-@value{VERSION}.@var{system}.iso \
9428 -drive file=guixsd.img
9429 @end example
9430
9431 The ordering of the drives matters.
9432
9433 In the VM console, quickly press the @kbd{F12} key to enter the boot
9434 menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your
9435 selection.
9436
9437 @item
9438 You're now root in the VM, proceed with the installation process.
9439 @xref{Preparing for Installation}, and follow the instructions.
9440 @end enumerate
9441
9442 Once installation is complete, you can boot the system that's on your
9443 @file{guixsd.img} image. @xref{Running GuixSD in a VM}, for how to do
9444 that.
9445
9446 @node Building the Installation Image
9447 @subsection Building the Installation Image
9448
9449 @cindex installation image
9450 The installation image described above was built using the @command{guix
9451 system} command, specifically:
9452
9453 @example
9454 guix system disk-image gnu/system/install.scm
9455 @end example
9456
9457 Have a look at @file{gnu/system/install.scm} in the source tree,
9458 and see also @ref{Invoking guix system} for more information
9459 about the installation image.
9460
9461 @subsection Building the Installation Image for ARM Boards
9462
9463 Many ARM boards require a specific variant of the
9464 @uref{http://www.denx.de/wiki/U-Boot/, U-Boot} bootloader.
9465
9466 If you build a disk image and the bootloader is not available otherwise
9467 (on another boot drive etc), it's advisable to build an image that
9468 includes the bootloader, specifically:
9469
9470 @example
9471 guix system disk-image --system=armhf-linux -e '((@@ (gnu system install) os-with-u-boot) (@@ (gnu system install) installation-os) "A20-OLinuXino-Lime2")'
9472 @end example
9473
9474 @code{A20-OLinuXino-Lime2} is the name of the board. If you specify an invalid
9475 board, a list of possible boards will be printed.
9476
9477 @node System Configuration
9478 @section System Configuration
9479
9480 @cindex system configuration
9481 The Guix System Distribution supports a consistent whole-system configuration
9482 mechanism. By that we mean that all aspects of the global system
9483 configuration---such as the available system services, timezone and
9484 locale settings, user accounts---are declared in a single place. Such
9485 a @dfn{system configuration} can be @dfn{instantiated}---i.e., effected.
9486
9487 One of the advantages of putting all the system configuration under the
9488 control of Guix is that it supports transactional system upgrades, and
9489 makes it possible to roll back to a previous system instantiation,
9490 should something go wrong with the new one (@pxref{Features}). Another
9491 advantage is that it makes it easy to replicate the exact same configuration
9492 across different machines, or at different points in time, without
9493 having to resort to additional administration tools layered on top of
9494 the own tools of the system.
9495 @c Yes, we're talking of Puppet, Chef, & co. here. ↑
9496
9497 This section describes this mechanism. First we focus on the system
9498 administrator's viewpoint---explaining how the system is configured and
9499 instantiated. Then we show how this mechanism can be extended, for
9500 instance to support new system services.
9501
9502 @menu
9503 * Using the Configuration System:: Customizing your GNU system.
9504 * operating-system Reference:: Detail of operating-system declarations.
9505 * File Systems:: Configuring file system mounts.
9506 * Mapped Devices:: Block device extra processing.
9507 * User Accounts:: Specifying user accounts.
9508 * Locales:: Language and cultural convention settings.
9509 * Services:: Specifying system services.
9510 * Setuid Programs:: Programs running with root privileges.
9511 * X.509 Certificates:: Authenticating HTTPS servers.
9512 * Name Service Switch:: Configuring libc's name service switch.
9513 * Initial RAM Disk:: Linux-Libre bootstrapping.
9514 * Bootloader Configuration:: Configuring the boot loader.
9515 * Invoking guix system:: Instantiating a system configuration.
9516 * Running GuixSD in a VM:: How to run GuixSD in a virtual machine.
9517 * Defining Services:: Adding new service definitions.
9518 @end menu
9519
9520 @node Using the Configuration System
9521 @subsection Using the Configuration System
9522
9523 The operating system is configured by providing an
9524 @code{operating-system} declaration in a file that can then be passed to
9525 the @command{guix system} command (@pxref{Invoking guix system}). A
9526 simple setup, with the default system services, the default Linux-Libre
9527 kernel, initial RAM disk, and boot loader looks like this:
9528
9529 @findex operating-system
9530 @lisp
9531 @include os-config-bare-bones.texi
9532 @end lisp
9533
9534 This example should be self-describing. Some of the fields defined
9535 above, such as @code{host-name} and @code{bootloader}, are mandatory.
9536 Others, such as @code{packages} and @code{services}, can be omitted, in
9537 which case they get a default value.
9538
9539 Below we discuss the effect of some of the most important fields
9540 (@pxref{operating-system Reference}, for details about all the available
9541 fields), and how to @dfn{instantiate} the operating system using
9542 @command{guix system}.
9543
9544 @unnumberedsubsubsec Bootloader
9545
9546 @cindex legacy boot, on Intel machines
9547 @cindex BIOS boot, on Intel machines
9548 @cindex UEFI boot
9549 @cindex EFI boot
9550 The @code{bootloader} field describes the method that will be used to boot
9551 your system. Machines based on Intel processors can boot in ``legacy'' BIOS
9552 mode, as in the example above. However, more recent machines rely instead on
9553 the @dfn{Unified Extensible Firmware Interface} (UEFI) to boot. In that case,
9554 the @code{bootloader} field should contain something along these lines:
9555
9556 @example
9557 (bootloader-configuration
9558 (bootloader grub-efi-bootloader)
9559 (target "/boot/efi"))
9560 @end example
9561
9562 @xref{Bootloader Configuration}, for more information on the available
9563 configuration options.
9564
9565 @unnumberedsubsubsec Globally-Visible Packages
9566
9567 @vindex %base-packages
9568 The @code{packages} field lists packages that will be globally visible
9569 on the system, for all user accounts---i.e., in every user's @code{PATH}
9570 environment variable---in addition to the per-user profiles
9571 (@pxref{Invoking guix package}). The @var{%base-packages} variable
9572 provides all the tools one would expect for basic user and administrator
9573 tasks---including the GNU Core Utilities, the GNU Networking Utilities,
9574 the GNU Zile lightweight text editor, @command{find}, @command{grep},
9575 etc. The example above adds GNU@tie{}Screen and OpenSSH to those,
9576 taken from the @code{(gnu packages screen)} and @code{(gnu packages ssh)}
9577 modules (@pxref{Package Modules}). The
9578 @code{(list package output)} syntax can be used to add a specific output
9579 of a package:
9580
9581 @lisp
9582 (use-modules (gnu packages))
9583 (use-modules (gnu packages dns))
9584
9585 (operating-system
9586 ;; ...
9587 (packages (cons (list bind "utils")
9588 %base-packages)))
9589 @end lisp
9590
9591 @findex specification->package
9592 Referring to packages by variable name, like @code{bind} above, has
9593 the advantage of being unambiguous; it also allows typos and such to be
9594 diagnosed right away as ``unbound variables''. The downside is that one
9595 needs to know which module defines which package, and to augment the
9596 @code{use-package-modules} line accordingly. To avoid that, one can use
9597 the @code{specification->package} procedure of the @code{(gnu packages)}
9598 module, which returns the best package for a given name or name and
9599 version:
9600
9601 @lisp
9602 (use-modules (gnu packages))
9603
9604 (operating-system
9605 ;; ...
9606 (packages (append (map specification->package
9607 '("tcpdump" "htop" "gnupg@@2.0"))
9608 %base-packages)))
9609 @end lisp
9610
9611 @unnumberedsubsubsec System Services
9612
9613 @cindex services
9614 @vindex %base-services
9615 The @code{services} field lists @dfn{system services} to be made
9616 available when the system starts (@pxref{Services}).
9617 The @code{operating-system} declaration above specifies that, in
9618 addition to the basic services, we want the @command{lshd} secure shell
9619 daemon listening on port 2222 (@pxref{Networking Services,
9620 @code{lsh-service}}). Under the hood,
9621 @code{lsh-service} arranges so that @code{lshd} is started with the
9622 right command-line options, possibly with supporting configuration files
9623 generated as needed (@pxref{Defining Services}).
9624
9625 @cindex customization, of services
9626 @findex modify-services
9627 Occasionally, instead of using the base services as is, you will want to
9628 customize them. To do this, use @code{modify-services} (@pxref{Service
9629 Reference, @code{modify-services}}) to modify the list.
9630
9631 For example, suppose you want to modify @code{guix-daemon} and Mingetty
9632 (the console log-in) in the @var{%base-services} list (@pxref{Base
9633 Services, @code{%base-services}}). To do that, you can write the
9634 following in your operating system declaration:
9635
9636 @lisp
9637 (define %my-services
9638 ;; My very own list of services.
9639 (modify-services %base-services
9640 (guix-service-type config =>
9641 (guix-configuration
9642 (inherit config)
9643 (use-substitutes? #f)
9644 (extra-options '("--gc-keep-derivations"))))
9645 (mingetty-service-type config =>
9646 (mingetty-configuration
9647 (inherit config)))))
9648
9649 (operating-system
9650 ;; @dots{}
9651 (services %my-services))
9652 @end lisp
9653
9654 This changes the configuration---i.e., the service parameters---of the
9655 @code{guix-service-type} instance, and that of all the
9656 @code{mingetty-service-type} instances in the @var{%base-services} list.
9657 Observe how this is accomplished: first, we arrange for the original
9658 configuration to be bound to the identifier @code{config} in the
9659 @var{body}, and then we write the @var{body} so that it evaluates to the
9660 desired configuration. In particular, notice how we use @code{inherit}
9661 to create a new configuration which has the same values as the old
9662 configuration, but with a few modifications.
9663
9664 @cindex encrypted disk
9665 The configuration for a typical ``desktop'' usage, with an encrypted
9666 root partition, the X11 display
9667 server, GNOME and Xfce (users can choose which of these desktop
9668 environments to use at the log-in screen by pressing @kbd{F1}), network
9669 management, power management, and more, would look like this:
9670
9671 @lisp
9672 @include os-config-desktop.texi
9673 @end lisp
9674
9675 A graphical system with a choice of lightweight window managers
9676 instead of full-blown desktop environments would look like this:
9677
9678 @lisp
9679 @include os-config-lightweight-desktop.texi
9680 @end lisp
9681
9682 This example refers to the @file{/boot/efi} file system by its UUID,
9683 @code{1234-ABCD}. Replace this UUID with the right UUID on your system,
9684 as returned by the @command{blkid} command.
9685
9686 @xref{Desktop Services}, for the exact list of services provided by
9687 @var{%desktop-services}. @xref{X.509 Certificates}, for background
9688 information about the @code{nss-certs} package that is used here.
9689
9690 Again, @var{%desktop-services} is just a list of service objects. If
9691 you want to remove services from there, you can do so using the
9692 procedures for list filtering (@pxref{SRFI-1 Filtering and
9693 Partitioning,,, guile, GNU Guile Reference Manual}). For instance, the
9694 following expression returns a list that contains all the services in
9695 @var{%desktop-services} minus the Avahi service:
9696
9697 @example
9698 (remove (lambda (service)
9699 (eq? (service-kind service) avahi-service-type))
9700 %desktop-services)
9701 @end example
9702
9703 @unnumberedsubsubsec Instantiating the System
9704
9705 Assuming the @code{operating-system} declaration
9706 is stored in the @file{my-system-config.scm}
9707 file, the @command{guix system reconfigure my-system-config.scm} command
9708 instantiates that configuration, and makes it the default GRUB boot
9709 entry (@pxref{Invoking guix system}).
9710
9711 The normal way to change the system configuration is by updating this
9712 file and re-running @command{guix system reconfigure}. One should never
9713 have to touch files in @file{/etc} or to run commands that modify the
9714 system state such as @command{useradd} or @command{grub-install}. In
9715 fact, you must avoid that since that would not only void your warranty
9716 but also prevent you from rolling back to previous versions of your
9717 system, should you ever need to.
9718
9719 @cindex roll-back, of the operating system
9720 Speaking of roll-back, each time you run @command{guix system
9721 reconfigure}, a new @dfn{generation} of the system is created---without
9722 modifying or deleting previous generations. Old system generations get
9723 an entry in the bootloader boot menu, allowing you to boot them in case
9724 something went wrong with the latest generation. Reassuring, no? The
9725 @command{guix system list-generations} command lists the system
9726 generations available on disk. It is also possible to roll back the
9727 system via the commands @command{guix system roll-back} and
9728 @command{guix system switch-generation}.
9729
9730 Although the @command{guix system reconfigure} command will not modify
9731 previous generations, you must take care when the current generation is not
9732 the latest (e.g., after invoking @command{guix system roll-back}), since
9733 the operation might overwrite a later generation (@pxref{Invoking guix
9734 system}).
9735
9736 @unnumberedsubsubsec The Programming Interface
9737
9738 At the Scheme level, the bulk of an @code{operating-system} declaration
9739 is instantiated with the following monadic procedure (@pxref{The Store
9740 Monad}):
9741
9742 @deffn {Monadic Procedure} operating-system-derivation os
9743 Return a derivation that builds @var{os}, an @code{operating-system}
9744 object (@pxref{Derivations}).
9745
9746 The output of the derivation is a single directory that refers to all
9747 the packages, configuration files, and other supporting files needed to
9748 instantiate @var{os}.
9749 @end deffn
9750
9751 This procedure is provided by the @code{(gnu system)} module. Along
9752 with @code{(gnu services)} (@pxref{Services}), this module contains the
9753 guts of GuixSD. Make sure to visit it!
9754
9755
9756 @node operating-system Reference
9757 @subsection @code{operating-system} Reference
9758
9759 This section summarizes all the options available in
9760 @code{operating-system} declarations (@pxref{Using the Configuration
9761 System}).
9762
9763 @deftp {Data Type} operating-system
9764 This is the data type representing an operating system configuration.
9765 By that, we mean all the global system configuration, not per-user
9766 configuration (@pxref{Using the Configuration System}).
9767
9768 @table @asis
9769 @item @code{kernel} (default: @var{linux-libre})
9770 The package object of the operating system kernel to use@footnote{Currently
9771 only the Linux-libre kernel is supported. In the future, it will be
9772 possible to use the GNU@tie{}Hurd.}.
9773
9774 @item @code{kernel-arguments} (default: @code{'()})
9775 List of strings or gexps representing additional arguments to pass on
9776 the command-line of the kernel---e.g., @code{("console=ttyS0")}.
9777
9778 @item @code{bootloader}
9779 The system bootloader configuration object. @xref{Bootloader Configuration}.
9780
9781 @item @code{initrd-modules} (default: @code{%base-initrd-modules})
9782 @cindex initrd
9783 @cindex initial RAM disk
9784 The list of Linux kernel modules that need to be available in the
9785 initial RAM disk. @xref{Initial RAM Disk}.
9786
9787 @item @code{initrd} (default: @code{base-initrd})
9788 A monadic procedure that returns an initial RAM disk for the Linux
9789 kernel. This field is provided to support low-level customization and
9790 should rarely be needed for casual use. @xref{Initial RAM Disk}.
9791
9792 @item @code{firmware} (default: @var{%base-firmware})
9793 @cindex firmware
9794 List of firmware packages loadable by the operating system kernel.
9795
9796 The default includes firmware needed for Atheros- and Broadcom-based
9797 WiFi devices (Linux-libre modules @code{ath9k} and @code{b43-open},
9798 respectively). @xref{Hardware Considerations}, for more info on
9799 supported hardware.
9800
9801 @item @code{host-name}
9802 The host name.
9803
9804 @item @code{hosts-file}
9805 @cindex hosts file
9806 A file-like object (@pxref{G-Expressions, file-like objects}) for use as
9807 @file{/etc/hosts} (@pxref{Host Names,,, libc, The GNU C Library
9808 Reference Manual}). The default is a file with entries for
9809 @code{localhost} and @var{host-name}.
9810
9811 @item @code{mapped-devices} (default: @code{'()})
9812 A list of mapped devices. @xref{Mapped Devices}.
9813
9814 @item @code{file-systems}
9815 A list of file systems. @xref{File Systems}.
9816
9817 @item @code{swap-devices} (default: @code{'()})
9818 @cindex swap devices
9819 A list of strings identifying devices or files to be used for ``swap
9820 space'' (@pxref{Memory Concepts,,, libc, The GNU C Library Reference
9821 Manual}). For example, @code{'("/dev/sda3")} or @code{'("/swapfile")}.
9822 It is possible to specify a swap file in a file system on a mapped
9823 device, provided that the necessary device mapping and file system are
9824 also specified. @xref{Mapped Devices} and @ref{File Systems}.
9825
9826 @item @code{users} (default: @code{%base-user-accounts})
9827 @itemx @code{groups} (default: @var{%base-groups})
9828 List of user accounts and groups. @xref{User Accounts}.
9829
9830 If the @code{users} list lacks a user account with UID@tie{}0, a
9831 ``root'' account with UID@tie{}0 is automatically added.
9832
9833 @item @code{skeletons} (default: @code{(default-skeletons)})
9834 A list target file name/file-like object tuples (@pxref{G-Expressions,
9835 file-like objects}). These are the skeleton files that will be added to
9836 the home directory of newly-created user accounts.
9837
9838 For instance, a valid value may look like this:
9839
9840 @example
9841 `((".bashrc" ,(plain-file "bashrc" "echo Hello\n"))
9842 (".guile" ,(plain-file "guile"
9843 "(use-modules (ice-9 readline))
9844 (activate-readline)")))
9845 @end example
9846
9847 @item @code{issue} (default: @var{%default-issue})
9848 A string denoting the contents of the @file{/etc/issue} file, which is
9849 displayed when users log in on a text console.
9850
9851 @item @code{packages} (default: @var{%base-packages})
9852 The set of packages installed in the global profile, which is accessible
9853 at @file{/run/current-system/profile}.
9854
9855 The default set includes core utilities and it is good practice to
9856 install non-core utilities in user profiles (@pxref{Invoking guix
9857 package}).
9858
9859 @item @code{timezone}
9860 A timezone identifying string---e.g., @code{"Europe/Paris"}.
9861
9862 You can run the @command{tzselect} command to find out which timezone
9863 string corresponds to your region. Choosing an invalid timezone name
9864 causes @command{guix system} to fail.
9865
9866 @item @code{locale} (default: @code{"en_US.utf8"})
9867 The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
9868 Library Reference Manual}). @xref{Locales}, for more information.
9869
9870 @item @code{locale-definitions} (default: @var{%default-locale-definitions})
9871 The list of locale definitions to be compiled and that may be used at
9872 run time. @xref{Locales}.
9873
9874 @item @code{locale-libcs} (default: @code{(list @var{glibc})})
9875 The list of GNU@tie{}libc packages whose locale data and tools are used
9876 to build the locale definitions. @xref{Locales}, for compatibility
9877 considerations that justify this option.
9878
9879 @item @code{name-service-switch} (default: @var{%default-nss})
9880 Configuration of the libc name service switch (NSS)---a
9881 @code{<name-service-switch>} object. @xref{Name Service Switch}, for
9882 details.
9883
9884 @item @code{services} (default: @var{%base-services})
9885 A list of service objects denoting system services. @xref{Services}.
9886
9887 @item @code{pam-services} (default: @code{(base-pam-services)})
9888 @cindex PAM
9889 @cindex pluggable authentication modules
9890 Linux @dfn{pluggable authentication module} (PAM) services.
9891 @c FIXME: Add xref to PAM services section.
9892
9893 @item @code{setuid-programs} (default: @var{%setuid-programs})
9894 List of string-valued G-expressions denoting setuid programs.
9895 @xref{Setuid Programs}.
9896
9897 @item @code{sudoers-file} (default: @var{%sudoers-specification})
9898 @cindex sudoers file
9899 The contents of the @file{/etc/sudoers} file as a file-like object
9900 (@pxref{G-Expressions, @code{local-file} and @code{plain-file}}).
9901
9902 This file specifies which users can use the @command{sudo} command, what
9903 they are allowed to do, and what privileges they may gain. The default
9904 is that only @code{root} and members of the @code{wheel} group may use
9905 @code{sudo}.
9906
9907 @end table
9908 @end deftp
9909
9910 @node File Systems
9911 @subsection File Systems
9912
9913 The list of file systems to be mounted is specified in the
9914 @code{file-systems} field of the operating system declaration
9915 (@pxref{Using the Configuration System}). Each file system is declared
9916 using the @code{file-system} form, like this:
9917
9918 @example
9919 (file-system
9920 (mount-point "/home")
9921 (device "/dev/sda3")
9922 (type "ext4"))
9923 @end example
9924
9925 As usual, some of the fields are mandatory---those shown in the example
9926 above---while others can be omitted. These are described below.
9927
9928 @deftp {Data Type} file-system
9929 Objects of this type represent file systems to be mounted. They
9930 contain the following members:
9931
9932 @table @asis
9933 @item @code{type}
9934 This is a string specifying the type of the file system---e.g.,
9935 @code{"ext4"}.
9936
9937 @item @code{mount-point}
9938 This designates the place where the file system is to be mounted.
9939
9940 @item @code{device}
9941 This names the ``source'' of the file system. It can be one of three
9942 things: a file system label, a file system UUID, or the name of a
9943 @file{/dev} node. Labels and UUIDs offer a way to refer to file
9944 systems without having to hard-code their actual device
9945 name@footnote{Note that, while it is tempting to use
9946 @file{/dev/disk/by-uuid} and similar device names to achieve the same
9947 result, this is not recommended: These special device nodes are created
9948 by the udev daemon and may be unavailable at the time the device is
9949 mounted.}.
9950
9951 @findex file-system-label
9952 File system labels are created using the @code{file-system-label}
9953 procedure, UUIDs are created using @code{uuid}, and @file{/dev} node are
9954 plain strings. Here's an example of a file system referred to by its
9955 label, as shown by the @command{e2label} command:
9956
9957 @example
9958 (file-system
9959 (mount-point "/home")
9960 (type "ext4")
9961 (device (file-system-label "my-home")))
9962 @end example
9963
9964 @findex uuid
9965 UUIDs are converted from their string representation (as shown by the
9966 @command{tune2fs -l} command) using the @code{uuid} form@footnote{The
9967 @code{uuid} form expects 16-byte UUIDs as defined in
9968 @uref{https://tools.ietf.org/html/rfc4122, RFC@tie{}4122}. This is the
9969 form of UUID used by the ext2 family of file systems and others, but it
9970 is different from ``UUIDs'' found in FAT file systems, for instance.},
9971 like this:
9972
9973 @example
9974 (file-system
9975 (mount-point "/home")
9976 (type "ext4")
9977 (device (uuid "4dab5feb-d176-45de-b287-9b0a6e4c01cb")))
9978 @end example
9979
9980 When the source of a file system is a mapped device (@pxref{Mapped
9981 Devices}), its @code{device} field @emph{must} refer to the mapped
9982 device name---e.g., @file{"/dev/mapper/root-partition"}.
9983 This is required so that
9984 the system knows that mounting the file system depends on having the
9985 corresponding device mapping established.
9986
9987 @item @code{flags} (default: @code{'()})
9988 This is a list of symbols denoting mount flags. Recognized flags
9989 include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow
9990 access to special files), @code{no-suid} (ignore setuid and setgid
9991 bits), and @code{no-exec} (disallow program execution.)
9992
9993 @item @code{options} (default: @code{#f})
9994 This is either @code{#f}, or a string denoting mount options.
9995
9996 @item @code{mount?} (default: @code{#t})
9997 This value indicates whether to automatically mount the file system when
9998 the system is brought up. When set to @code{#f}, the file system gets
9999 an entry in @file{/etc/fstab} (read by the @command{mount} command) but
10000 is not automatically mounted.
10001
10002 @item @code{needed-for-boot?} (default: @code{#f})
10003 This Boolean value indicates whether the file system is needed when
10004 booting. If that is true, then the file system is mounted when the
10005 initial RAM disk (initrd) is loaded. This is always the case, for
10006 instance, for the root file system.
10007
10008 @item @code{check?} (default: @code{#t})
10009 This Boolean indicates whether the file system needs to be checked for
10010 errors before being mounted.
10011
10012 @item @code{create-mount-point?} (default: @code{#f})
10013 When true, the mount point is created if it does not exist yet.
10014
10015 @item @code{dependencies} (default: @code{'()})
10016 This is a list of @code{<file-system>} or @code{<mapped-device>} objects
10017 representing file systems that must be mounted or mapped devices that
10018 must be opened before (and unmounted or closed after) this one.
10019
10020 As an example, consider a hierarchy of mounts: @file{/sys/fs/cgroup} is
10021 a dependency of @file{/sys/fs/cgroup/cpu} and
10022 @file{/sys/fs/cgroup/memory}.
10023
10024 Another example is a file system that depends on a mapped device, for
10025 example for an encrypted partition (@pxref{Mapped Devices}).
10026 @end table
10027 @end deftp
10028
10029 The @code{(gnu system file-systems)} exports the following useful
10030 variables.
10031
10032 @defvr {Scheme Variable} %base-file-systems
10033 These are essential file systems that are required on normal systems,
10034 such as @var{%pseudo-terminal-file-system} and @var{%immutable-store} (see
10035 below.) Operating system declarations should always contain at least
10036 these.
10037 @end defvr
10038
10039 @defvr {Scheme Variable} %pseudo-terminal-file-system
10040 This is the file system to be mounted as @file{/dev/pts}. It supports
10041 @dfn{pseudo-terminals} created @i{via} @code{openpty} and similar
10042 functions (@pxref{Pseudo-Terminals,,, libc, The GNU C Library Reference
10043 Manual}). Pseudo-terminals are used by terminal emulators such as
10044 @command{xterm}.
10045 @end defvr
10046
10047 @defvr {Scheme Variable} %shared-memory-file-system
10048 This file system is mounted as @file{/dev/shm} and is used to support
10049 memory sharing across processes (@pxref{Memory-mapped I/O,
10050 @code{shm_open},, libc, The GNU C Library Reference Manual}).
10051 @end defvr
10052
10053 @defvr {Scheme Variable} %immutable-store
10054 This file system performs a read-only ``bind mount'' of
10055 @file{/gnu/store}, making it read-only for all the users including
10056 @code{root}. This prevents against accidental modification by software
10057 running as @code{root} or by system administrators.
10058
10059 The daemon itself is still able to write to the store: it remounts it
10060 read-write in its own ``name space.''
10061 @end defvr
10062
10063 @defvr {Scheme Variable} %binary-format-file-system
10064 The @code{binfmt_misc} file system, which allows handling of arbitrary
10065 executable file types to be delegated to user space. This requires the
10066 @code{binfmt.ko} kernel module to be loaded.
10067 @end defvr
10068
10069 @defvr {Scheme Variable} %fuse-control-file-system
10070 The @code{fusectl} file system, which allows unprivileged users to mount
10071 and unmount user-space FUSE file systems. This requires the
10072 @code{fuse.ko} kernel module to be loaded.
10073 @end defvr
10074
10075 @node Mapped Devices
10076 @subsection Mapped Devices
10077
10078 @cindex device mapping
10079 @cindex mapped devices
10080 The Linux kernel has a notion of @dfn{device mapping}: a block device,
10081 such as a hard disk partition, can be @dfn{mapped} into another device,
10082 usually in @code{/dev/mapper/},
10083 with additional processing over the data that flows through
10084 it@footnote{Note that the GNU@tie{}Hurd makes no difference between the
10085 concept of a ``mapped device'' and that of a file system: both boil down
10086 to @emph{translating} input/output operations made on a file to
10087 operations on its backing store. Thus, the Hurd implements mapped
10088 devices, like file systems, using the generic @dfn{translator} mechanism
10089 (@pxref{Translators,,, hurd, The GNU Hurd Reference Manual}).}. A
10090 typical example is encryption device mapping: all writes to the mapped
10091 device are encrypted, and all reads are deciphered, transparently.
10092 Guix extends this notion by considering any device or set of devices that
10093 are @dfn{transformed} in some way to create a new device; for instance,
10094 RAID devices are obtained by @dfn{assembling} several other devices, such
10095 as hard disks or partitions, into a new one that behaves as one partition.
10096 Other examples, not yet implemented, are LVM logical volumes.
10097
10098 Mapped devices are declared using the @code{mapped-device} form,
10099 defined as follows; for examples, see below.
10100
10101 @deftp {Data Type} mapped-device
10102 Objects of this type represent device mappings that will be made when
10103 the system boots up.
10104
10105 @table @code
10106 @item source
10107 This is either a string specifying the name of the block device to be mapped,
10108 such as @code{"/dev/sda3"}, or a list of such strings when several devices
10109 need to be assembled for creating a new one.
10110
10111 @item target
10112 This string specifies the name of the resulting mapped device. For
10113 kernel mappers such as encrypted devices of type @code{luks-device-mapping},
10114 specifying @code{"my-partition"} leads to the creation of
10115 the @code{"/dev/mapper/my-partition"} device.
10116 For RAID devices of type @code{raid-device-mapping}, the full device name
10117 such as @code{"/dev/md0"} needs to be given.
10118
10119 @item type
10120 This must be a @code{mapped-device-kind} object, which specifies how
10121 @var{source} is mapped to @var{target}.
10122 @end table
10123 @end deftp
10124
10125 @defvr {Scheme Variable} luks-device-mapping
10126 This defines LUKS block device encryption using the @command{cryptsetup}
10127 command from the package with the same name. It relies on the
10128 @code{dm-crypt} Linux kernel module.
10129 @end defvr
10130
10131 @defvr {Scheme Variable} raid-device-mapping
10132 This defines a RAID device, which is assembled using the @code{mdadm}
10133 command from the package with the same name. It requires a Linux kernel
10134 module for the appropriate RAID level to be loaded, such as @code{raid456}
10135 for RAID-4, RAID-5 or RAID-6, or @code{raid10} for RAID-10.
10136 @end defvr
10137
10138 @cindex disk encryption
10139 @cindex LUKS
10140 The following example specifies a mapping from @file{/dev/sda3} to
10141 @file{/dev/mapper/home} using LUKS---the
10142 @url{https://gitlab.com/cryptsetup/cryptsetup,Linux Unified Key Setup}, a
10143 standard mechanism for disk encryption.
10144 The @file{/dev/mapper/home}
10145 device can then be used as the @code{device} of a @code{file-system}
10146 declaration (@pxref{File Systems}).
10147
10148 @example
10149 (mapped-device
10150 (source "/dev/sda3")
10151 (target "home")
10152 (type luks-device-mapping))
10153 @end example
10154
10155 Alternatively, to become independent of device numbering, one may obtain
10156 the LUKS UUID (@dfn{unique identifier}) of the source device by a
10157 command like:
10158
10159 @example
10160 cryptsetup luksUUID /dev/sda3
10161 @end example
10162
10163 and use it as follows:
10164
10165 @example
10166 (mapped-device
10167 (source (uuid "cb67fc72-0d54-4c88-9d4b-b225f30b0f44"))
10168 (target "home")
10169 (type luks-device-mapping))
10170 @end example
10171
10172 @cindex swap encryption
10173 It is also desirable to encrypt swap space, since swap space may contain
10174 sensitive data. One way to accomplish that is to use a swap file in a
10175 file system on a device mapped via LUKS encryption. In this way, the
10176 swap file is encrypted because the entire device is encrypted.
10177 @xref{Preparing for Installation,,Disk Partitioning}, for an example.
10178
10179 A RAID device formed of the partitions @file{/dev/sda1} and @file{/dev/sdb1}
10180 may be declared as follows:
10181
10182 @example
10183 (mapped-device
10184 (source (list "/dev/sda1" "/dev/sdb1"))
10185 (target "/dev/md0")
10186 (type raid-device-mapping))
10187 @end example
10188
10189 The @file{/dev/md0} device can then be used as the @code{device} of a
10190 @code{file-system} declaration (@pxref{File Systems}).
10191 Note that the RAID level need not be given; it is chosen during the
10192 initial creation and formatting of the RAID device and is determined
10193 automatically later.
10194
10195
10196 @node User Accounts
10197 @subsection User Accounts
10198
10199 @cindex users
10200 @cindex accounts
10201 @cindex user accounts
10202 User accounts and groups are entirely managed through the
10203 @code{operating-system} declaration. They are specified with the
10204 @code{user-account} and @code{user-group} forms:
10205
10206 @example
10207 (user-account
10208 (name "alice")
10209 (group "users")
10210 (supplementary-groups '("wheel" ;allow use of sudo, etc.
10211 "audio" ;sound card
10212 "video" ;video devices such as webcams
10213 "cdrom")) ;the good ol' CD-ROM
10214 (comment "Bob's sister")
10215 (home-directory "/home/alice"))
10216 @end example
10217
10218 When booting or upon completion of @command{guix system reconfigure},
10219 the system ensures that only the user accounts and groups specified in
10220 the @code{operating-system} declaration exist, and with the specified
10221 properties. Thus, account or group creations or modifications made by
10222 directly invoking commands such as @command{useradd} are lost upon
10223 reconfiguration or reboot. This ensures that the system remains exactly
10224 as declared.
10225
10226 @deftp {Data Type} user-account
10227 Objects of this type represent user accounts. The following members may
10228 be specified:
10229
10230 @table @asis
10231 @item @code{name}
10232 The name of the user account.
10233
10234 @item @code{group}
10235 @cindex groups
10236 This is the name (a string) or identifier (a number) of the user group
10237 this account belongs to.
10238
10239 @item @code{supplementary-groups} (default: @code{'()})
10240 Optionally, this can be defined as a list of group names that this
10241 account belongs to.
10242
10243 @item @code{uid} (default: @code{#f})
10244 This is the user ID for this account (a number), or @code{#f}. In the
10245 latter case, a number is automatically chosen by the system when the
10246 account is created.
10247
10248 @item @code{comment} (default: @code{""})
10249 A comment about the account, such as the account owner's full name.
10250
10251 @item @code{home-directory}
10252 This is the name of the home directory for the account.
10253
10254 @item @code{create-home-directory?} (default: @code{#t})
10255 Indicates whether the home directory of this account should be created
10256 if it does not exist yet.
10257
10258 @item @code{shell} (default: Bash)
10259 This is a G-expression denoting the file name of a program to be used as
10260 the shell (@pxref{G-Expressions}).
10261
10262 @item @code{system?} (default: @code{#f})
10263 This Boolean value indicates whether the account is a ``system''
10264 account. System accounts are sometimes treated specially; for instance,
10265 graphical login managers do not list them.
10266
10267 @anchor{user-account-password}
10268 @item @code{password} (default: @code{#f})
10269 You would normally leave this field to @code{#f}, initialize user
10270 passwords as @code{root} with the @command{passwd} command, and then let
10271 users change it with @command{passwd}. Passwords set with
10272 @command{passwd} are of course preserved across reboot and
10273 reconfiguration.
10274
10275 If you @emph{do} want to have a preset password for an account, then
10276 this field must contain the encrypted password, as a string.
10277 @xref{crypt,,, libc, The GNU C Library Reference Manual}, for more information
10278 on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference
10279 Manual}, for information on Guile's @code{crypt} procedure.
10280
10281 @end table
10282 @end deftp
10283
10284 @cindex groups
10285 User group declarations are even simpler:
10286
10287 @example
10288 (user-group (name "students"))
10289 @end example
10290
10291 @deftp {Data Type} user-group
10292 This type is for, well, user groups. There are just a few fields:
10293
10294 @table @asis
10295 @item @code{name}
10296 The name of the group.
10297
10298 @item @code{id} (default: @code{#f})
10299 The group identifier (a number). If @code{#f}, a new number is
10300 automatically allocated when the group is created.
10301
10302 @item @code{system?} (default: @code{#f})
10303 This Boolean value indicates whether the group is a ``system'' group.
10304 System groups have low numerical IDs.
10305
10306 @item @code{password} (default: @code{#f})
10307 What, user groups can have a password? Well, apparently yes. Unless
10308 @code{#f}, this field specifies the password of the group.
10309
10310 @end table
10311 @end deftp
10312
10313 For convenience, a variable lists all the basic user groups one may
10314 expect:
10315
10316 @defvr {Scheme Variable} %base-groups
10317 This is the list of basic user groups that users and/or packages expect
10318 to be present on the system. This includes groups such as ``root'',
10319 ``wheel'', and ``users'', as well as groups used to control access to
10320 specific devices such as ``audio'', ``disk'', and ``cdrom''.
10321 @end defvr
10322
10323 @defvr {Scheme Variable} %base-user-accounts
10324 This is the list of basic system accounts that programs may expect to
10325 find on a GNU/Linux system, such as the ``nobody'' account.
10326
10327 Note that the ``root'' account is not included here. It is a
10328 special-case and is automatically added whether or not it is specified.
10329 @end defvr
10330
10331 @node Locales
10332 @subsection Locales
10333
10334 @cindex locale
10335 A @dfn{locale} defines cultural conventions for a particular language
10336 and region of the world (@pxref{Locales,,, libc, The GNU C Library
10337 Reference Manual}). Each locale has a name that typically has the form
10338 @code{@var{language}_@var{territory}.@var{codeset}}---e.g.,
10339 @code{fr_LU.utf8} designates the locale for the French language, with
10340 cultural conventions from Luxembourg, and using the UTF-8 encoding.
10341
10342 @cindex locale definition
10343 Usually, you will want to specify the default locale for the machine
10344 using the @code{locale} field of the @code{operating-system} declaration
10345 (@pxref{operating-system Reference, @code{locale}}).
10346
10347 The selected locale is automatically added to the @dfn{locale
10348 definitions} known to the system if needed, with its codeset inferred
10349 from its name---e.g., @code{bo_CN.utf8} will be assumed to use the
10350 @code{UTF-8} codeset. Additional locale definitions can be specified in
10351 the @code{locale-definitions} slot of @code{operating-system}---this is
10352 useful, for instance, if the codeset could not be inferred from the
10353 locale name. The default set of locale definitions includes some widely
10354 used locales, but not all the available locales, in order to save space.
10355
10356 For instance, to add the North Frisian locale for Germany, the value of
10357 that field may be:
10358
10359 @example
10360 (cons (locale-definition
10361 (name "fy_DE.utf8") (source "fy_DE"))
10362 %default-locale-definitions)
10363 @end example
10364
10365 Likewise, to save space, one might want @code{locale-definitions} to
10366 list only the locales that are actually used, as in:
10367
10368 @example
10369 (list (locale-definition
10370 (name "ja_JP.eucjp") (source "ja_JP")
10371 (charset "EUC-JP")))
10372 @end example
10373
10374 @vindex LOCPATH
10375 The compiled locale definitions are available at
10376 @file{/run/current-system/locale/X.Y}, where @code{X.Y} is the libc
10377 version, which is the default location where the GNU@tie{}libc provided
10378 by Guix looks for locale data. This can be overridden using the
10379 @code{LOCPATH} environment variable (@pxref{locales-and-locpath,
10380 @code{LOCPATH} and locale packages}).
10381
10382 The @code{locale-definition} form is provided by the @code{(gnu system
10383 locale)} module. Details are given below.
10384
10385 @deftp {Data Type} locale-definition
10386 This is the data type of a locale definition.
10387
10388 @table @asis
10389
10390 @item @code{name}
10391 The name of the locale. @xref{Locale Names,,, libc, The GNU C Library
10392 Reference Manual}, for more information on locale names.
10393
10394 @item @code{source}
10395 The name of the source for that locale. This is typically the
10396 @code{@var{language}_@var{territory}} part of the locale name.
10397
10398 @item @code{charset} (default: @code{"UTF-8"})
10399 The ``character set'' or ``code set'' for that locale,
10400 @uref{http://www.iana.org/assignments/character-sets, as defined by
10401 IANA}.
10402
10403 @end table
10404 @end deftp
10405
10406 @defvr {Scheme Variable} %default-locale-definitions
10407 A list of commonly used UTF-8 locales, used as the default
10408 value of the @code{locale-definitions} field of @code{operating-system}
10409 declarations.
10410
10411 @cindex locale name
10412 @cindex normalized codeset in locale names
10413 These locale definitions use the @dfn{normalized codeset} for the part
10414 that follows the dot in the name (@pxref{Using gettextized software,
10415 normalized codeset,, libc, The GNU C Library Reference Manual}). So for
10416 instance it has @code{uk_UA.utf8} but @emph{not}, say,
10417 @code{uk_UA.UTF-8}.
10418 @end defvr
10419
10420 @subsubsection Locale Data Compatibility Considerations
10421
10422 @cindex incompatibility, of locale data
10423 @code{operating-system} declarations provide a @code{locale-libcs} field
10424 to specify the GNU@tie{}libc packages that are used to compile locale
10425 declarations (@pxref{operating-system Reference}). ``Why would I
10426 care?'', you may ask. Well, it turns out that the binary format of
10427 locale data is occasionally incompatible from one libc version to
10428 another.
10429
10430 @c See <https://sourceware.org/ml/libc-alpha/2015-09/msg00575.html>
10431 @c and <https://lists.gnu.org/archive/html/guix-devel/2015-08/msg00737.html>.
10432 For instance, a program linked against libc version 2.21 is unable to
10433 read locale data produced with libc 2.22; worse, that program
10434 @emph{aborts} instead of simply ignoring the incompatible locale
10435 data@footnote{Versions 2.23 and later of GNU@tie{}libc will simply skip
10436 the incompatible locale data, which is already an improvement.}.
10437 Similarly, a program linked against libc 2.22 can read most, but not
10438 all, of the locale data from libc 2.21 (specifically, @code{LC_COLLATE}
10439 data is incompatible); thus calls to @code{setlocale} may fail, but
10440 programs will not abort.
10441
10442 The ``problem'' in GuixSD is that users have a lot of freedom: They can
10443 choose whether and when to upgrade software in their profiles, and might
10444 be using a libc version different from the one the system administrator
10445 used to build the system-wide locale data.
10446
10447 Fortunately, unprivileged users can also install their own locale data
10448 and define @var{GUIX_LOCPATH} accordingly (@pxref{locales-and-locpath,
10449 @code{GUIX_LOCPATH} and locale packages}).
10450
10451 Still, it is best if the system-wide locale data at
10452 @file{/run/current-system/locale} is built for all the libc versions
10453 actually in use on the system, so that all the programs can access
10454 it---this is especially crucial on a multi-user system. To do that, the
10455 administrator can specify several libc packages in the
10456 @code{locale-libcs} field of @code{operating-system}:
10457
10458 @example
10459 (use-package-modules base)
10460
10461 (operating-system
10462 ;; @dots{}
10463 (locale-libcs (list glibc-2.21 (canonical-package glibc))))
10464 @end example
10465
10466 This example would lead to a system containing locale definitions for
10467 both libc 2.21 and the current version of libc in
10468 @file{/run/current-system/locale}.
10469
10470
10471 @node Services
10472 @subsection Services
10473
10474 @cindex system services
10475 An important part of preparing an @code{operating-system} declaration is
10476 listing @dfn{system services} and their configuration (@pxref{Using the
10477 Configuration System}). System services are typically daemons launched
10478 when the system boots, or other actions needed at that time---e.g.,
10479 configuring network access.
10480
10481 GuixSD has a broad definition of ``service'' (@pxref{Service
10482 Composition}), but many services are managed by the GNU@tie{}Shepherd
10483 (@pxref{Shepherd Services}). On a running system, the @command{herd}
10484 command allows you to list the available services, show their status,
10485 start and stop them, or do other specific operations (@pxref{Jump
10486 Start,,, shepherd, The GNU Shepherd Manual}). For example:
10487
10488 @example
10489 # herd status
10490 @end example
10491
10492 The above command, run as @code{root}, lists the currently defined
10493 services. The @command{herd doc} command shows a synopsis of the given
10494 service:
10495
10496 @example
10497 # herd doc nscd
10498 Run libc's name service cache daemon (nscd).
10499 @end example
10500
10501 The @command{start}, @command{stop}, and @command{restart} sub-commands
10502 have the effect you would expect. For instance, the commands below stop
10503 the nscd service and restart the Xorg display server:
10504
10505 @example
10506 # herd stop nscd
10507 Service nscd has been stopped.
10508 # herd restart xorg-server
10509 Service xorg-server has been stopped.
10510 Service xorg-server has been started.
10511 @end example
10512
10513 The following sections document the available services, starting with
10514 the core services, that may be used in an @code{operating-system}
10515 declaration.
10516
10517 @menu
10518 * Base Services:: Essential system services.
10519 * Scheduled Job Execution:: The mcron service.
10520 * Log Rotation:: The rottlog service.
10521 * Networking Services:: Network setup, SSH daemon, etc.
10522 * X Window:: Graphical display.
10523 * Printing Services:: Local and remote printer support.
10524 * Desktop Services:: D-Bus and desktop services.
10525 * Sound Services:: ALSA and Pulseaudio services.
10526 * Database Services:: SQL databases, key-value stores, etc.
10527 * Mail Services:: IMAP, POP3, SMTP, and all that.
10528 * Messaging Services:: Messaging services.
10529 * Telephony Services:: Telephony services.
10530 * Monitoring Services:: Monitoring services.
10531 * Kerberos Services:: Kerberos services.
10532 * Web Services:: Web servers.
10533 * Certificate Services:: TLS certificates via Let's Encrypt.
10534 * DNS Services:: DNS daemons.
10535 * VPN Services:: VPN daemons.
10536 * Network File System:: NFS related services.
10537 * Continuous Integration:: The Cuirass service.
10538 * Power Management Services:: Extending battery life.
10539 * Audio Services:: The MPD.
10540 * Virtualization Services:: Virtualization services.
10541 * Version Control Services:: Providing remote access to Git repositories.
10542 * Game Services:: Game servers.
10543 * Miscellaneous Services:: Other services.
10544 @end menu
10545
10546 @node Base Services
10547 @subsubsection Base Services
10548
10549 The @code{(gnu services base)} module provides definitions for the basic
10550 services that one expects from the system. The services exported by
10551 this module are listed below.
10552
10553 @defvr {Scheme Variable} %base-services
10554 This variable contains a list of basic services (@pxref{Service Types
10555 and Services}, for more information on service objects) one would
10556 expect from the system: a login service (mingetty) on each tty, syslogd,
10557 the libc name service cache daemon (nscd), the udev device manager, and
10558 more.
10559
10560 This is the default value of the @code{services} field of
10561 @code{operating-system} declarations. Usually, when customizing a
10562 system, you will want to append services to @var{%base-services}, like
10563 this:
10564
10565 @example
10566 (cons* (avahi-service) (lsh-service) %base-services)
10567 @end example
10568 @end defvr
10569
10570 @defvr {Scheme Variable} special-files-service-type
10571 This is the service that sets up ``special files'' such as
10572 @file{/bin/sh}; an instance of it is part of @code{%base-services}.
10573
10574 The value associated with @code{special-files-service-type} services
10575 must be a list of tuples where the first element is the ``special file''
10576 and the second element is its target. By default it is:
10577
10578 @cindex @file{/bin/sh}
10579 @cindex @file{sh}, in @file{/bin}
10580 @example
10581 `(("/bin/sh" ,(file-append @var{bash} "/bin/sh")))
10582 @end example
10583
10584 @cindex @file{/usr/bin/env}
10585 @cindex @file{env}, in @file{/usr/bin}
10586 If you want to add, say, @code{/usr/bin/env} to your system, you can
10587 change it to:
10588
10589 @example
10590 `(("/bin/sh" ,(file-append @var{bash} "/bin/sh"))
10591 ("/usr/bin/env" ,(file-append @var{coreutils} "/bin/env")))
10592 @end example
10593
10594 Since this is part of @code{%base-services}, you can use
10595 @code{modify-services} to customize the set of special files
10596 (@pxref{Service Reference, @code{modify-services}}). But the simple way
10597 to add a special file is @i{via} the @code{extra-special-file} procedure
10598 (see below.)
10599 @end defvr
10600
10601 @deffn {Scheme Procedure} extra-special-file @var{file} @var{target}
10602 Use @var{target} as the ``special file'' @var{file}.
10603
10604 For example, adding the following lines to the @code{services} field of
10605 your operating system declaration leads to a @file{/usr/bin/env}
10606 symlink:
10607
10608 @example
10609 (extra-special-file "/usr/bin/env"
10610 (file-append coreutils "/bin/env"))
10611 @end example
10612 @end deffn
10613
10614 @deffn {Scheme Procedure} host-name-service @var{name}
10615 Return a service that sets the host name to @var{name}.
10616 @end deffn
10617
10618 @deffn {Scheme Procedure} login-service @var{config}
10619 Return a service to run login according to @var{config}, a
10620 @code{<login-configuration>} object, which specifies the message of the day,
10621 among other things.
10622 @end deffn
10623
10624 @deftp {Data Type} login-configuration
10625 This is the data type representing the configuration of login.
10626
10627 @table @asis
10628
10629 @item @code{motd}
10630 @cindex message of the day
10631 A file-like object containing the ``message of the day''.
10632
10633 @item @code{allow-empty-passwords?} (default: @code{#t})
10634 Allow empty passwords by default so that first-time users can log in when
10635 the 'root' account has just been created.
10636
10637 @end table
10638 @end deftp
10639
10640 @deffn {Scheme Procedure} mingetty-service @var{config}
10641 Return a service to run mingetty according to @var{config}, a
10642 @code{<mingetty-configuration>} object, which specifies the tty to run, among
10643 other things.
10644 @end deffn
10645
10646 @deftp {Data Type} mingetty-configuration
10647 This is the data type representing the configuration of Mingetty, which
10648 provides the default implementation of virtual console log-in.
10649
10650 @table @asis
10651
10652 @item @code{tty}
10653 The name of the console this Mingetty runs on---e.g., @code{"tty1"}.
10654
10655 @item @code{auto-login} (default: @code{#f})
10656 When true, this field must be a string denoting the user name under
10657 which the system automatically logs in. When it is @code{#f}, a
10658 user name and password must be entered to log in.
10659
10660 @item @code{login-program} (default: @code{#f})
10661 This must be either @code{#f}, in which case the default log-in program
10662 is used (@command{login} from the Shadow tool suite), or a gexp denoting
10663 the name of the log-in program.
10664
10665 @item @code{login-pause?} (default: @code{#f})
10666 When set to @code{#t} in conjunction with @var{auto-login}, the user
10667 will have to press a key before the log-in shell is launched.
10668
10669 @item @code{mingetty} (default: @var{mingetty})
10670 The Mingetty package to use.
10671
10672 @end table
10673 @end deftp
10674
10675 @deffn {Scheme Procedure} agetty-service @var{config}
10676 Return a service to run agetty according to @var{config}, an
10677 @code{<agetty-configuration>} object, which specifies the tty to run,
10678 among other things.
10679 @end deffn
10680
10681 @deftp {Data Type} agetty-configuration
10682 This is the data type representing the configuration of agetty, which
10683 implements virtual and serial console log-in. See the @code{agetty(8)}
10684 man page for more information.
10685
10686 @table @asis
10687
10688 @item @code{tty}
10689 The name of the console this agetty runs on, as a string---e.g.,
10690 @code{"ttyS0"}. This argument is optional, it will default to
10691 a reasonable default serial port used by the kernel Linux.
10692
10693 For this, if there is a value for an option @code{agetty.tty} in the kernel
10694 command line, agetty will extract the device name of the serial port
10695 from it and use that.
10696
10697 If not and if there is a value for an option @code{console} with a tty in
10698 the Linux command line, agetty will extract the device name of the
10699 serial port from it and use that.
10700
10701 In both cases, agetty will leave the other serial device settings
10702 (baud rate etc.) alone---in the hope that Linux pinned them to the
10703 correct values.
10704
10705 @item @code{baud-rate} (default: @code{#f})
10706 A string containing a comma-separated list of one or more baud rates, in
10707 descending order.
10708
10709 @item @code{term} (default: @code{#f})
10710 A string containing the value used for the @code{TERM} environment
10711 variable.
10712
10713 @item @code{eight-bits?} (default: @code{#f})
10714 When @code{#t}, the tty is assumed to be 8-bit clean, and parity detection is
10715 disabled.
10716
10717 @item @code{auto-login} (default: @code{#f})
10718 When passed a login name, as a string, the specified user will be logged
10719 in automatically without prompting for their login name or password.
10720
10721 @item @code{no-reset?} (default: @code{#f})
10722 When @code{#t}, don't reset terminal cflags (control modes).
10723
10724 @item @code{host} (default: @code{#f})
10725 This accepts a string containing the "login_host", which will be written
10726 into the @file{/var/run/utmpx} file.
10727
10728 @item @code{remote?} (default: @code{#f})
10729 When set to @code{#t} in conjunction with @var{host}, this will add an
10730 @code{-r} fakehost option to the command line of the login program
10731 specified in @var{login-program}.
10732
10733 @item @code{flow-control?} (default: @code{#f})
10734 When set to @code{#t}, enable hardware (RTS/CTS) flow control.
10735
10736 @item @code{no-issue?} (default: @code{#f})
10737 When set to @code{#t}, the contents of the @file{/etc/issue} file will
10738 not be displayed before presenting the login prompt.
10739
10740 @item @code{init-string} (default: @code{#f})
10741 This accepts a string that will be sent to the tty or modem before
10742 sending anything else. It can be used to initialize a modem.
10743
10744 @item @code{no-clear?} (default: @code{#f})
10745 When set to @code{#t}, agetty will not clear the screen before showing
10746 the login prompt.
10747
10748 @item @code{login-program} (default: (file-append shadow "/bin/login"))
10749 This must be either a gexp denoting the name of a log-in program, or
10750 unset, in which case the default value is the @command{login} from the
10751 Shadow tool suite.
10752
10753 @item @code{local-line} (default: @code{#f})
10754 Control the CLOCAL line flag. This accepts one of three symbols as
10755 arguments, @code{'auto}, @code{'always}, or @code{'never}. If @code{#f},
10756 the default value chosen by agetty is @code{'auto}.
10757
10758 @item @code{extract-baud?} (default: @code{#f})
10759 When set to @code{#t}, instruct agetty to try to extract the baud rate
10760 from the status messages produced by certain types of modems.
10761
10762 @item @code{skip-login?} (default: @code{#f})
10763 When set to @code{#t}, do not prompt the user for a login name. This
10764 can be used with @var{login-program} field to use non-standard login
10765 systems.
10766
10767 @item @code{no-newline?} (default: @code{#f})
10768 When set to @code{#t}, do not print a newline before printing the
10769 @file{/etc/issue} file.
10770
10771 @c Is this dangerous only when used with login-program, or always?
10772 @item @code{login-options} (default: @code{#f})
10773 This option accepts a string containing options that are passed to the
10774 login program. When used with the @var{login-program}, be aware that a
10775 malicious user could try to enter a login name containing embedded
10776 options that could be parsed by the login program.
10777
10778 @item @code{login-pause} (default: @code{#f})
10779 When set to @code{#t}, wait for any key before showing the login prompt.
10780 This can be used in conjunction with @var{auto-login} to save memory by
10781 lazily spawning shells.
10782
10783 @item @code{chroot} (default: @code{#f})
10784 Change root to the specified directory. This option accepts a directory
10785 path as a string.
10786
10787 @item @code{hangup?} (default: @code{#f})
10788 Use the Linux system call @code{vhangup} to do a virtual hangup of the
10789 specified terminal.
10790
10791 @item @code{keep-baud?} (default: @code{#f})
10792 When set to @code{#t}, try to keep the existing baud rate. The baud
10793 rates from @var{baud-rate} are used when agetty receives a @key{BREAK}
10794 character.
10795
10796 @item @code{timeout} (default: @code{#f})
10797 When set to an integer value, terminate if no user name could be read
10798 within @var{timeout} seconds.
10799
10800 @item @code{detect-case?} (default: @code{#f})
10801 When set to @code{#t}, turn on support for detecting an uppercase-only
10802 terminal. This setting will detect a login name containing only
10803 uppercase letters as indicating an uppercase-only terminal and turn on
10804 some upper-to-lower case conversions. Note that this will not support
10805 Unicode characters.
10806
10807 @item @code{wait-cr?} (default: @code{#f})
10808 When set to @code{#t}, wait for the user or modem to send a
10809 carriage-return or linefeed character before displaying
10810 @file{/etc/issue} or login prompt. This is typically used with the
10811 @var{init-string} option.
10812
10813 @item @code{no-hints?} (default: @code{#f})
10814 When set to @code{#t}, do not print hints about Num, Caps, and Scroll
10815 locks.
10816
10817 @item @code{no-hostname?} (default: @code{#f})
10818 By default, the hostname is printed. When this option is set to
10819 @code{#t}, no hostname will be shown at all.
10820
10821 @item @code{long-hostname?} (default: @code{#f})
10822 By default, the hostname is only printed until the first dot. When this
10823 option is set to @code{#t}, the fully qualified hostname by
10824 @code{gethostname} or @code{getaddrinfo} is shown.
10825
10826 @item @code{erase-characters} (default: @code{#f})
10827 This option accepts a string of additional characters that should be
10828 interpreted as backspace when the user types their login name.
10829
10830 @item @code{kill-characters} (default: @code{#f})
10831 This option accepts a string that should be interpreted to mean "ignore
10832 all previous characters" (also called a "kill" character) when the types
10833 their login name.
10834
10835 @item @code{chdir} (default: @code{#f})
10836 This option accepts, as a string, a directory path that will be changed
10837 to before login.
10838
10839 @item @code{delay} (default: @code{#f})
10840 This options accepts, as an integer, the number of seconds to sleep
10841 before opening the tty and displaying the login prompt.
10842
10843 @item @code{nice} (default: @code{#f})
10844 This option accepts, as an integer, the nice value with which to run the
10845 @command{login} program.
10846
10847 @item @code{extra-options} (default: @code{'()})
10848 This option provides an "escape hatch" for the user to provide arbitrary
10849 command-line arguments to @command{agetty} as a list of strings.
10850
10851 @end table
10852 @end deftp
10853
10854 @deffn {Scheme Procedure} kmscon-service-type @var{config}
10855 Return a service to run @uref{https://www.freedesktop.org/wiki/Software/kmscon,kmscon}
10856 according to @var{config}, a @code{<kmscon-configuration>} object, which
10857 specifies the tty to run, among other things.
10858 @end deffn
10859
10860 @deftp {Data Type} kmscon-configuration
10861 This is the data type representing the configuration of Kmscon, which
10862 implements virtual console log-in.
10863
10864 @table @asis
10865
10866 @item @code{virtual-terminal}
10867 The name of the console this Kmscon runs on---e.g., @code{"tty1"}.
10868
10869 @item @code{login-program} (default: @code{#~(string-append #$shadow "/bin/login")})
10870 A gexp denoting the name of the log-in program. The default log-in program is
10871 @command{login} from the Shadow tool suite.
10872
10873 @item @code{login-arguments} (default: @code{'("-p")})
10874 A list of arguments to pass to @command{login}.
10875
10876 @item @code{hardware-acceleration?} (default: #f)
10877 Whether to use hardware acceleration.
10878
10879 @item @code{kmscon} (default: @var{kmscon})
10880 The Kmscon package to use.
10881
10882 @end table
10883 @end deftp
10884
10885 @cindex name service cache daemon
10886 @cindex nscd
10887 @deffn {Scheme Procedure} nscd-service [@var{config}] [#:glibc glibc] @
10888 [#:name-services '()]
10889 Return a service that runs the libc name service cache daemon (nscd) with the
10890 given @var{config}---an @code{<nscd-configuration>} object. @xref{Name
10891 Service Switch}, for an example.
10892 @end deffn
10893
10894 @defvr {Scheme Variable} %nscd-default-configuration
10895 This is the default @code{<nscd-configuration>} value (see below) used
10896 by @code{nscd-service}. It uses the caches defined by
10897 @var{%nscd-default-caches}; see below.
10898 @end defvr
10899
10900 @deftp {Data Type} nscd-configuration
10901 This is the data type representing the name service cache daemon (nscd)
10902 configuration.
10903
10904 @table @asis
10905
10906 @item @code{name-services} (default: @code{'()})
10907 List of packages denoting @dfn{name services} that must be visible to
10908 the nscd---e.g., @code{(list @var{nss-mdns})}.
10909
10910 @item @code{glibc} (default: @var{glibc})
10911 Package object denoting the GNU C Library providing the @command{nscd}
10912 command.
10913
10914 @item @code{log-file} (default: @code{"/var/log/nscd.log"})
10915 Name of the nscd log file. This is where debugging output goes when
10916 @code{debug-level} is strictly positive.
10917
10918 @item @code{debug-level} (default: @code{0})
10919 Integer denoting the debugging levels. Higher numbers mean that more
10920 debugging output is logged.
10921
10922 @item @code{caches} (default: @var{%nscd-default-caches})
10923 List of @code{<nscd-cache>} objects denoting things to be cached; see
10924 below.
10925
10926 @end table
10927 @end deftp
10928
10929 @deftp {Data Type} nscd-cache
10930 Data type representing a cache database of nscd and its parameters.
10931
10932 @table @asis
10933
10934 @item @code{database}
10935 This is a symbol representing the name of the database to be cached.
10936 Valid values are @code{passwd}, @code{group}, @code{hosts}, and
10937 @code{services}, which designate the corresponding NSS database
10938 (@pxref{NSS Basics,,, libc, The GNU C Library Reference Manual}).
10939
10940 @item @code{positive-time-to-live}
10941 @itemx @code{negative-time-to-live} (default: @code{20})
10942 A number representing the number of seconds during which a positive or
10943 negative lookup result remains in cache.
10944
10945 @item @code{check-files?} (default: @code{#t})
10946 Whether to check for updates of the files corresponding to
10947 @var{database}.
10948
10949 For instance, when @var{database} is @code{hosts}, setting this flag
10950 instructs nscd to check for updates in @file{/etc/hosts} and to take
10951 them into account.
10952
10953 @item @code{persistent?} (default: @code{#t})
10954 Whether the cache should be stored persistently on disk.
10955
10956 @item @code{shared?} (default: @code{#t})
10957 Whether the cache should be shared among users.
10958
10959 @item @code{max-database-size} (default: 32@tie{}MiB)
10960 Maximum size in bytes of the database cache.
10961
10962 @c XXX: 'suggested-size' and 'auto-propagate?' seem to be expert
10963 @c settings, so leave them out.
10964
10965 @end table
10966 @end deftp
10967
10968 @defvr {Scheme Variable} %nscd-default-caches
10969 List of @code{<nscd-cache>} objects used by default by
10970 @code{nscd-configuration} (see above).
10971
10972 It enables persistent and aggressive caching of service and host name
10973 lookups. The latter provides better host name lookup performance,
10974 resilience in the face of unreliable name servers, and also better
10975 privacy---often the result of host name lookups is in local cache, so
10976 external name servers do not even need to be queried.
10977 @end defvr
10978
10979 @anchor{syslog-configuration-type}
10980 @cindex syslog
10981 @cindex logging
10982 @deftp {Data Type} syslog-configuration
10983 This data type represents the configuration of the syslog daemon.
10984
10985 @table @asis
10986 @item @code{syslogd} (default: @code{#~(string-append #$inetutils "/libexec/syslogd")})
10987 The syslog daemon to use.
10988
10989 @item @code{config-file} (default: @code{%default-syslog.conf})
10990 The syslog configuration file to use.
10991
10992 @end table
10993 @end deftp
10994
10995 @anchor{syslog-service}
10996 @cindex syslog
10997 @deffn {Scheme Procedure} syslog-service @var{config}
10998 Return a service that runs a syslog daemon according to @var{config}.
10999
11000 @xref{syslogd invocation,,, inetutils, GNU Inetutils}, for more
11001 information on the configuration file syntax.
11002 @end deffn
11003
11004 @anchor{guix-configuration-type}
11005 @deftp {Data Type} guix-configuration
11006 This data type represents the configuration of the Guix build daemon.
11007 @xref{Invoking guix-daemon}, for more information.
11008
11009 @table @asis
11010 @item @code{guix} (default: @var{guix})
11011 The Guix package to use.
11012
11013 @item @code{build-group} (default: @code{"guixbuild"})
11014 Name of the group for build user accounts.
11015
11016 @item @code{build-accounts} (default: @code{10})
11017 Number of build user accounts to create.
11018
11019 @item @code{authorize-key?} (default: @code{#t})
11020 @cindex substitutes, authorization thereof
11021 Whether to authorize the substitute keys listed in
11022 @code{authorized-keys}---by default that of @code{hydra.gnu.org}
11023 (@pxref{Substitutes}).
11024
11025 @vindex %default-authorized-guix-keys
11026 @item @code{authorized-keys} (default: @var{%default-authorized-guix-keys})
11027 The list of authorized key files for archive imports, as a list of
11028 string-valued gexps (@pxref{Invoking guix archive}). By default, it
11029 contains that of @code{hydra.gnu.org} (@pxref{Substitutes}).
11030
11031 @item @code{use-substitutes?} (default: @code{#t})
11032 Whether to use substitutes.
11033
11034 @item @code{substitute-urls} (default: @var{%default-substitute-urls})
11035 The list of URLs where to look for substitutes by default.
11036
11037 @item @code{max-silent-time} (default: @code{0})
11038 @itemx @code{timeout} (default: @code{0})
11039 The number of seconds of silence and the number of seconds of activity,
11040 respectively, after which a build process times out. A value of zero
11041 disables the timeout.
11042
11043 @item @code{log-compression} (default: @code{'bzip2})
11044 The type of compression used for build logs---one of @code{gzip},
11045 @code{bzip2}, or @code{none}.
11046
11047 @item @code{extra-options} (default: @code{'()})
11048 List of extra command-line options for @command{guix-daemon}.
11049
11050 @item @code{log-file} (default: @code{"/var/log/guix-daemon.log"})
11051 File where @command{guix-daemon}'s standard output and standard error
11052 are written.
11053
11054 @item @code{http-proxy} (default: @code{#f})
11055 The HTTP proxy used for downloading fixed-output derivations and
11056 substitutes.
11057
11058 @item @code{tmpdir} (default: @code{#f})
11059 A directory path where the @command{guix-daemon} will perform builds.
11060
11061 @end table
11062 @end deftp
11063
11064 @deffn {Scheme Procedure} guix-service @var{config}
11065 Return a service that runs the Guix build daemon according to
11066 @var{config}.
11067 @end deffn
11068
11069 @deffn {Scheme Procedure} udev-service [#:udev @var{eudev} #:rules @code{'()}]
11070 Run @var{udev}, which populates the @file{/dev} directory dynamically.
11071 udev rules can be provided as a list of files through the @var{rules}
11072 variable. The procedures @var{udev-rule} and @var{file->udev-rule} from
11073 @code{(gnu services base)} simplify the creation of such rule files.
11074
11075 @deffn {Scheme Procedure} udev-rule [@var{file-name} @var{contents}]
11076 Return a udev-rule file named @var{file-name} containing the rules
11077 defined by the @var{contents} literal.
11078
11079 In the following example, a rule for a USB device is defined to be
11080 stored in the file @file{90-usb-thing.rules}. The rule runs a script
11081 upon detecting a USB device with a given product identifier.
11082
11083 @example
11084 (define %example-udev-rule
11085 (udev-rule
11086 "90-usb-thing.rules"
11087 (string-append "ACTION==\"add\", SUBSYSTEM==\"usb\", "
11088 "ATTR@{product@}==\"Example\", "
11089 "RUN+=\"/path/to/script\"")))
11090 @end example
11091 @end deffn
11092
11093 Here we show how the default @var{udev-service} can be extended with it.
11094
11095 @example
11096 (operating-system
11097 ;; @dots{}
11098 (services
11099 (modify-services %desktop-services
11100 (udev-service-type config =>
11101 (udev-configuration (inherit config)
11102 (rules (append (udev-configuration-rules config)
11103 (list %example-udev-rule))))))))
11104 @end example
11105
11106 @deffn {Scheme Procedure} file->udev-rule [@var{file-name} @var{file}]
11107 Return a udev file named @var{file-name} containing the rules defined
11108 within @var{file}, a file-like object.
11109
11110 The following example showcases how we can use an existing rule file.
11111
11112 @example
11113 (use-modules (guix download) ;for url-fetch
11114 (guix packages) ;for origin
11115 ;; @dots{})
11116
11117 (define %android-udev-rules
11118 (file->udev-rule
11119 "51-android-udev.rules"
11120 (let ((version "20170910"))
11121 (origin
11122 (method url-fetch)
11123 (uri (string-append "https://raw.githubusercontent.com/M0Rf30/"
11124 "android-udev-rules/" version "/51-android.rules"))
11125 (sha256
11126 (base32 "0lmmagpyb6xsq6zcr2w1cyx9qmjqmajkvrdbhjx32gqf1d9is003"))))))
11127 @end example
11128 @end deffn
11129
11130 Additionally, Guix package definitions can be included in @var{rules} in
11131 order to extend the udev rules with the definitions found under their
11132 @file{lib/udev/rules.d} sub-directory. In lieu of the previous
11133 @var{file->udev-rule} example, we could have used the
11134 @var{android-udev-rules} package which exists in Guix in the @code{(gnu
11135 packages android)} module.
11136
11137 The following example shows how to use the @var{android-udev-rules}
11138 package so that the Android tool @command{adb} can detect devices
11139 without root privileges. It also details how to create the
11140 @code{adbusers} group, which is required for the proper functioning of
11141 the rules defined within the @var{android-udev-rules} package. To
11142 create such a group, we must define it both as part of the
11143 @var{supplementary-groups} of our @var{user-account} declaration, as
11144 well as in the @var{groups} field of the @var{operating-system} record.
11145
11146 @example
11147 (use-modules (gnu packages android) ;for android-udev-rules
11148 (gnu system shadow) ;for user-group
11149 ;; @dots{})
11150
11151 (operating-system
11152 ;; @dots{}
11153 (users (cons (user-acount
11154 ;; @dots{}
11155 (supplementary-groups
11156 '("adbusers" ;for adb
11157 "wheel" "netdev" "audio" "video"))
11158 ;; @dots{})))
11159
11160 (groups (cons (user-group (system? #t) (name "adbusers"))
11161 %base-groups))
11162
11163 ;; @dots{}
11164
11165 (services
11166 (modify-services %desktop-services
11167 (udev-service-type config =>
11168 (udev-configuration (inherit config)
11169 (rules (cons* android-udev-rules
11170 (udev-configuration-rules config))))))))
11171 @end example
11172 @end deffn
11173
11174 @defvr {Scheme Variable} urandom-seed-service-type
11175 Save some entropy in @var{%random-seed-file} to seed @file{/dev/urandom}
11176 when rebooting. It also tries to seed @file{/dev/urandom} from
11177 @file{/dev/hwrng} while booting, if @file{/dev/hwrng} exists and is
11178 readable.
11179 @end defvr
11180
11181 @defvr {Scheme Variable} %random-seed-file
11182 This is the name of the file where some random bytes are saved by
11183 @var{urandom-seed-service} to seed @file{/dev/urandom} when rebooting.
11184 It defaults to @file{/var/lib/random-seed}.
11185 @end defvr
11186
11187 @cindex keymap
11188 @cindex keyboard
11189 @deffn {Scheme Procedure} console-keymap-service @var{files} ...
11190 @cindex keyboard layout
11191 Return a service to load console keymaps from @var{files} using
11192 @command{loadkeys} command. Most likely, you want to load some default
11193 keymap, which can be done like this:
11194
11195 @example
11196 (console-keymap-service "dvorak")
11197 @end example
11198
11199 Or, for example, for a Swedish keyboard, you may need to combine
11200 the following keymaps:
11201 @example
11202 (console-keymap-service "se-lat6" "se-fi-lat6")
11203 @end example
11204
11205 Also you can specify a full file name (or file names) of your keymap(s).
11206 See @code{man loadkeys} for details.
11207
11208 @end deffn
11209
11210 @cindex mouse
11211 @cindex gpm
11212 @defvr {Scheme Variable} gpm-service-type
11213 This is the type of the service that runs GPM, the @dfn{general-purpose
11214 mouse daemon}, which provides mouse support to the Linux console. GPM
11215 allows users to use the mouse in the console, notably to select, copy,
11216 and paste text.
11217
11218 The value for services of this type must be a @code{gpm-configuration}
11219 (see below). This service is not part of @var{%base-services}.
11220 @end defvr
11221
11222 @deftp {Data Type} gpm-configuration
11223 Data type representing the configuration of GPM.
11224
11225 @table @asis
11226 @item @code{options} (default: @code{%default-gpm-options})
11227 Command-line options passed to @command{gpm}. The default set of
11228 options instruct @command{gpm} to listen to mouse events on
11229 @file{/dev/input/mice}. @xref{Command Line,,, gpm, gpm manual}, for
11230 more information.
11231
11232 @item @code{gpm} (default: @code{gpm})
11233 The GPM package to use.
11234
11235 @end table
11236 @end deftp
11237
11238 @anchor{guix-publish-service-type}
11239 @deffn {Scheme Variable} guix-publish-service-type
11240 This is the service type for @command{guix publish} (@pxref{Invoking
11241 guix publish}). Its value must be a @code{guix-configuration}
11242 object, as described below.
11243
11244 This assumes that @file{/etc/guix} already contains a signing key pair as
11245 created by @command{guix archive --generate-key} (@pxref{Invoking guix
11246 archive}). If that is not the case, the service will fail to start.
11247 @end deffn
11248
11249 @deftp {Data Type} guix-publish-configuration
11250 Data type representing the configuration of the @code{guix publish}
11251 service.
11252
11253 @table @asis
11254 @item @code{guix} (default: @code{guix})
11255 The Guix package to use.
11256
11257 @item @code{port} (default: @code{80})
11258 The TCP port to listen for connections.
11259
11260 @item @code{host} (default: @code{"localhost"})
11261 The host (and thus, network interface) to listen to. Use
11262 @code{"0.0.0.0"} to listen on all the network interfaces.
11263
11264 @item @code{compression-level} (default: @code{3})
11265 The gzip compression level at which substitutes are compressed. Use
11266 @code{0} to disable compression altogether, and @code{9} to get the best
11267 compression ratio at the expense of increased CPU usage.
11268
11269 @item @code{nar-path} (default: @code{"nar"})
11270 The URL path at which ``nars'' can be fetched. @xref{Invoking guix
11271 publish, @code{--nar-path}}, for details.
11272
11273 @item @code{cache} (default: @code{#f})
11274 When it is @code{#f}, disable caching and instead generate archives on
11275 demand. Otherwise, this should be the name of a directory---e.g.,
11276 @code{"/var/cache/guix/publish"}---where @command{guix publish} caches
11277 archives and meta-data ready to be sent. @xref{Invoking guix publish,
11278 @option{--cache}}, for more information on the tradeoffs involved.
11279
11280 @item @code{workers} (default: @code{#f})
11281 When it is an integer, this is the number of worker threads used for
11282 caching; when @code{#f}, the number of processors is used.
11283 @xref{Invoking guix publish, @option{--workers}}, for more information.
11284
11285 @item @code{ttl} (default: @code{#f})
11286 When it is an integer, this denotes the @dfn{time-to-live} in seconds
11287 of the published archives. @xref{Invoking guix publish, @option{--ttl}},
11288 for more information.
11289 @end table
11290 @end deftp
11291
11292 @anchor{rngd-service}
11293 @deffn {Scheme Procedure} rngd-service [#:rng-tools @var{rng-tools}] @
11294 [#:device "/dev/hwrng"]
11295 Return a service that runs the @command{rngd} program from @var{rng-tools}
11296 to add @var{device} to the kernel's entropy pool. The service will fail if
11297 @var{device} does not exist.
11298 @end deffn
11299
11300 @anchor{pam-limits-service}
11301 @cindex session limits
11302 @cindex ulimit
11303 @cindex priority
11304 @cindex realtime
11305 @cindex jackd
11306 @deffn {Scheme Procedure} pam-limits-service [#:limits @code{'()}]
11307
11308 Return a service that installs a configuration file for the
11309 @uref{http://linux-pam.org/Linux-PAM-html/sag-pam_limits.html,
11310 @code{pam_limits} module}. The procedure optionally takes a list of
11311 @code{pam-limits-entry} values, which can be used to specify
11312 @code{ulimit} limits and nice priority limits to user sessions.
11313
11314 The following limits definition sets two hard and soft limits for all
11315 login sessions of users in the @code{realtime} group:
11316
11317 @example
11318 (pam-limits-service
11319 (list
11320 (pam-limits-entry "@@realtime" 'both 'rtprio 99)
11321 (pam-limits-entry "@@realtime" 'both 'memlock 'unlimited)))
11322 @end example
11323
11324 The first entry increases the maximum realtime priority for
11325 non-privileged processes; the second entry lifts any restriction of the
11326 maximum address space that can be locked in memory. These settings are
11327 commonly used for real-time audio systems.
11328 @end deffn
11329
11330 @node Scheduled Job Execution
11331 @subsubsection Scheduled Job Execution
11332
11333 @cindex cron
11334 @cindex mcron
11335 @cindex scheduling jobs
11336 The @code{(gnu services mcron)} module provides an interface to
11337 GNU@tie{}mcron, a daemon to run jobs at scheduled times (@pxref{Top,,,
11338 mcron, GNU@tie{}mcron}). GNU@tie{}mcron is similar to the traditional
11339 Unix @command{cron} daemon; the main difference is that it is
11340 implemented in Guile Scheme, which provides a lot of flexibility when
11341 specifying the scheduling of jobs and their actions.
11342
11343 The example below defines an operating system that runs the
11344 @command{updatedb} (@pxref{Invoking updatedb,,, find, Finding Files})
11345 and the @command{guix gc} commands (@pxref{Invoking guix gc}) daily, as
11346 well as the @command{mkid} command on behalf of an unprivileged user
11347 (@pxref{mkid invocation,,, idutils, ID Database Utilities}). It uses
11348 gexps to introduce job definitions that are passed to mcron
11349 (@pxref{G-Expressions}).
11350
11351 @lisp
11352 (use-modules (guix) (gnu) (gnu services mcron))
11353 (use-package-modules base idutils)
11354
11355 (define updatedb-job
11356 ;; Run 'updatedb' at 3AM every day. Here we write the
11357 ;; job's action as a Scheme procedure.
11358 #~(job '(next-hour '(3))
11359 (lambda ()
11360 (execl (string-append #$findutils "/bin/updatedb")
11361 "updatedb"
11362 "--prunepaths=/tmp /var/tmp /gnu/store"))))
11363
11364 (define garbage-collector-job
11365 ;; Collect garbage 5 minutes after midnight every day.
11366 ;; The job's action is a shell command.
11367 #~(job "5 0 * * *" ;Vixie cron syntax
11368 "guix gc -F 1G"))
11369
11370 (define idutils-job
11371 ;; Update the index database as user "charlie" at 12:15PM
11372 ;; and 19:15PM. This runs from the user's home directory.
11373 #~(job '(next-minute-from (next-hour '(12 19)) '(15))
11374 (string-append #$idutils "/bin/mkid src")
11375 #:user "charlie"))
11376
11377 (operating-system
11378 ;; @dots{}
11379 (services (cons (mcron-service (list garbage-collector-job
11380 updatedb-job
11381 idutils-job))
11382 %base-services)))
11383 @end lisp
11384
11385 @xref{Guile Syntax, mcron job specifications,, mcron, GNU@tie{}mcron},
11386 for more information on mcron job specifications. Below is the
11387 reference of the mcron service.
11388
11389 On a running system, you can use the @code{schedule} action of the service to
11390 visualize the mcron jobs that will be executed next:
11391
11392 @example
11393 # herd schedule mcron
11394 @end example
11395
11396 @noindent
11397 The example above lists the next five tasks that will be executed, but you can
11398 also specify the number of tasks to display:
11399
11400 @example
11401 # herd schedule mcron 10
11402 @end example
11403
11404 @deffn {Scheme Procedure} mcron-service @var{jobs} [#:mcron @var{mcron}]
11405 Return an mcron service running @var{mcron} that schedules @var{jobs}, a
11406 list of gexps denoting mcron job specifications.
11407
11408 This is a shorthand for:
11409 @example
11410 (service mcron-service-type
11411 (mcron-configuration (mcron mcron) (jobs jobs)))
11412 @end example
11413 @end deffn
11414
11415 @defvr {Scheme Variable} mcron-service-type
11416 This is the type of the @code{mcron} service, whose value is an
11417 @code{mcron-configuration} object.
11418
11419 This service type can be the target of a service extension that provides
11420 it additional job specifications (@pxref{Service Composition}). In
11421 other words, it is possible to define services that provide additional
11422 mcron jobs to run.
11423 @end defvr
11424
11425 @deftp {Data Type} mcron-configuration
11426 Data type representing the configuration of mcron.
11427
11428 @table @asis
11429 @item @code{mcron} (default: @var{mcron})
11430 The mcron package to use.
11431
11432 @item @code{jobs}
11433 This is a list of gexps (@pxref{G-Expressions}), where each gexp
11434 corresponds to an mcron job specification (@pxref{Syntax, mcron job
11435 specifications,, mcron, GNU@tie{}mcron}).
11436 @end table
11437 @end deftp
11438
11439
11440 @node Log Rotation
11441 @subsubsection Log Rotation
11442
11443 @cindex rottlog
11444 @cindex log rotation
11445 @cindex logging
11446 Log files such as those found in @file{/var/log} tend to grow endlessly,
11447 so it's a good idea to @dfn{rotate} them once in a while---i.e., archive
11448 their contents in separate files, possibly compressed. The @code{(gnu
11449 services admin)} module provides an interface to GNU@tie{}Rot[t]log, a
11450 log rotation tool (@pxref{Top,,, rottlog, GNU Rot[t]log Manual}).
11451
11452 The example below defines an operating system that provides log rotation
11453 with the default settings, for commonly encountered log files.
11454
11455 @lisp
11456 (use-modules (guix) (gnu))
11457 (use-service-modules admin mcron)
11458 (use-package-modules base idutils)
11459
11460 (operating-system
11461 ;; @dots{}
11462 (services (cons (service rottlog-service-type)
11463 %base-services)))
11464 @end lisp
11465
11466 @defvr {Scheme Variable} rottlog-service-type
11467 This is the type of the Rottlog service, whose value is a
11468 @code{rottlog-configuration} object.
11469
11470 Other services can extend this one with new @code{log-rotation} objects
11471 (see below), thereby augmenting the set of files to be rotated.
11472
11473 This service type can define mcron jobs (@pxref{Scheduled Job
11474 Execution}) to run the rottlog service.
11475 @end defvr
11476
11477 @deftp {Data Type} rottlog-configuration
11478 Data type representing the configuration of rottlog.
11479
11480 @table @asis
11481 @item @code{rottlog} (default: @code{rottlog})
11482 The Rottlog package to use.
11483
11484 @item @code{rc-file} (default: @code{(file-append rottlog "/etc/rc")})
11485 The Rottlog configuration file to use (@pxref{Mandatory RC Variables,,,
11486 rottlog, GNU Rot[t]log Manual}).
11487
11488 @item @code{rotations} (default: @code{%default-rotations})
11489 A list of @code{log-rotation} objects as defined below.
11490
11491 @item @code{jobs}
11492 This is a list of gexps where each gexp corresponds to an mcron job
11493 specification (@pxref{Scheduled Job Execution}).
11494 @end table
11495 @end deftp
11496
11497 @deftp {Data Type} log-rotation
11498 Data type representing the rotation of a group of log files.
11499
11500 Taking an example from the Rottlog manual (@pxref{Period Related File
11501 Examples,,, rottlog, GNU Rot[t]log Manual}), a log rotation might be
11502 defined like this:
11503
11504 @example
11505 (log-rotation
11506 (frequency 'daily)
11507 (files '("/var/log/apache/*"))
11508 (options '("storedir apache-archives"
11509 "rotate 6"
11510 "notifempty"
11511 "nocompress")))
11512 @end example
11513
11514 The list of fields is as follows:
11515
11516 @table @asis
11517 @item @code{frequency} (default: @code{'weekly})
11518 The log rotation frequency, a symbol.
11519
11520 @item @code{files}
11521 The list of files or file glob patterns to rotate.
11522
11523 @item @code{options} (default: @code{'()})
11524 The list of rottlog options for this rotation (@pxref{Configuration
11525 parameters,,, rottlog, GNU Rot[t]lg Manual}).
11526
11527 @item @code{post-rotate} (default: @code{#f})
11528 Either @code{#f} or a gexp to execute once the rotation has completed.
11529 @end table
11530 @end deftp
11531
11532 @defvr {Scheme Variable} %default-rotations
11533 Specifies weekly rotation of @var{%rotated-files} and
11534 a couple of other files.
11535 @end defvr
11536
11537 @defvr {Scheme Variable} %rotated-files
11538 The list of syslog-controlled files to be rotated. By default it is:
11539 @code{'("/var/log/messages" "/var/log/secure")}.
11540 @end defvr
11541
11542 @node Networking Services
11543 @subsubsection Networking Services
11544
11545 The @code{(gnu services networking)} module provides services to configure
11546 the network interface.
11547
11548 @cindex DHCP, networking service
11549 @deffn {Scheme Procedure} dhcp-client-service [#:dhcp @var{isc-dhcp}]
11550 Return a service that runs @var{dhcp}, a Dynamic Host Configuration
11551 Protocol (DHCP) client, on all the non-loopback network interfaces.
11552 @end deffn
11553
11554 @deffn {Scheme Procedure} dhcpd-service-type
11555 This type defines a service that runs a DHCP daemon. To create a
11556 service of this type, you must supply a @code{<dhcpd-configuration>}.
11557 For example:
11558
11559 @example
11560 (service dhcpd-service-type
11561 (dhcpd-configuration
11562 (config-file (local-file "my-dhcpd.conf"))
11563 (interfaces '("enp0s25"))))
11564 @end example
11565 @end deffn
11566
11567 @deftp {Data Type} dhcpd-configuration
11568 @table @asis
11569 @item @code{package} (default: @code{isc-dhcp})
11570 The package that provides the DHCP daemon. This package is expected to
11571 provide the daemon at @file{sbin/dhcpd} relative to its output
11572 directory. The default package is the
11573 @uref{http://www.isc.org/products/DHCP, ISC's DHCP server}.
11574 @item @code{config-file} (default: @code{#f})
11575 The configuration file to use. This is required. It will be passed to
11576 @code{dhcpd} via its @code{-cf} option. This may be any ``file-like''
11577 object (@pxref{G-Expressions, file-like objects}). See @code{man
11578 dhcpd.conf} for details on the configuration file syntax.
11579 @item @code{version} (default: @code{"4"})
11580 The DHCP version to use. The ISC DHCP server supports the values ``4'',
11581 ``6'', and ``4o6''. These correspond to the @code{dhcpd} program
11582 options @code{-4}, @code{-6}, and @code{-4o6}. See @code{man dhcpd} for
11583 details.
11584 @item @code{run-directory} (default: @code{"/run/dhcpd"})
11585 The run directory to use. At service activation time, this directory
11586 will be created if it does not exist.
11587 @item @code{pid-file} (default: @code{"/run/dhcpd/dhcpd.pid"})
11588 The PID file to use. This corresponds to the @code{-pf} option of
11589 @code{dhcpd}. See @code{man dhcpd} for details.
11590 @item @code{interfaces} (default: @code{'()})
11591 The names of the network interfaces on which dhcpd should listen for
11592 broadcasts. If this list is not empty, then its elements (which must be
11593 strings) will be appended to the @code{dhcpd} invocation when starting
11594 the daemon. It may not be necessary to explicitly specify any
11595 interfaces here; see @code{man dhcpd} for details.
11596 @end table
11597 @end deftp
11598
11599 @defvr {Scheme Variable} static-networking-service-type
11600 This is the type for statically-configured network interfaces.
11601 @c TODO Document <static-networking> data structures.
11602 @end defvr
11603
11604 @deffn {Scheme Procedure} static-networking-service @var{interface} @var{ip} @
11605 [#:netmask #f] [#:gateway #f] [#:name-servers @code{'()}] @
11606 [#:requirement @code{'(udev)}]
11607 Return a service that starts @var{interface} with address @var{ip}. If
11608 @var{netmask} is true, use it as the network mask. If @var{gateway} is true,
11609 it must be a string specifying the default network gateway. @var{requirement}
11610 can be used to declare a dependency on another service before configuring the
11611 interface.
11612
11613 This procedure can be called several times, one for each network
11614 interface of interest. Behind the scenes what it does is extend
11615 @code{static-networking-service-type} with additional network interfaces
11616 to handle.
11617 @end deffn
11618
11619 @cindex wicd
11620 @cindex wireless
11621 @cindex WiFi
11622 @cindex network management
11623 @deffn {Scheme Procedure} wicd-service [#:wicd @var{wicd}]
11624 Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a network
11625 management daemon that aims to simplify wired and wireless networking.
11626
11627 This service adds the @var{wicd} package to the global profile, providing
11628 several commands to interact with the daemon and configure networking:
11629 @command{wicd-client}, a graphical user interface, and the @command{wicd-cli}
11630 and @command{wicd-curses} user interfaces.
11631 @end deffn
11632
11633 @cindex ModemManager
11634
11635 @defvr {Scheme Variable} modem-manager-service-type
11636 This is the service type for the
11637 @uref{https://wiki.gnome.org/Projects/ModemManager, ModemManager}
11638 service. The value for this service type is a
11639 @code{modem-manager-configuration} record.
11640
11641 This service is part of @code{%desktop-services} (@pxref{Desktop
11642 Services}).
11643 @end defvr
11644
11645 @deftp {Data Type} modem-manager-configuration
11646 Data type representing the configuration of ModemManager.
11647
11648 @table @asis
11649 @item @code{modem-manager} (default: @code{modem-manager})
11650 The ModemManager package to use.
11651
11652 @end table
11653 @end deftp
11654
11655 @cindex NetworkManager
11656
11657 @defvr {Scheme Variable} network-manager-service-type
11658 This is the service type for the
11659 @uref{https://wiki.gnome.org/Projects/NetworkManager, NetworkManager}
11660 service. The value for this service type is a
11661 @code{network-manager-configuration} record.
11662
11663 This service is part of @code{%desktop-services} (@pxref{Desktop
11664 Services}).
11665 @end defvr
11666
11667 @deftp {Data Type} network-manager-configuration
11668 Data type representing the configuration of NetworkManager.
11669
11670 @table @asis
11671 @item @code{network-manager} (default: @code{network-manager})
11672 The NetworkManager package to use.
11673
11674 @item @code{dns} (default: @code{"default"})
11675 Processing mode for DNS, which affects how NetworkManager uses the
11676 @code{resolv.conf} configuration file.
11677
11678 @table @samp
11679 @item default
11680 NetworkManager will update @code{resolv.conf} to reflect the nameservers
11681 provided by currently active connections.
11682
11683 @item dnsmasq
11684 NetworkManager will run @code{dnsmasq} as a local caching nameserver,
11685 using a "split DNS" configuration if you are connected to a VPN, and
11686 then update @code{resolv.conf} to point to the local nameserver.
11687
11688 @item none
11689 NetworkManager will not modify @code{resolv.conf}.
11690 @end table
11691
11692 @item @code{vpn-plugins} (default: @code{'()})
11693 This is the list of available plugins for virtual private networks
11694 (VPNs). An example of this is the @code{network-manager-openvpn}
11695 package, which allows NetworkManager to manage VPNs @i{via} OpenVPN.
11696
11697 @end table
11698 @end deftp
11699
11700 @cindex Connman
11701 @deffn {Scheme Variable} connman-service-type
11702 This is the service type to run @url{https://01.org/connman,Connman},
11703 a network connection manager.
11704
11705 Its value must be an
11706 @code{connman-configuration} record as in this example:
11707
11708 @example
11709 (service connman-service-type
11710 (connman-configuration
11711 (disable-vpn? #t)))
11712 @end example
11713
11714 See below for details about @code{connman-configuration}.
11715 @end deffn
11716
11717 @deftp {Data Type} connman-configuration
11718 Data Type representing the configuration of connman.
11719
11720 @table @asis
11721 @item @code{connman} (default: @var{connman})
11722 The connman package to use.
11723
11724 @item @code{disable-vpn?} (default: @code{#f})
11725 When true, enable connman's vpn plugin.
11726 @end table
11727 @end deftp
11728
11729 @cindex WPA Supplicant
11730 @defvr {Scheme Variable} wpa-supplicant-service-type
11731 This is the service type to run @url{https://w1.fi/wpa_supplicant/,WPA
11732 supplicant}, an authentication daemon required to authenticate against
11733 encrypted WiFi or ethernet networks. It is configured to listen for
11734 requests on D-Bus.
11735
11736 The value of this service is the @code{wpa-supplicant} package to use.
11737 Thus, it can be instantiated like this:
11738
11739 @lisp
11740 (use-modules (gnu services networking))
11741
11742 (service wpa-supplicant-service-type)
11743 @end lisp
11744 @end defvr
11745
11746 @cindex iptables
11747 @defvr {Scheme Variable} iptables-service-type
11748 This is the service type to set up an iptables configuration. iptables is a
11749 packet filtering framework supported by the Linux kernel. This service
11750 supports configuring iptables for both IPv4 and IPv6. A simple example
11751 configuration rejecting all incoming connections except those to the ssh port
11752 22 is shown below.
11753
11754 @lisp
11755 (service iptables-service-type
11756 (iptables-configuration
11757 (ipv4-rules (plain-file "iptables.rules" "*filter
11758 :INPUT ACCEPT
11759 :FORWARD ACCEPT
11760 :OUTPUT ACCEPT
11761 -A INPUT -p tcp --dport 22 -j ACCEPT
11762 -A INPUT -j REJECT --reject-with icmp-port-unreachable
11763 COMMIT
11764 "))
11765 (ipv6-rules (plain-file "ip6tables.rules" "*filter
11766 :INPUT ACCEPT
11767 :FORWARD ACCEPT
11768 :OUTPUT ACCEPT
11769 -A INPUT -p tcp --dport 22 -j ACCEPT
11770 -A INPUT -j REJECT --reject-with icmp6-port-unreachable
11771 COMMIT
11772 "))))
11773 @end lisp
11774 @end defvr
11775
11776 @deftp {Data Type} iptables-configuration
11777 The data type representing the configuration of iptables.
11778
11779 @table @asis
11780 @item @code{iptables} (default: @code{iptables})
11781 The iptables package that provides @code{iptables-restore} and
11782 @code{ip6tables-restore}.
11783 @item @code{ipv4-rules} (default: @code{%iptables-accept-all-rules})
11784 The iptables rules to use. It will be passed to @code{iptables-restore}.
11785 This may be any ``file-like'' object (@pxref{G-Expressions, file-like
11786 objects}).
11787 @item @code{ipv6-rules} (default: @code{%iptables-accept-all-rules})
11788 The ip6tables rules to use. It will be passed to @code{ip6tables-restore}.
11789 This may be any ``file-like'' object (@pxref{G-Expressions, file-like
11790 objects}).
11791 @end table
11792 @end deftp
11793
11794 @cindex NTP
11795 @cindex real time clock
11796 @deffn {Scheme Procedure} ntp-service [#:ntp @var{ntp}] @
11797 [#:servers @var{%ntp-servers}] @
11798 [#:allow-large-adjustment? #f]
11799 Return a service that runs the daemon from @var{ntp}, the
11800 @uref{http://www.ntp.org, Network Time Protocol package}. The daemon will
11801 keep the system clock synchronized with that of @var{servers}.
11802 @var{allow-large-adjustment?} determines whether @command{ntpd} is allowed to
11803 make an initial adjustment of more than 1,000 seconds.
11804 @end deffn
11805
11806 @defvr {Scheme Variable} %ntp-servers
11807 List of host names used as the default NTP servers.
11808 @end defvr
11809
11810 @cindex OpenNTPD
11811 @deffn {Scheme Procedure} openntpd-service-type
11812 Run the @command{ntpd}, the Network Time Protocol (NTP) daemon, as implemented
11813 by @uref{http://www.openntpd.org, OpenNTPD}. The daemon will keep the system
11814 clock synchronized with that of the given servers.
11815
11816 @example
11817 (service
11818 openntpd-service-type
11819 (openntpd-configuration
11820 (listen-on '("127.0.0.1" "::1"))
11821 (sensor '("udcf0 correction 70000"))
11822 (constraint-from '("www.gnu.org"))
11823 (constraints-from '("https://www.google.com/"))
11824 (allow-large-adjustment? #t)))
11825
11826 @end example
11827 @end deffn
11828
11829 @deftp {Data Type} openntpd-configuration
11830 @table @asis
11831 @item @code{openntpd} (default: @code{(file-append openntpd "/sbin/ntpd")})
11832 The openntpd executable to use.
11833 @item @code{listen-on} (default: @code{'("127.0.0.1" "::1")})
11834 A list of local IP addresses or hostnames the ntpd daemon should listen on.
11835 @item @code{query-from} (default: @code{'()})
11836 A list of local IP address the ntpd daemon should use for outgoing queries.
11837 @item @code{sensor} (default: @code{'()})
11838 Specify a list of timedelta sensor devices ntpd should use. @code{ntpd}
11839 will listen to each sensor that acutally exists and ignore non-existant ones.
11840 See @uref{https://man.openbsd.org/ntpd.conf, upstream documentation} for more
11841 information.
11842 @item @code{server} (default: @var{%ntp-servers})
11843 Specify a list of IP addresses or hostnames of NTP servers to synchronize to.
11844 @item @code{servers} (default: @code{'()})
11845 Specify a list of IP addresses or hostnames of NTP pools to synchronize to.
11846 @item @code{constraint-from} (default: @code{'()})
11847 @code{ntpd} can be configured to query the ‘Date’ from trusted HTTPS servers via TLS.
11848 This time information is not used for precision but acts as an authenticated
11849 constraint, thereby reducing the impact of unauthenticated NTP
11850 man-in-the-middle attacks.
11851 Specify a list of URLs, IP addresses or hostnames of HTTPS servers to provide
11852 a constraint.
11853 @item @code{constraints-from} (default: @code{'()})
11854 As with constraint from, specify a list of URLs, IP addresses or hostnames of
11855 HTTPS servers to provide a constraint. Should the hostname resolve to multiple
11856 IP addresses, @code{ntpd} will calculate a median constraint from all of them.
11857 @item @code{allow-large-adjustment?} (default: @code{#f})
11858 Determines if @code{ntpd} is allowed to make an initial adjustment of more
11859 than 180 seconds.
11860 @end table
11861 @end deftp
11862
11863 @cindex inetd
11864 @deffn {Scheme variable} inetd-service-type
11865 This service runs the @command{inetd} (@pxref{inetd invocation,,,
11866 inetutils, GNU Inetutils}) daemon. @command{inetd} listens for
11867 connections on internet sockets, and lazily starts the specified server
11868 program when a connection is made on one of these sockets.
11869
11870 The value of this service is an @code{inetd-configuration} object. The
11871 following example configures the @command{inetd} daemon to provide the
11872 built-in @command{echo} service, as well as an smtp service which
11873 forwards smtp traffic over ssh to a server @code{smtp-server} behind a
11874 gateway @code{hostname}:
11875
11876 @example
11877 (service
11878 inetd-service-type
11879 (inetd-configuration
11880 (entries (list
11881 (inetd-entry
11882 (name "echo")
11883 (socket-type 'stream)
11884 (protocol "tcp")
11885 (wait? #f)
11886 (user "root"))
11887 (inetd-entry
11888 (node "127.0.0.1")
11889 (name "smtp")
11890 (socket-type 'stream)
11891 (protocol "tcp")
11892 (wait? #f)
11893 (user "root")
11894 (program (file-append openssh "/bin/ssh"))
11895 (arguments
11896 '("ssh" "-qT" "-i" "/path/to/ssh_key"
11897 "-W" "smtp-server:25" "user@@hostname")))))
11898 @end example
11899
11900 See below for more details about @code{inetd-configuration}.
11901 @end deffn
11902
11903 @deftp {Data Type} inetd-configuration
11904 Data type representing the configuration of @command{inetd}.
11905
11906 @table @asis
11907 @item @code{program} (default: @code{(file-append inetutils "/libexec/inetd")})
11908 The @command{inetd} executable to use.
11909
11910 @item @code{entries} (default: @code{'()})
11911 A list of @command{inetd} service entries. Each entry should be created
11912 by the @code{inetd-entry} constructor.
11913 @end table
11914 @end deftp
11915
11916 @deftp {Data Type} inetd-entry
11917 Data type representing an entry in the @command{inetd} configuration.
11918 Each entry corresponds to a socket where @command{inetd} will listen for
11919 requests.
11920
11921 @table @asis
11922 @item @code{node} (default: @code{#f})
11923 Optional string, a comma-separated list of local addresses
11924 @command{inetd} should use when listening for this service.
11925 @xref{Configuration file,,, inetutils, GNU Inetutils} for a complete
11926 description of all options.
11927 @item @code{name}
11928 A string, the name must correspond to an entry in @code{/etc/services}.
11929 @item @code{socket-type}
11930 One of @code{'stream}, @code{'dgram}, @code{'raw}, @code{'rdm} or
11931 @code{'seqpacket}.
11932 @item @code{protocol}
11933 A string, must correspond to an entry in @code{/etc/protocols}.
11934 @item @code{wait?} (default: @code{#t})
11935 Whether @command{inetd} should wait for the server to exit before
11936 listening to new service requests.
11937 @item @code{user}
11938 A string containing the user (and, optionally, group) name of the user
11939 as whom the server should run. The group name can be specified in a
11940 suffix, separated by a colon or period, i.e. @code{"user"},
11941 @code{"user:group"} or @code{"user.group"}.
11942 @item @code{program} (default: @code{"internal"})
11943 The server program which will serve the requests, or @code{"internal"}
11944 if @command{inetd} should use a built-in service.
11945 @item @code{arguments} (default: @code{'()})
11946 A list strings or file-like objects, which are the server program's
11947 arguments, starting with the zeroth argument, i.e. the name of the
11948 program itself. For @command{inetd}'s internal services, this entry
11949 must be @code{'()} or @code{'("internal")}.
11950 @end table
11951
11952 @xref{Configuration file,,, inetutils, GNU Inetutils} for a more
11953 detailed discussion of each configuration field.
11954 @end deftp
11955
11956 @cindex Tor
11957 @defvr {Scheme Variable} tor-service-type
11958 This is the type for a service that runs the @uref{https://torproject.org,
11959 Tor} anonymous networking daemon. The service is configured using a
11960 @code{<tor-configuration>} record. By default, the Tor daemon runs as the
11961 @code{tor} unprivileged user, which is a member of the @code{tor} group.
11962
11963 @end defvr
11964
11965 @deffn {Scheme Procedure} tor-service [@var{config-file}] [#:tor @var{tor}]
11966 This procedure is deprecated and will be removed in a future release. Return
11967 a service of the @code{tor-service-type} type. @var{config-file} and
11968 @var{tor} have the same meaning as in @code{<tor-configuration>}.
11969 @end deffn
11970
11971 @deftp {Data Type} tor-configuration
11972 @table @asis
11973 @item @code{tor} (default: @code{tor})
11974 The package that provides the Tor daemon. This package is expected to provide
11975 the daemon at @file{bin/tor} relative to its output directory. The default
11976 package is the @uref{https://www.torproject.org, Tor Project's}
11977 implementation.
11978
11979 @item @code{config-file} (default: @code{(plain-file "empty" "")})
11980 The configuration file to use. It will be appended to a default configuration
11981 file, and the final configuration file will be passed to @code{tor} via its
11982 @code{-f} option. This may be any ``file-like'' object (@pxref{G-Expressions,
11983 file-like objects}). See @code{man tor} for details on the configuration file
11984 syntax.
11985
11986 @item @code{hidden-services} (default: @code{'()})
11987 The list of @code{<hidden-service>} records to use. For any hidden service
11988 you include in this list, appropriate configuration to enable the hidden
11989 service will be automatically added to the default configuration file. You
11990 may conveniently create @code{<hidden-service>} records using the
11991 @code{tor-hidden-service} procedure described below.
11992
11993 @item @code{socks-socket-type} (default: @code{'tcp})
11994 The default socket type that Tor should use for its SOCKS socket. This must
11995 be either @code{'tcp} or @code{'unix}. If it is @code{'tcp}, then by default
11996 Tor will listen on TCP port 9050 on the loopback interface (i.e., localhost).
11997 If it is @code{'unix}, then Tor will listen on the UNIX domain socket
11998 @file{/var/run/tor/socks-sock}, which will be made writable by members of the
11999 @code{tor} group.
12000
12001 If you want to customize the SOCKS socket in more detail, leave
12002 @code{socks-socket-type} at its default value of @code{'tcp} and use
12003 @code{config-file} to override the default by providing your own
12004 @code{SocksPort} option.
12005 @end table
12006 @end deftp
12007
12008 @cindex hidden service
12009 @deffn {Scheme Procedure} tor-hidden-service @var{name} @var{mapping}
12010 Define a new Tor @dfn{hidden service} called @var{name} and implementing
12011 @var{mapping}. @var{mapping} is a list of port/host tuples, such as:
12012
12013 @example
12014 '((22 "127.0.0.1:22")
12015 (80 "127.0.0.1:8080"))
12016 @end example
12017
12018 In this example, port 22 of the hidden service is mapped to local port 22, and
12019 port 80 is mapped to local port 8080.
12020
12021 This creates a @file{/var/lib/tor/hidden-services/@var{name}} directory, where
12022 the @file{hostname} file contains the @code{.onion} host name for the hidden
12023 service.
12024
12025 See @uref{https://www.torproject.org/docs/tor-hidden-service.html.en, the Tor
12026 project's documentation} for more information.
12027 @end deffn
12028
12029 The @code{(gnu services rsync)} module provides the following services:
12030
12031 You might want an rsync daemon if you have files that you want available
12032 so anyone (or just yourself) can download existing files or upload new
12033 files.
12034
12035 @deffn {Scheme Variable} rsync-service-type
12036 This is the type for the @uref{https://rsync.samba.org, rsync} rsync daemon,
12037 @command{rsync-configuration} record as in this example:
12038
12039 @example
12040 (service rsync-service-type)
12041 @end example
12042
12043 See below for details about @code{rsync-configuration}.
12044 @end deffn
12045
12046 @deftp {Data Type} rsync-configuration
12047 Data type representing the configuration for @code{rsync-service}.
12048
12049 @table @asis
12050 @item @code{package} (default: @var{rsync})
12051 @code{rsync} package to use.
12052
12053 @item @code{port-number} (default: @code{873})
12054 TCP port on which @command{rsync} listens for incoming connections. If port
12055 is less than @code{1024} @command{rsync} needs to be started as the
12056 @code{root} user and group.
12057
12058 @item @code{pid-file} (default: @code{"/var/run/rsyncd/rsyncd.pid"})
12059 Name of the file where @command{rsync} writes its PID.
12060
12061 @item @code{lock-file} (default: @code{"/var/run/rsyncd/rsyncd.lock"})
12062 Name of the file where @command{rsync} writes its lock file.
12063
12064 @item @code{log-file} (default: @code{"/var/log/rsyncd.log"})
12065 Name of the file where @command{rsync} writes its log file.
12066
12067 @item @code{use-chroot?} (default: @var{#t})
12068 Whether to use chroot for @command{rsync} shared directory.
12069
12070 @item @code{share-path} (default: @file{/srv/rsync})
12071 Location of the @command{rsync} shared directory.
12072
12073 @item @code{share-comment} (default: @code{"Rsync share"})
12074 Comment of the @command{rsync} shared directory.
12075
12076 @item @code{read-only?} (default: @var{#f})
12077 Read-write permissions to shared directory.
12078
12079 @item @code{timeout} (default: @code{300})
12080 I/O timeout in seconds.
12081
12082 @item @code{user} (default: @var{"root"})
12083 Owner of the @code{rsync} process.
12084
12085 @item @code{group} (default: @var{"root"})
12086 Group of the @code{rsync} process.
12087
12088 @item @code{uid} (default: @var{"rsyncd"})
12089 User name or user ID that file transfers to and from that module should take
12090 place as when the daemon was run as @code{root}.
12091
12092 @item @code{gid} (default: @var{"rsyncd"})
12093 Group name or group ID that will be used when accessing the module.
12094
12095 @end table
12096 @end deftp
12097
12098 Furthermore, @code{(gnu services ssh)} provides the following services.
12099 @cindex SSH
12100 @cindex SSH server
12101
12102 @deffn {Scheme Procedure} lsh-service [#:host-key "/etc/lsh/host-key"] @
12103 [#:daemonic? #t] [#:interfaces '()] [#:port-number 22] @
12104 [#:allow-empty-passwords? #f] [#:root-login? #f] @
12105 [#:syslog-output? #t] [#:x11-forwarding? #t] @
12106 [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @
12107 [#:public-key-authentication? #t] [#:initialize? #t]
12108 Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}.
12109 @var{host-key} must designate a file containing the host key, and readable
12110 only by root.
12111
12112 When @var{daemonic?} is true, @command{lshd} will detach from the
12113 controlling terminal and log its output to syslogd, unless one sets
12114 @var{syslog-output?} to false. Obviously, it also makes lsh-service
12115 depend on existence of syslogd service. When @var{pid-file?} is true,
12116 @command{lshd} writes its PID to the file called @var{pid-file}.
12117
12118 When @var{initialize?} is true, automatically create the seed and host key
12119 upon service activation if they do not exist yet. This may take long and
12120 require interaction.
12121
12122 When @var{initialize?} is false, it is up to the user to initialize the
12123 randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create
12124 a key pair with the private key stored in file @var{host-key} (@pxref{lshd
12125 basics,,, lsh, LSH Manual}).
12126
12127 When @var{interfaces} is empty, lshd listens for connections on all the
12128 network interfaces; otherwise, @var{interfaces} must be a list of host names
12129 or addresses.
12130
12131 @var{allow-empty-passwords?} specifies whether to accept log-ins with empty
12132 passwords, and @var{root-login?} specifies whether to accept log-ins as
12133 root.
12134
12135 The other options should be self-descriptive.
12136 @end deffn
12137
12138 @cindex SSH
12139 @cindex SSH server
12140 @deffn {Scheme Variable} openssh-service-type
12141 This is the type for the @uref{http://www.openssh.org, OpenSSH} secure
12142 shell daemon, @command{sshd}. Its value must be an
12143 @code{openssh-configuration} record as in this example:
12144
12145 @example
12146 (service openssh-service-type
12147 (openssh-configuration
12148 (x11-forwarding? #t)
12149 (permit-root-login 'without-password)
12150 (authorized-keys
12151 `(("alice" ,(local-file "alice.pub"))
12152 ("bob" ,(local-file "bob.pub"))))))
12153 @end example
12154
12155 See below for details about @code{openssh-configuration}.
12156
12157 This service can be extended with extra authorized keys, as in this
12158 example:
12159
12160 @example
12161 (service-extension openssh-service-type
12162 (const `(("charlie"
12163 ,(local-file "charlie.pub")))))
12164 @end example
12165 @end deffn
12166
12167 @deftp {Data Type} openssh-configuration
12168 This is the configuration record for OpenSSH's @command{sshd}.
12169
12170 @table @asis
12171 @item @code{pid-file} (default: @code{"/var/run/sshd.pid"})
12172 Name of the file where @command{sshd} writes its PID.
12173
12174 @item @code{port-number} (default: @code{22})
12175 TCP port on which @command{sshd} listens for incoming connections.
12176
12177 @item @code{permit-root-login} (default: @code{#f})
12178 This field determines whether and when to allow logins as root. If
12179 @code{#f}, root logins are disallowed; if @code{#t}, they are allowed.
12180 If it's the symbol @code{'without-password}, then root logins are
12181 permitted but not with password-based authentication.
12182
12183 @item @code{allow-empty-passwords?} (default: @code{#f})
12184 When true, users with empty passwords may log in. When false, they may
12185 not.
12186
12187 @item @code{password-authentication?} (default: @code{#t})
12188 When true, users may log in with their password. When false, they have
12189 other authentication methods.
12190
12191 @item @code{public-key-authentication?} (default: @code{#t})
12192 When true, users may log in using public key authentication. When
12193 false, users have to use other authentication method.
12194
12195 Authorized public keys are stored in @file{~/.ssh/authorized_keys}.
12196 This is used only by protocol version 2.
12197
12198 @item @code{x11-forwarding?} (default: @code{#f})
12199 When true, forwarding of X11 graphical client connections is
12200 enabled---in other words, @command{ssh} options @option{-X} and
12201 @option{-Y} will work.
12202
12203 @item @code{allow-agent-forwarding?} (default: @code{#t})
12204 Whether to allow agent forwarding.
12205
12206 @item @code{allow-tcp-forwarding?} (default: @code{#t})
12207 Whether to allow TCP forwarding.
12208
12209 @item @code{gateway-ports?} (default: @code{#f})
12210 Whether to allow gateway ports.
12211
12212 @item @code{challenge-response-authentication?} (default: @code{#f})
12213 Specifies whether challenge response authentication is allowed (e.g. via
12214 PAM).
12215
12216 @item @code{use-pam?} (default: @code{#t})
12217 Enables the Pluggable Authentication Module interface. If set to
12218 @code{#t}, this will enable PAM authentication using
12219 @code{challenge-response-authentication?} and
12220 @code{password-authentication?}, in addition to PAM account and session
12221 module processing for all authentication types.
12222
12223 Because PAM challenge response authentication usually serves an
12224 equivalent role to password authentication, you should disable either
12225 @code{challenge-response-authentication?} or
12226 @code{password-authentication?}.
12227
12228 @item @code{print-last-log?} (default: @code{#t})
12229 Specifies whether @command{sshd} should print the date and time of the
12230 last user login when a user logs in interactively.
12231
12232 @item @code{subsystems} (default: @code{'(("sftp" "internal-sftp"))})
12233 Configures external subsystems (e.g. file transfer daemon).
12234
12235 This is a list of two-element lists, each of which containing the
12236 subsystem name and a command (with optional arguments) to execute upon
12237 subsystem request.
12238
12239 The command @command{internal-sftp} implements an in-process SFTP
12240 server. Alternately, one can specify the @command{sftp-server} command:
12241 @example
12242 (service openssh-service-type
12243 (openssh-configuration
12244 (subsystems
12245 `(("sftp" ,(file-append openssh "/libexec/sftp-server"))))))
12246 @end example
12247
12248 @item @code{accepted-environment} (default: @code{'()})
12249 List of strings describing which environment variables may be exported.
12250
12251 Each string gets on its own line. See the @code{AcceptEnv} option in
12252 @code{man sshd_config}.
12253
12254 This example allows ssh-clients to export the @code{COLORTERM} variable.
12255 It is set by terminal emulators, which support colors. You can use it in
12256 your shell's ressource file to enable colors for the prompt and commands
12257 if this variable is set.
12258
12259 @example
12260 (service openssh-service-type
12261 (openssh-configuration
12262 (accepted-environment '("COLORTERM"))))
12263 @end example
12264
12265 @item @code{authorized-keys} (default: @code{'()})
12266 @cindex authorized keys, SSH
12267 @cindex SSH authorized keys
12268 This is the list of authorized keys. Each element of the list is a user
12269 name followed by one or more file-like objects that represent SSH public
12270 keys. For example:
12271
12272 @example
12273 (openssh-configuration
12274 (authorized-keys
12275 `(("rekado" ,(local-file "rekado.pub"))
12276 ("chris" ,(local-file "chris.pub"))
12277 ("root" ,(local-file "rekado.pub") ,(local-file "chris.pub")))))
12278 @end example
12279
12280 @noindent
12281 registers the specified public keys for user accounts @code{rekado},
12282 @code{chris}, and @code{root}.
12283
12284 Additional authorized keys can be specified @i{via}
12285 @code{service-extension}.
12286
12287 Note that this does @emph{not} interfere with the use of
12288 @file{~/.ssh/authorized_keys}.
12289
12290 @item @code{log-level} (default: @code{'info})
12291 This is a symbol specifying the logging level: @code{quiet}, @code{fatal},
12292 @code{error}, @code{info}, @code{verbose}, @code{debug}, etc. See the man
12293 page for @file{sshd_config} for the full list of level names.
12294
12295 @end table
12296 @end deftp
12297
12298 @deffn {Scheme Procedure} dropbear-service [@var{config}]
12299 Run the @uref{https://matt.ucc.asn.au/dropbear/dropbear.html,Dropbear SSH
12300 daemon} with the given @var{config}, a @code{<dropbear-configuration>}
12301 object.
12302
12303 For example, to specify a Dropbear service listening on port 1234, add
12304 this call to the operating system's @code{services} field:
12305
12306 @example
12307 (dropbear-service (dropbear-configuration
12308 (port-number 1234)))
12309 @end example
12310 @end deffn
12311
12312 @deftp {Data Type} dropbear-configuration
12313 This data type represents the configuration of a Dropbear SSH daemon.
12314
12315 @table @asis
12316 @item @code{dropbear} (default: @var{dropbear})
12317 The Dropbear package to use.
12318
12319 @item @code{port-number} (default: 22)
12320 The TCP port where the daemon waits for incoming connections.
12321
12322 @item @code{syslog-output?} (default: @code{#t})
12323 Whether to enable syslog output.
12324
12325 @item @code{pid-file} (default: @code{"/var/run/dropbear.pid"})
12326 File name of the daemon's PID file.
12327
12328 @item @code{root-login?} (default: @code{#f})
12329 Whether to allow @code{root} logins.
12330
12331 @item @code{allow-empty-passwords?} (default: @code{#f})
12332 Whether to allow empty passwords.
12333
12334 @item @code{password-authentication?} (default: @code{#t})
12335 Whether to enable password-based authentication.
12336 @end table
12337 @end deftp
12338
12339 @defvr {Scheme Variable} %facebook-host-aliases
12340 This variable contains a string for use in @file{/etc/hosts}
12341 (@pxref{Host Names,,, libc, The GNU C Library Reference Manual}). Each
12342 line contains a entry that maps a known server name of the Facebook
12343 on-line service---e.g., @code{www.facebook.com}---to the local
12344 host---@code{127.0.0.1} or its IPv6 equivalent, @code{::1}.
12345
12346 This variable is typically used in the @code{hosts-file} field of an
12347 @code{operating-system} declaration (@pxref{operating-system Reference,
12348 @file{/etc/hosts}}):
12349
12350 @example
12351 (use-modules (gnu) (guix))
12352
12353 (operating-system
12354 (host-name "mymachine")
12355 ;; ...
12356 (hosts-file
12357 ;; Create a /etc/hosts file with aliases for "localhost"
12358 ;; and "mymachine", as well as for Facebook servers.
12359 (plain-file "hosts"
12360 (string-append (local-host-aliases host-name)
12361 %facebook-host-aliases))))
12362 @end example
12363
12364 This mechanism can prevent programs running locally, such as Web
12365 browsers, from accessing Facebook.
12366 @end defvr
12367
12368 The @code{(gnu services avahi)} provides the following definition.
12369
12370 @deffn {Scheme Procedure} avahi-service [#:avahi @var{avahi}] @
12371 [#:host-name #f] [#:publish? #t] [#:ipv4? #t] @
12372 [#:ipv6? #t] [#:wide-area? #f] @
12373 [#:domains-to-browse '()] [#:debug? #f]
12374 Return a service that runs @command{avahi-daemon}, a system-wide
12375 mDNS/DNS-SD responder that allows for service discovery and
12376 "zero-configuration" host name lookups (see @uref{http://avahi.org/}), and
12377 extends the name service cache daemon (nscd) so that it can resolve
12378 @code{.local} host names using
12379 @uref{http://0pointer.de/lennart/projects/nss-mdns/, nss-mdns}. Additionally,
12380 add the @var{avahi} package to the system profile so that commands such as
12381 @command{avahi-browse} are directly usable.
12382
12383 If @var{host-name} is different from @code{#f}, use that as the host name to
12384 publish for this machine; otherwise, use the machine's actual host name.
12385
12386 When @var{publish?} is true, publishing of host names and services is allowed;
12387 in particular, avahi-daemon will publish the machine's host name and IP
12388 address via mDNS on the local network.
12389
12390 When @var{wide-area?} is true, DNS-SD over unicast DNS is enabled.
12391
12392 Boolean values @var{ipv4?} and @var{ipv6?} determine whether to use IPv4/IPv6
12393 sockets.
12394 @end deffn
12395
12396 @deffn {Scheme Variable} openvswitch-service-type
12397 This is the type of the @uref{http://www.openvswitch.org, Open vSwitch}
12398 service, whose value should be an @code{openvswitch-configuration}
12399 object.
12400 @end deffn
12401
12402 @deftp {Data Type} openvswitch-configuration
12403 Data type representing the configuration of Open vSwitch, a multilayer
12404 virtual switch which is designed to enable massive network automation
12405 through programmatic extension.
12406
12407 @table @asis
12408 @item @code{package} (default: @var{openvswitch})
12409 Package object of the Open vSwitch.
12410
12411 @end table
12412 @end deftp
12413
12414 @node X Window
12415 @subsubsection X Window
12416
12417 @cindex X11
12418 @cindex X Window System
12419 @cindex login manager
12420 Support for the X Window graphical display system---specifically
12421 Xorg---is provided by the @code{(gnu services xorg)} module. Note that
12422 there is no @code{xorg-service} procedure. Instead, the X server is
12423 started by the @dfn{login manager}, by default SLiM.
12424
12425 @cindex window manager
12426 To use X11, you must install at least one @dfn{window manager}---for
12427 example the @code{windowmaker} or @code{openbox} packages---preferably
12428 by adding it to the @code{packages} field of your operating system
12429 definition (@pxref{operating-system Reference, system-wide packages}).
12430
12431 @defvr {Scheme Variable} slim-service-type
12432 This is the type for the SLiM graphical login manager for X11.
12433
12434 @cindex session types (X11)
12435 @cindex X11 session types
12436 SLiM looks for @dfn{session types} described by the @file{.desktop} files in
12437 @file{/run/current-system/profile/share/xsessions} and allows users to
12438 choose a session from the log-in screen using @kbd{F1}. Packages such
12439 as @code{xfce}, @code{sawfish}, and @code{ratpoison} provide
12440 @file{.desktop} files; adding them to the system-wide set of packages
12441 automatically makes them available at the log-in screen.
12442
12443 In addition, @file{~/.xsession} files are honored. When available,
12444 @file{~/.xsession} must be an executable that starts a window manager
12445 and/or other X clients.
12446 @end defvr
12447
12448 @deftp {Data Type} slim-configuration
12449 Data type representing the configuration of @code{slim-service-type}.
12450
12451 @table @asis
12452 @item @code{allow-empty-passwords?} (default: @code{#t})
12453 Whether to allow logins with empty passwords.
12454
12455 @item @code{auto-login?} (default: @code{#f})
12456 @itemx @code{default-user} (default: @code{""})
12457 When @code{auto-login?} is false, SLiM presents a log-in screen.
12458
12459 When @code{auto-login?} is true, SLiM logs in directly as
12460 @code{default-user}.
12461
12462 @item @code{theme} (default: @code{%default-slim-theme})
12463 @itemx @code{theme-name} (default: @code{%default-slim-theme-name})
12464 The graphical theme to use and its name.
12465
12466 @item @code{auto-login-session} (default: @code{#f})
12467 If true, this must be the name of the executable to start as the default
12468 session---e.g., @code{(file-append windowmaker "/bin/windowmaker")}.
12469
12470 If false, a session described by one of the available @file{.desktop}
12471 files in @code{/run/current-system/profile} and @code{~/.guix-profile}
12472 will be used.
12473
12474 @quotation Note
12475 You must install at least one window manager in the system profile or in
12476 your user profile. Failing to do that, if @code{auto-login-session} is
12477 false, you will be unable to log in.
12478 @end quotation
12479
12480 @item @code{startx} (default: @code{(xorg-start-command)})
12481 The command used to start the X11 graphical server.
12482
12483 @item @code{xauth} (default: @code{xauth})
12484 The XAuth package to use.
12485
12486 @item @code{shepherd} (default: @code{shepherd})
12487 The Shepherd package used when invoking @command{halt} and
12488 @command{reboot}.
12489
12490 @item @code{sessreg} (default: @code{sessreg})
12491 The sessreg package used in order to register the session.
12492
12493 @item @code{slim} (default: @code{slim})
12494 The SLiM package to use.
12495 @end table
12496 @end deftp
12497
12498 @defvr {Scheme Variable} %default-theme
12499 @defvrx {Scheme Variable} %default-theme-name
12500 The default SLiM theme and its name.
12501 @end defvr
12502
12503
12504 @deftp {Data Type} sddm-configuration
12505 This is the data type representing the sddm service configuration.
12506
12507 @table @asis
12508 @item @code{display-server} (default: "x11")
12509 Select display server to use for the greeter. Valid values are "x11"
12510 or "wayland".
12511
12512 @item @code{numlock} (default: "on")
12513 Valid values are "on", "off" or "none".
12514
12515 @item @code{halt-command} (default @code{#~(string-apppend #$shepherd "/sbin/halt")})
12516 Command to run when halting.
12517
12518 @item @code{reboot-command} (default @code{#~(string-append #$shepherd "/sbin/reboot")})
12519 Command to run when rebooting.
12520
12521 @item @code{theme} (default "maldives")
12522 Theme to use. Default themes provided by SDDM are "elarun" or "maldives".
12523
12524 @item @code{themes-directory} (default "/run/current-system/profile/share/sddm/themes")
12525 Directory to look for themes.
12526
12527 @item @code{faces-directory} (default "/run/current-system/profile/share/sddm/faces")
12528 Directory to look for faces.
12529
12530 @item @code{default-path} (default "/run/current-system/profile/bin")
12531 Default PATH to use.
12532
12533 @item @code{minimum-uid} (default 1000)
12534 Minimum UID to display in SDDM.
12535
12536 @item @code{maximum-uid} (default 2000)
12537 Maximum UID to display in SDDM
12538
12539 @item @code{remember-last-user?} (default #t)
12540 Remember last user.
12541
12542 @item @code{remember-last-session?} (default #t)
12543 Remember last session.
12544
12545 @item @code{hide-users} (default "")
12546 Usernames to hide from SDDM greeter.
12547
12548 @item @code{hide-shells} (default @code{#~(string-append #$shadow "/sbin/nologin")})
12549 Users with shells listed will be hidden from the SDDM greeter.
12550
12551 @item @code{session-command} (default @code{#~(string-append #$sddm "/share/sddm/scripts/wayland-session")})
12552 Script to run before starting a wayland session.
12553
12554 @item @code{sessions-directory} (default "/run/current-system/profile/share/wayland-sessions")
12555 Directory to look for desktop files starting wayland sessions.
12556
12557 @item @code{xorg-server-path} (default @code{xorg-start-command})
12558 Path to xorg-server.
12559
12560 @item @code{xauth-path} (default @code{#~(string-append #$xauth "/bin/xauth")})
12561 Path to xauth.
12562
12563 @item @code{xephyr-path} (default @code{#~(string-append #$xorg-server "/bin/Xephyr")})
12564 Path to Xephyr.
12565
12566 @item @code{xdisplay-start} (default @code{#~(string-append #$sddm "/share/sddm/scripts/Xsetup")})
12567 Script to run after starting xorg-server.
12568
12569 @item @code{xdisplay-stop} (default @code{#~(string-append #$sddm "/share/sddm/scripts/Xstop")})
12570 Script to run before stopping xorg-server.
12571
12572 @item @code{xsession-command} (default: @code{xinitrc})
12573 Script to run before starting a X session.
12574
12575 @item @code{xsessions-directory} (default: "/run/current-system/profile/share/xsessions")
12576 Directory to look for desktop files starting X sessions.
12577
12578 @item @code{minimum-vt} (default: 7)
12579 Minimum VT to use.
12580
12581 @item @code{xserver-arguments} (default "-nolisten tcp")
12582 Arguments to pass to xorg-server.
12583
12584 @item @code{auto-login-user} (default "")
12585 User to use for auto-login.
12586
12587 @item @code{auto-login-session} (default "")
12588 Desktop file to use for auto-login.
12589
12590 @item @code{relogin?} (default #f)
12591 Relogin after logout.
12592
12593 @end table
12594 @end deftp
12595
12596 @cindex login manager
12597 @cindex X11 login
12598 @deffn {Scheme Procedure} sddm-service config
12599 Return a service that spawns the SDDM graphical login manager for config of
12600 type @code{<sddm-configuration>}.
12601
12602 @example
12603 (sddm-service (sddm-configuration
12604 (auto-login-user "Alice")
12605 (auto-login-session "xfce.desktop")))
12606 @end example
12607 @end deffn
12608
12609 @deffn {Scheme Procedure} xorg-start-command [#:guile] @
12610 [#:modules %default-xorg-modules] @
12611 [#:fonts %default-xorg-fonts] @
12612 [#:configuration-file (xorg-configuration-file @dots{})] @
12613 [#:xorg-server @var{xorg-server}]
12614 Return a @code{startx} script in which @var{modules}, a list of X module
12615 packages, and @var{fonts}, a list of X font directories, are available. See
12616 @code{xorg-wrapper} for more details on the arguments. The result should be
12617 used in place of @code{startx}.
12618
12619 Usually the X server is started by a login manager.
12620 @end deffn
12621
12622 @deffn {Scheme Procedure} xorg-configuration-file @
12623 [#:modules %default-xorg-modules] @
12624 [#:fonts %default-xorg-fonts] @
12625 [#:drivers '()] [#:resolutions '()] [#:extra-config '()]
12626 Return a configuration file for the Xorg server containing search paths for
12627 all the common drivers.
12628
12629 @var{modules} must be a list of @dfn{module packages} loaded by the Xorg
12630 server---e.g., @code{xf86-video-vesa}, @code{xf86-input-keyboard}, and so on.
12631 @var{fonts} must be a list of font directories to add to the server's
12632 @dfn{font path}.
12633
12634 @var{drivers} must be either the empty list, in which case Xorg chooses a
12635 graphics driver automatically, or a list of driver names that will be tried in
12636 this order---e.g., @code{("modesetting" "vesa")}.
12637
12638 Likewise, when @var{resolutions} is the empty list, Xorg chooses an
12639 appropriate screen resolution; otherwise, it must be a list of
12640 resolutions---e.g., @code{((1024 768) (640 480))}.
12641
12642 Last, @var{extra-config} is a list of strings or objects appended to the
12643 configuration file. It is used to pass extra text to be
12644 added verbatim to the configuration file.
12645
12646 @cindex keymap
12647 @cindex keyboard layout
12648 This procedure is especially useful to configure a different keyboard layout
12649 than the default US keymap. For instance, to use the ``bépo'' keymap by
12650 default on the display manager:
12651
12652 @example
12653 (define bepo-evdev
12654 "Section \"InputClass\"
12655 Identifier \"evdev keyboard catchall\"
12656 Driver \"evdev\"
12657 MatchIsKeyboard \"on\"
12658 Option \"xkb_layout\" \"fr\"
12659 Option \"xkb_variant\" \"bepo\"
12660 EndSection")
12661
12662 (operating-system
12663 ...
12664 (services
12665 (modify-services %desktop-services
12666 (slim-service-type config =>
12667 (slim-configuration
12668 (inherit config)
12669 (startx (xorg-start-command
12670 #:configuration-file
12671 (xorg-configuration-file
12672 #:extra-config
12673 (list bepo-evdev)))))))))
12674 @end example
12675
12676 The @code{MatchIsKeyboard} line specifies that we only apply the configuration
12677 to keyboards. Without this line, other devices such as touchpad may not work
12678 correctly because they will be attached to the wrong driver. In this example,
12679 the user typically used @code{setxkbmap fr bepo} to set their favorite keymap
12680 once logged in. The first argument corresponds to the layout, while the second
12681 argument corresponds to the variant. The @code{xkb_variant} line can be omitted
12682 to select the default variant.
12683 @end deffn
12684
12685 @deffn {Scheme Procedure} screen-locker-service @var{package} [@var{program}]
12686 Add @var{package}, a package for a screen locker or screen saver whose
12687 command is @var{program}, to the set of setuid programs and add a PAM entry
12688 for it. For example:
12689
12690 @lisp
12691 (screen-locker-service xlockmore "xlock")
12692 @end lisp
12693
12694 makes the good ol' XlockMore usable.
12695 @end deffn
12696
12697
12698 @node Printing Services
12699 @subsubsection Printing Services
12700
12701 @cindex printer support with CUPS
12702 The @code{(gnu services cups)} module provides a Guix service definition
12703 for the CUPS printing service. To add printer support to a GuixSD
12704 system, add a @code{cups-service} to the operating system definition:
12705
12706 @deffn {Scheme Variable} cups-service-type
12707 The service type for the CUPS print server. Its value should be a valid
12708 CUPS configuration (see below). To use the default settings, simply
12709 write:
12710 @example
12711 (service cups-service-type)
12712 @end example
12713 @end deffn
12714
12715 The CUPS configuration controls the basic things about your CUPS
12716 installation: what interfaces it listens on, what to do if a print job
12717 fails, how much logging to do, and so on. To actually add a printer,
12718 you have to visit the @url{http://localhost:631} URL, or use a tool such
12719 as GNOME's printer configuration services. By default, configuring a
12720 CUPS service will generate a self-signed certificate if needed, for
12721 secure connections to the print server.
12722
12723 Suppose you want to enable the Web interface of CUPS and also add
12724 support for Epson printers @i{via} the @code{escpr} package and for HP
12725 printers @i{via} the @code{hplip-minimal} package. You can do that directly,
12726 like this (you need to use the @code{(gnu packages cups)} module):
12727
12728 @example
12729 (service cups-service-type
12730 (cups-configuration
12731 (web-interface? #t)
12732 (extensions
12733 (list cups-filters escpr hplip-minimal))))
12734 @end example
12735
12736 Note: If you wish to use the Qt5 based GUI which comes with the hplip
12737 package then it is suggested that you install the @code{hplip} package,
12738 either in your OS configuration file or as your user.
12739
12740 The available configuration parameters follow. Each parameter
12741 definition is preceded by its type; for example, @samp{string-list foo}
12742 indicates that the @code{foo} parameter should be specified as a list of
12743 strings. There is also a way to specify the configuration as a string,
12744 if you have an old @code{cupsd.conf} file that you want to port over
12745 from some other system; see the end for more details.
12746
12747 @c The following documentation was initially generated by
12748 @c (generate-documentation) in (gnu services cups). Manually maintained
12749 @c documentation is better, so we shouldn't hesitate to edit below as
12750 @c needed. However if the change you want to make to this documentation
12751 @c can be done in an automated way, it's probably easier to change
12752 @c (generate-documentation) than to make it below and have to deal with
12753 @c the churn as CUPS updates.
12754
12755
12756 Available @code{cups-configuration} fields are:
12757
12758 @deftypevr {@code{cups-configuration} parameter} package cups
12759 The CUPS package.
12760 @end deftypevr
12761
12762 @deftypevr {@code{cups-configuration} parameter} package-list extensions
12763 Drivers and other extensions to the CUPS package.
12764 @end deftypevr
12765
12766 @deftypevr {@code{cups-configuration} parameter} files-configuration files-configuration
12767 Configuration of where to write logs, what directories to use for print
12768 spools, and related privileged configuration parameters.
12769
12770 Available @code{files-configuration} fields are:
12771
12772 @deftypevr {@code{files-configuration} parameter} log-location access-log
12773 Defines the access log filename. Specifying a blank filename disables
12774 access log generation. The value @code{stderr} causes log entries to be
12775 sent to the standard error file when the scheduler is running in the
12776 foreground, or to the system log daemon when run in the background. The
12777 value @code{syslog} causes log entries to be sent to the system log
12778 daemon. The server name may be included in filenames using the string
12779 @code{%s}, as in @code{/var/log/cups/%s-access_log}.
12780
12781 Defaults to @samp{"/var/log/cups/access_log"}.
12782 @end deftypevr
12783
12784 @deftypevr {@code{files-configuration} parameter} file-name cache-dir
12785 Where CUPS should cache data.
12786
12787 Defaults to @samp{"/var/cache/cups"}.
12788 @end deftypevr
12789
12790 @deftypevr {@code{files-configuration} parameter} string config-file-perm
12791 Specifies the permissions for all configuration files that the scheduler
12792 writes.
12793
12794 Note that the permissions for the printers.conf file are currently
12795 masked to only allow access from the scheduler user (typically root).
12796 This is done because printer device URIs sometimes contain sensitive
12797 authentication information that should not be generally known on the
12798 system. There is no way to disable this security feature.
12799
12800 Defaults to @samp{"0640"}.
12801 @end deftypevr
12802
12803 @deftypevr {@code{files-configuration} parameter} log-location error-log
12804 Defines the error log filename. Specifying a blank filename disables
12805 access log generation. The value @code{stderr} causes log entries to be
12806 sent to the standard error file when the scheduler is running in the
12807 foreground, or to the system log daemon when run in the background. The
12808 value @code{syslog} causes log entries to be sent to the system log
12809 daemon. The server name may be included in filenames using the string
12810 @code{%s}, as in @code{/var/log/cups/%s-error_log}.
12811
12812 Defaults to @samp{"/var/log/cups/error_log"}.
12813 @end deftypevr
12814
12815 @deftypevr {@code{files-configuration} parameter} string fatal-errors
12816 Specifies which errors are fatal, causing the scheduler to exit. The
12817 kind strings are:
12818
12819 @table @code
12820 @item none
12821 No errors are fatal.
12822
12823 @item all
12824 All of the errors below are fatal.
12825
12826 @item browse
12827 Browsing initialization errors are fatal, for example failed connections
12828 to the DNS-SD daemon.
12829
12830 @item config
12831 Configuration file syntax errors are fatal.
12832
12833 @item listen
12834 Listen or Port errors are fatal, except for IPv6 failures on the
12835 loopback or @code{any} addresses.
12836
12837 @item log
12838 Log file creation or write errors are fatal.
12839
12840 @item permissions
12841 Bad startup file permissions are fatal, for example shared TLS
12842 certificate and key files with world-read permissions.
12843 @end table
12844
12845 Defaults to @samp{"all -browse"}.
12846 @end deftypevr
12847
12848 @deftypevr {@code{files-configuration} parameter} boolean file-device?
12849 Specifies whether the file pseudo-device can be used for new printer
12850 queues. The URI @uref{file:///dev/null} is always allowed.
12851
12852 Defaults to @samp{#f}.
12853 @end deftypevr
12854
12855 @deftypevr {@code{files-configuration} parameter} string group
12856 Specifies the group name or ID that will be used when executing external
12857 programs.
12858
12859 Defaults to @samp{"lp"}.
12860 @end deftypevr
12861
12862 @deftypevr {@code{files-configuration} parameter} string log-file-perm
12863 Specifies the permissions for all log files that the scheduler writes.
12864
12865 Defaults to @samp{"0644"}.
12866 @end deftypevr
12867
12868 @deftypevr {@code{files-configuration} parameter} log-location page-log
12869 Defines the page log filename. Specifying a blank filename disables
12870 access log generation. The value @code{stderr} causes log entries to be
12871 sent to the standard error file when the scheduler is running in the
12872 foreground, or to the system log daemon when run in the background. The
12873 value @code{syslog} causes log entries to be sent to the system log
12874 daemon. The server name may be included in filenames using the string
12875 @code{%s}, as in @code{/var/log/cups/%s-page_log}.
12876
12877 Defaults to @samp{"/var/log/cups/page_log"}.
12878 @end deftypevr
12879
12880 @deftypevr {@code{files-configuration} parameter} string remote-root
12881 Specifies the username that is associated with unauthenticated accesses
12882 by clients claiming to be the root user. The default is @code{remroot}.
12883
12884 Defaults to @samp{"remroot"}.
12885 @end deftypevr
12886
12887 @deftypevr {@code{files-configuration} parameter} file-name request-root
12888 Specifies the directory that contains print jobs and other HTTP request
12889 data.
12890
12891 Defaults to @samp{"/var/spool/cups"}.
12892 @end deftypevr
12893
12894 @deftypevr {@code{files-configuration} parameter} sandboxing sandboxing
12895 Specifies the level of security sandboxing that is applied to print
12896 filters, backends, and other child processes of the scheduler; either
12897 @code{relaxed} or @code{strict}. This directive is currently only
12898 used/supported on macOS.
12899
12900 Defaults to @samp{strict}.
12901 @end deftypevr
12902
12903 @deftypevr {@code{files-configuration} parameter} file-name server-keychain
12904 Specifies the location of TLS certificates and private keys. CUPS will
12905 look for public and private keys in this directory: a @code{.crt} files
12906 for PEM-encoded certificates and corresponding @code{.key} files for
12907 PEM-encoded private keys.
12908
12909 Defaults to @samp{"/etc/cups/ssl"}.
12910 @end deftypevr
12911
12912 @deftypevr {@code{files-configuration} parameter} file-name server-root
12913 Specifies the directory containing the server configuration files.
12914
12915 Defaults to @samp{"/etc/cups"}.
12916 @end deftypevr
12917
12918 @deftypevr {@code{files-configuration} parameter} boolean sync-on-close?
12919 Specifies whether the scheduler calls fsync(2) after writing
12920 configuration or state files.
12921
12922 Defaults to @samp{#f}.
12923 @end deftypevr
12924
12925 @deftypevr {@code{files-configuration} parameter} space-separated-string-list system-group
12926 Specifies the group(s) to use for @code{@@SYSTEM} group authentication.
12927 @end deftypevr
12928
12929 @deftypevr {@code{files-configuration} parameter} file-name temp-dir
12930 Specifies the directory where temporary files are stored.
12931
12932 Defaults to @samp{"/var/spool/cups/tmp"}.
12933 @end deftypevr
12934
12935 @deftypevr {@code{files-configuration} parameter} string user
12936 Specifies the user name or ID that is used when running external
12937 programs.
12938
12939 Defaults to @samp{"lp"}.
12940 @end deftypevr
12941 @end deftypevr
12942
12943 @deftypevr {@code{cups-configuration} parameter} access-log-level access-log-level
12944 Specifies the logging level for the AccessLog file. The @code{config}
12945 level logs when printers and classes are added, deleted, or modified and
12946 when configuration files are accessed or updated. The @code{actions}
12947 level logs when print jobs are submitted, held, released, modified, or
12948 canceled, and any of the conditions for @code{config}. The @code{all}
12949 level logs all requests.
12950
12951 Defaults to @samp{actions}.
12952 @end deftypevr
12953
12954 @deftypevr {@code{cups-configuration} parameter} boolean auto-purge-jobs?
12955 Specifies whether to purge job history data automatically when it is no
12956 longer required for quotas.
12957
12958 Defaults to @samp{#f}.
12959 @end deftypevr
12960
12961 @deftypevr {@code{cups-configuration} parameter} browse-local-protocols browse-local-protocols
12962 Specifies which protocols to use for local printer sharing.
12963
12964 Defaults to @samp{dnssd}.
12965 @end deftypevr
12966
12967 @deftypevr {@code{cups-configuration} parameter} boolean browse-web-if?
12968 Specifies whether the CUPS web interface is advertised.
12969
12970 Defaults to @samp{#f}.
12971 @end deftypevr
12972
12973 @deftypevr {@code{cups-configuration} parameter} boolean browsing?
12974 Specifies whether shared printers are advertised.
12975
12976 Defaults to @samp{#f}.
12977 @end deftypevr
12978
12979 @deftypevr {@code{cups-configuration} parameter} string classification
12980 Specifies the security classification of the server. Any valid banner
12981 name can be used, including "classified", "confidential", "secret",
12982 "topsecret", and "unclassified", or the banner can be omitted to disable
12983 secure printing functions.
12984
12985 Defaults to @samp{""}.
12986 @end deftypevr
12987
12988 @deftypevr {@code{cups-configuration} parameter} boolean classify-override?
12989 Specifies whether users may override the classification (cover page) of
12990 individual print jobs using the @code{job-sheets} option.
12991
12992 Defaults to @samp{#f}.
12993 @end deftypevr
12994
12995 @deftypevr {@code{cups-configuration} parameter} default-auth-type default-auth-type
12996 Specifies the default type of authentication to use.
12997
12998 Defaults to @samp{Basic}.
12999 @end deftypevr
13000
13001 @deftypevr {@code{cups-configuration} parameter} default-encryption default-encryption
13002 Specifies whether encryption will be used for authenticated requests.
13003
13004 Defaults to @samp{Required}.
13005 @end deftypevr
13006
13007 @deftypevr {@code{cups-configuration} parameter} string default-language
13008 Specifies the default language to use for text and web content.
13009
13010 Defaults to @samp{"en"}.
13011 @end deftypevr
13012
13013 @deftypevr {@code{cups-configuration} parameter} string default-paper-size
13014 Specifies the default paper size for new print queues. @samp{"Auto"}
13015 uses a locale-specific default, while @samp{"None"} specifies there is
13016 no default paper size. Specific size names are typically
13017 @samp{"Letter"} or @samp{"A4"}.
13018
13019 Defaults to @samp{"Auto"}.
13020 @end deftypevr
13021
13022 @deftypevr {@code{cups-configuration} parameter} string default-policy
13023 Specifies the default access policy to use.
13024
13025 Defaults to @samp{"default"}.
13026 @end deftypevr
13027
13028 @deftypevr {@code{cups-configuration} parameter} boolean default-shared?
13029 Specifies whether local printers are shared by default.
13030
13031 Defaults to @samp{#t}.
13032 @end deftypevr
13033
13034 @deftypevr {@code{cups-configuration} parameter} non-negative-integer dirty-clean-interval
13035 Specifies the delay for updating of configuration and state files, in
13036 seconds. A value of 0 causes the update to happen as soon as possible,
13037 typically within a few milliseconds.
13038
13039 Defaults to @samp{30}.
13040 @end deftypevr
13041
13042 @deftypevr {@code{cups-configuration} parameter} error-policy error-policy
13043 Specifies what to do when an error occurs. Possible values are
13044 @code{abort-job}, which will discard the failed print job;
13045 @code{retry-job}, which will retry the job at a later time;
13046 @code{retry-this-job}, which retries the failed job immediately; and
13047 @code{stop-printer}, which stops the printer.
13048
13049 Defaults to @samp{stop-printer}.
13050 @end deftypevr
13051
13052 @deftypevr {@code{cups-configuration} parameter} non-negative-integer filter-limit
13053 Specifies the maximum cost of filters that are run concurrently, which
13054 can be used to minimize disk, memory, and CPU resource problems. A
13055 limit of 0 disables filter limiting. An average print to a
13056 non-PostScript printer needs a filter limit of about 200. A PostScript
13057 printer needs about half that (100). Setting the limit below these
13058 thresholds will effectively limit the scheduler to printing a single job
13059 at any time.
13060
13061 Defaults to @samp{0}.
13062 @end deftypevr
13063
13064 @deftypevr {@code{cups-configuration} parameter} non-negative-integer filter-nice
13065 Specifies the scheduling priority of filters that are run to print a
13066 job. The nice value ranges from 0, the highest priority, to 19, the
13067 lowest priority.
13068
13069 Defaults to @samp{0}.
13070 @end deftypevr
13071
13072 @deftypevr {@code{cups-configuration} parameter} host-name-lookups host-name-lookups
13073 Specifies whether to do reverse lookups on connecting clients. The
13074 @code{double} setting causes @code{cupsd} to verify that the hostname
13075 resolved from the address matches one of the addresses returned for that
13076 hostname. Double lookups also prevent clients with unregistered
13077 addresses from connecting to your server. Only set this option to
13078 @code{#t} or @code{double} if absolutely required.
13079
13080 Defaults to @samp{#f}.
13081 @end deftypevr
13082
13083 @deftypevr {@code{cups-configuration} parameter} non-negative-integer job-kill-delay
13084 Specifies the number of seconds to wait before killing the filters and
13085 backend associated with a canceled or held job.
13086
13087 Defaults to @samp{30}.
13088 @end deftypevr
13089
13090 @deftypevr {@code{cups-configuration} parameter} non-negative-integer job-retry-interval
13091 Specifies the interval between retries of jobs in seconds. This is
13092 typically used for fax queues but can also be used with normal print
13093 queues whose error policy is @code{retry-job} or
13094 @code{retry-current-job}.
13095
13096 Defaults to @samp{30}.
13097 @end deftypevr
13098
13099 @deftypevr {@code{cups-configuration} parameter} non-negative-integer job-retry-limit
13100 Specifies the number of retries that are done for jobs. This is
13101 typically used for fax queues but can also be used with normal print
13102 queues whose error policy is @code{retry-job} or
13103 @code{retry-current-job}.
13104
13105 Defaults to @samp{5}.
13106 @end deftypevr
13107
13108 @deftypevr {@code{cups-configuration} parameter} boolean keep-alive?
13109 Specifies whether to support HTTP keep-alive connections.
13110
13111 Defaults to @samp{#t}.
13112 @end deftypevr
13113
13114 @deftypevr {@code{cups-configuration} parameter} non-negative-integer keep-alive-timeout
13115 Specifies how long an idle client connection remains open, in seconds.
13116
13117 Defaults to @samp{30}.
13118 @end deftypevr
13119
13120 @deftypevr {@code{cups-configuration} parameter} non-negative-integer limit-request-body
13121 Specifies the maximum size of print files, IPP requests, and HTML form
13122 data. A limit of 0 disables the limit check.
13123
13124 Defaults to @samp{0}.
13125 @end deftypevr
13126
13127 @deftypevr {@code{cups-configuration} parameter} multiline-string-list listen
13128 Listens on the specified interfaces for connections. Valid values are
13129 of the form @var{address}:@var{port}, where @var{address} is either an
13130 IPv6 address enclosed in brackets, an IPv4 address, or @code{*} to
13131 indicate all addresses. Values can also be file names of local UNIX
13132 domain sockets. The Listen directive is similar to the Port directive
13133 but allows you to restrict access to specific interfaces or networks.
13134 @end deftypevr
13135
13136 @deftypevr {@code{cups-configuration} parameter} non-negative-integer listen-back-log
13137 Specifies the number of pending connections that will be allowed. This
13138 normally only affects very busy servers that have reached the MaxClients
13139 limit, but can also be triggered by large numbers of simultaneous
13140 connections. When the limit is reached, the operating system will
13141 refuse additional connections until the scheduler can accept the pending
13142 ones.
13143
13144 Defaults to @samp{128}.
13145 @end deftypevr
13146
13147 @deftypevr {@code{cups-configuration} parameter} location-access-control-list location-access-controls
13148 Specifies a set of additional access controls.
13149
13150 Available @code{location-access-controls} fields are:
13151
13152 @deftypevr {@code{location-access-controls} parameter} file-name path
13153 Specifies the URI path to which the access control applies.
13154 @end deftypevr
13155
13156 @deftypevr {@code{location-access-controls} parameter} access-control-list access-controls
13157 Access controls for all access to this path, in the same format as the
13158 @code{access-controls} of @code{operation-access-control}.
13159
13160 Defaults to @samp{()}.
13161 @end deftypevr
13162
13163 @deftypevr {@code{location-access-controls} parameter} method-access-control-list method-access-controls
13164 Access controls for method-specific access to this path.
13165
13166 Defaults to @samp{()}.
13167
13168 Available @code{method-access-controls} fields are:
13169
13170 @deftypevr {@code{method-access-controls} parameter} boolean reverse?
13171 If @code{#t}, apply access controls to all methods except the listed
13172 methods. Otherwise apply to only the listed methods.
13173
13174 Defaults to @samp{#f}.
13175 @end deftypevr
13176
13177 @deftypevr {@code{method-access-controls} parameter} method-list methods
13178 Methods to which this access control applies.
13179
13180 Defaults to @samp{()}.
13181 @end deftypevr
13182
13183 @deftypevr {@code{method-access-controls} parameter} access-control-list access-controls
13184 Access control directives, as a list of strings. Each string should be
13185 one directive, such as "Order allow,deny".
13186
13187 Defaults to @samp{()}.
13188 @end deftypevr
13189 @end deftypevr
13190 @end deftypevr
13191
13192 @deftypevr {@code{cups-configuration} parameter} non-negative-integer log-debug-history
13193 Specifies the number of debugging messages that are retained for logging
13194 if an error occurs in a print job. Debug messages are logged regardless
13195 of the LogLevel setting.
13196
13197 Defaults to @samp{100}.
13198 @end deftypevr
13199
13200 @deftypevr {@code{cups-configuration} parameter} log-level log-level
13201 Specifies the level of logging for the ErrorLog file. The value
13202 @code{none} stops all logging while @code{debug2} logs everything.
13203
13204 Defaults to @samp{info}.
13205 @end deftypevr
13206
13207 @deftypevr {@code{cups-configuration} parameter} log-time-format log-time-format
13208 Specifies the format of the date and time in the log files. The value
13209 @code{standard} logs whole seconds while @code{usecs} logs microseconds.
13210
13211 Defaults to @samp{standard}.
13212 @end deftypevr
13213
13214 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-clients
13215 Specifies the maximum number of simultaneous clients that are allowed by
13216 the scheduler.
13217
13218 Defaults to @samp{100}.
13219 @end deftypevr
13220
13221 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-clients-per-host
13222 Specifies the maximum number of simultaneous clients that are allowed
13223 from a single address.
13224
13225 Defaults to @samp{100}.
13226 @end deftypevr
13227
13228 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-copies
13229 Specifies the maximum number of copies that a user can print of each
13230 job.
13231
13232 Defaults to @samp{9999}.
13233 @end deftypevr
13234
13235 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-hold-time
13236 Specifies the maximum time a job may remain in the @code{indefinite}
13237 hold state before it is canceled. A value of 0 disables cancellation of
13238 held jobs.
13239
13240 Defaults to @samp{0}.
13241 @end deftypevr
13242
13243 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-jobs
13244 Specifies the maximum number of simultaneous jobs that are allowed. Set
13245 to 0 to allow an unlimited number of jobs.
13246
13247 Defaults to @samp{500}.
13248 @end deftypevr
13249
13250 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-jobs-per-printer
13251 Specifies the maximum number of simultaneous jobs that are allowed per
13252 printer. A value of 0 allows up to MaxJobs jobs per printer.
13253
13254 Defaults to @samp{0}.
13255 @end deftypevr
13256
13257 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-jobs-per-user
13258 Specifies the maximum number of simultaneous jobs that are allowed per
13259 user. A value of 0 allows up to MaxJobs jobs per user.
13260
13261 Defaults to @samp{0}.
13262 @end deftypevr
13263
13264 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-job-time
13265 Specifies the maximum time a job may take to print before it is
13266 canceled, in seconds. Set to 0 to disable cancellation of "stuck" jobs.
13267
13268 Defaults to @samp{10800}.
13269 @end deftypevr
13270
13271 @deftypevr {@code{cups-configuration} parameter} non-negative-integer max-log-size
13272 Specifies the maximum size of the log files before they are rotated, in
13273 bytes. The value 0 disables log rotation.
13274
13275 Defaults to @samp{1048576}.
13276 @end deftypevr
13277
13278 @deftypevr {@code{cups-configuration} parameter} non-negative-integer multiple-operation-timeout
13279 Specifies the maximum amount of time to allow between files in a
13280 multiple file print job, in seconds.
13281
13282 Defaults to @samp{300}.
13283 @end deftypevr
13284
13285 @deftypevr {@code{cups-configuration} parameter} string page-log-format
13286 Specifies the format of PageLog lines. Sequences beginning with percent
13287 (@samp{%}) characters are replaced with the corresponding information,
13288 while all other characters are copied literally. The following percent
13289 sequences are recognized:
13290
13291 @table @samp
13292 @item %%
13293 insert a single percent character
13294
13295 @item %@{name@}
13296 insert the value of the specified IPP attribute
13297
13298 @item %C
13299 insert the number of copies for the current page
13300
13301 @item %P
13302 insert the current page number
13303
13304 @item %T
13305 insert the current date and time in common log format
13306
13307 @item %j
13308 insert the job ID
13309
13310 @item %p
13311 insert the printer name
13312
13313 @item %u
13314 insert the username
13315 @end table
13316
13317 A value of the empty string disables page logging. The string @code{%p
13318 %u %j %T %P %C %@{job-billing@} %@{job-originating-host-name@}
13319 %@{job-name@} %@{media@} %@{sides@}} creates a page log with the
13320 standard items.
13321
13322 Defaults to @samp{""}.
13323 @end deftypevr
13324
13325 @deftypevr {@code{cups-configuration} parameter} environment-variables environment-variables
13326 Passes the specified environment variable(s) to child processes; a list
13327 of strings.
13328
13329 Defaults to @samp{()}.
13330 @end deftypevr
13331
13332 @deftypevr {@code{cups-configuration} parameter} policy-configuration-list policies
13333 Specifies named access control policies.
13334
13335 Available @code{policy-configuration} fields are:
13336
13337 @deftypevr {@code{policy-configuration} parameter} string name
13338 Name of the policy.
13339 @end deftypevr
13340
13341 @deftypevr {@code{policy-configuration} parameter} string job-private-access
13342 Specifies an access list for a job's private values. @code{@@ACL} maps
13343 to the printer's requesting-user-name-allowed or
13344 requesting-user-name-denied values. @code{@@OWNER} maps to the job's
13345 owner. @code{@@SYSTEM} maps to the groups listed for the
13346 @code{system-group} field of the @code{files-config} configuration,
13347 which is reified into the @code{cups-files.conf(5)} file. Other
13348 possible elements of the access list include specific user names, and
13349 @code{@@@var{group}} to indicate members of a specific group. The
13350 access list may also be simply @code{all} or @code{default}.
13351
13352 Defaults to @samp{"@@OWNER @@SYSTEM"}.
13353 @end deftypevr
13354
13355 @deftypevr {@code{policy-configuration} parameter} string job-private-values
13356 Specifies the list of job values to make private, or @code{all},
13357 @code{default}, or @code{none}.
13358
13359 Defaults to @samp{"job-name job-originating-host-name
13360 job-originating-user-name phone"}.
13361 @end deftypevr
13362
13363 @deftypevr {@code{policy-configuration} parameter} string subscription-private-access
13364 Specifies an access list for a subscription's private values.
13365 @code{@@ACL} maps to the printer's requesting-user-name-allowed or
13366 requesting-user-name-denied values. @code{@@OWNER} maps to the job's
13367 owner. @code{@@SYSTEM} maps to the groups listed for the
13368 @code{system-group} field of the @code{files-config} configuration,
13369 which is reified into the @code{cups-files.conf(5)} file. Other
13370 possible elements of the access list include specific user names, and
13371 @code{@@@var{group}} to indicate members of a specific group. The
13372 access list may also be simply @code{all} or @code{default}.
13373
13374 Defaults to @samp{"@@OWNER @@SYSTEM"}.
13375 @end deftypevr
13376
13377 @deftypevr {@code{policy-configuration} parameter} string subscription-private-values
13378 Specifies the list of job values to make private, or @code{all},
13379 @code{default}, or @code{none}.
13380
13381 Defaults to @samp{"notify-events notify-pull-method notify-recipient-uri
13382 notify-subscriber-user-name notify-user-data"}.
13383 @end deftypevr
13384
13385 @deftypevr {@code{policy-configuration} parameter} operation-access-control-list access-controls
13386 Access control by IPP operation.
13387
13388 Defaults to @samp{()}.
13389 @end deftypevr
13390 @end deftypevr
13391
13392 @deftypevr {@code{cups-configuration} parameter} boolean-or-non-negative-integer preserve-job-files
13393 Specifies whether job files (documents) are preserved after a job is
13394 printed. If a numeric value is specified, job files are preserved for
13395 the indicated number of seconds after printing. Otherwise a boolean
13396 value applies indefinitely.
13397
13398 Defaults to @samp{86400}.
13399 @end deftypevr
13400
13401 @deftypevr {@code{cups-configuration} parameter} boolean-or-non-negative-integer preserve-job-history
13402 Specifies whether the job history is preserved after a job is printed.
13403 If a numeric value is specified, the job history is preserved for the
13404 indicated number of seconds after printing. If @code{#t}, the job
13405 history is preserved until the MaxJobs limit is reached.
13406
13407 Defaults to @samp{#t}.
13408 @end deftypevr
13409
13410 @deftypevr {@code{cups-configuration} parameter} non-negative-integer reload-timeout
13411 Specifies the amount of time to wait for job completion before
13412 restarting the scheduler.
13413
13414 Defaults to @samp{30}.
13415 @end deftypevr
13416
13417 @deftypevr {@code{cups-configuration} parameter} string rip-cache
13418 Specifies the maximum amount of memory to use when converting documents
13419 into bitmaps for a printer.
13420
13421 Defaults to @samp{"128m"}.
13422 @end deftypevr
13423
13424 @deftypevr {@code{cups-configuration} parameter} string server-admin
13425 Specifies the email address of the server administrator.
13426
13427 Defaults to @samp{"root@@localhost.localdomain"}.
13428 @end deftypevr
13429
13430 @deftypevr {@code{cups-configuration} parameter} host-name-list-or-* server-alias
13431 The ServerAlias directive is used for HTTP Host header validation when
13432 clients connect to the scheduler from external interfaces. Using the
13433 special name @code{*} can expose your system to known browser-based DNS
13434 rebinding attacks, even when accessing sites through a firewall. If the
13435 auto-discovery of alternate names does not work, we recommend listing
13436 each alternate name with a ServerAlias directive instead of using
13437 @code{*}.
13438
13439 Defaults to @samp{*}.
13440 @end deftypevr
13441
13442 @deftypevr {@code{cups-configuration} parameter} string server-name
13443 Specifies the fully-qualified host name of the server.
13444
13445 Defaults to @samp{"localhost"}.
13446 @end deftypevr
13447
13448 @deftypevr {@code{cups-configuration} parameter} server-tokens server-tokens
13449 Specifies what information is included in the Server header of HTTP
13450 responses. @code{None} disables the Server header. @code{ProductOnly}
13451 reports @code{CUPS}. @code{Major} reports @code{CUPS 2}. @code{Minor}
13452 reports @code{CUPS 2.0}. @code{Minimal} reports @code{CUPS 2.0.0}.
13453 @code{OS} reports @code{CUPS 2.0.0 (@var{uname})} where @var{uname} is
13454 the output of the @code{uname} command. @code{Full} reports @code{CUPS
13455 2.0.0 (@var{uname}) IPP/2.0}.
13456
13457 Defaults to @samp{Minimal}.
13458 @end deftypevr
13459
13460 @deftypevr {@code{cups-configuration} parameter} string set-env
13461 Set the specified environment variable to be passed to child processes.
13462
13463 Defaults to @samp{"variable value"}.
13464 @end deftypevr
13465
13466 @deftypevr {@code{cups-configuration} parameter} multiline-string-list ssl-listen
13467 Listens on the specified interfaces for encrypted connections. Valid
13468 values are of the form @var{address}:@var{port}, where @var{address} is
13469 either an IPv6 address enclosed in brackets, an IPv4 address, or
13470 @code{*} to indicate all addresses.
13471
13472 Defaults to @samp{()}.
13473 @end deftypevr
13474
13475 @deftypevr {@code{cups-configuration} parameter} ssl-options ssl-options
13476 Sets encryption options. By default, CUPS only supports encryption
13477 using TLS v1.0 or higher using known secure cipher suites. The
13478 @code{AllowRC4} option enables the 128-bit RC4 cipher suites, which are
13479 required for some older clients that do not implement newer ones. The
13480 @code{AllowSSL3} option enables SSL v3.0, which is required for some
13481 older clients that do not support TLS v1.0.
13482
13483 Defaults to @samp{()}.
13484 @end deftypevr
13485
13486 @deftypevr {@code{cups-configuration} parameter} boolean strict-conformance?
13487 Specifies whether the scheduler requires clients to strictly adhere to
13488 the IPP specifications.
13489
13490 Defaults to @samp{#f}.
13491 @end deftypevr
13492
13493 @deftypevr {@code{cups-configuration} parameter} non-negative-integer timeout
13494 Specifies the HTTP request timeout, in seconds.
13495
13496 Defaults to @samp{300}.
13497
13498 @end deftypevr
13499
13500 @deftypevr {@code{cups-configuration} parameter} boolean web-interface?
13501 Specifies whether the web interface is enabled.
13502
13503 Defaults to @samp{#f}.
13504 @end deftypevr
13505
13506 At this point you're probably thinking ``oh dear, Guix manual, I like
13507 you but you can stop already with the configuration options''. Indeed.
13508 However, one more point: it could be that you have an existing
13509 @code{cupsd.conf} that you want to use. In that case, you can pass an
13510 @code{opaque-cups-configuration} as the configuration of a
13511 @code{cups-service-type}.
13512
13513 Available @code{opaque-cups-configuration} fields are:
13514
13515 @deftypevr {@code{opaque-cups-configuration} parameter} package cups
13516 The CUPS package.
13517 @end deftypevr
13518
13519 @deftypevr {@code{opaque-cups-configuration} parameter} string cupsd.conf
13520 The contents of the @code{cupsd.conf}, as a string.
13521 @end deftypevr
13522
13523 @deftypevr {@code{opaque-cups-configuration} parameter} string cups-files.conf
13524 The contents of the @code{cups-files.conf} file, as a string.
13525 @end deftypevr
13526
13527 For example, if your @code{cupsd.conf} and @code{cups-files.conf} are in
13528 strings of the same name, you could instantiate a CUPS service like
13529 this:
13530
13531 @example
13532 (service cups-service-type
13533 (opaque-cups-configuration
13534 (cupsd.conf cupsd.conf)
13535 (cups-files.conf cups-files.conf)))
13536 @end example
13537
13538
13539 @node Desktop Services
13540 @subsubsection Desktop Services
13541
13542 The @code{(gnu services desktop)} module provides services that are
13543 usually useful in the context of a ``desktop'' setup---that is, on a
13544 machine running a graphical display server, possibly with graphical user
13545 interfaces, etc. It also defines services that provide specific desktop
13546 environments like GNOME, XFCE or MATE.
13547
13548 To simplify things, the module defines a variable containing the set of
13549 services that users typically expect on a machine with a graphical
13550 environment and networking:
13551
13552 @defvr {Scheme Variable} %desktop-services
13553 This is a list of services that builds upon @var{%base-services} and
13554 adds or adjusts services for a typical ``desktop'' setup.
13555
13556 In particular, it adds a graphical login manager (@pxref{X Window,
13557 @code{slim-service}}), screen lockers, a network management tool
13558 (@pxref{Networking Services, @code{network-manager-service-type}}), energy and color
13559 management services, the @code{elogind} login and seat manager, the
13560 Polkit privilege service, the GeoClue location service, the
13561 AccountsService daemon that allows authorized users change system
13562 passwords, an NTP client (@pxref{Networking Services}), the Avahi
13563 daemon, and has the name service switch service configured to be able to
13564 use @code{nss-mdns} (@pxref{Name Service Switch, mDNS}).
13565 @end defvr
13566
13567 The @var{%desktop-services} variable can be used as the @code{services}
13568 field of an @code{operating-system} declaration (@pxref{operating-system
13569 Reference, @code{services}}).
13570
13571 Additionally, the @code{gnome-desktop-service},
13572 @code{xfce-desktop-service}, @code{mate-desktop-service} and
13573 @code{enlightenment-desktop-service-type} procedures can add GNOME, XFCE, MATE
13574 and/or Enlightenment to a system. To ``add GNOME'' means that system-level
13575 services like the backlight adjustment helpers and the power management
13576 utilities are added to the system, extending @code{polkit} and @code{dbus}
13577 appropriately, allowing GNOME to operate with elevated privileges on a
13578 limited number of special-purpose system interfaces. Additionally,
13579 adding a service made by @code{gnome-desktop-service} adds the GNOME
13580 metapackage to the system profile. Likewise, adding the XFCE service
13581 not only adds the @code{xfce} metapackage to the system profile, but it
13582 also gives the Thunar file manager the ability to open a ``root-mode''
13583 file management window, if the user authenticates using the
13584 administrator's password via the standard polkit graphical interface.
13585 To ``add MATE'' means that @code{polkit} and @code{dbus} are extended
13586 appropriately, allowing MATE to operate with elevated privileges on a
13587 limited number of special-purpose system interfaces. Additionally,
13588 adding a service made by @code{mate-desktop-service} adds the MATE
13589 metapackage to the system profile. ``Adding ENLIGHTENMENT'' means that
13590 @code{dbus} is extended appropriately, and several of Enlightenment's binaries
13591 are set as setuid, allowing Enlightenment's screen locker and other
13592 functionality to work as expetected.
13593
13594 The desktop environments in Guix use the Xorg display server by
13595 default. If you'd like to use the newer display server protocol
13596 called Wayland, you need to use the @code{sddm-service} instead of the
13597 @code{slim-service} for the graphical login manager. You should then
13598 select the ``GNOME (Wayland)'' session in SDDM. Alternatively you can
13599 also try starting GNOME on Wayland manually from a TTY with the
13600 command ``XDG_SESSION_TYPE=wayland exec dbus-run-session
13601 gnome-session``. Currently only GNOME has support for Wayland.
13602
13603 @deffn {Scheme Procedure} gnome-desktop-service
13604 Return a service that adds the @code{gnome} package to the system
13605 profile, and extends polkit with the actions from
13606 @code{gnome-settings-daemon}.
13607 @end deffn
13608
13609 @deffn {Scheme Procedure} xfce-desktop-service
13610 Return a service that adds the @code{xfce} package to the system profile,
13611 and extends polkit with the ability for @code{thunar} to manipulate the
13612 file system as root from within a user session, after the user has
13613 authenticated with the administrator's password.
13614 @end deffn
13615
13616 @deffn {Scheme Procedure} mate-desktop-service
13617 Return a service that adds the @code{mate} package to the system
13618 profile, and extends polkit with the actions from
13619 @code{mate-settings-daemon}.
13620 @end deffn
13621
13622 @deffn {Scheme Procedure} enlightenment-desktop-service-type
13623 Return a service that adds the @code{enlightenment} package to the system
13624 profile, and extends dbus with actions from @code{efl}.
13625 @end deffn
13626
13627 @deftp {Data Type} enlightenment-desktop-service-configuration
13628 @table @asis
13629 @item @code{enlightenment} (default @code{enlightenment})
13630 The enlightenment package to use.
13631 @end table
13632 @end deftp
13633
13634 Because the GNOME, XFCE and MATE desktop services pull in so many packages,
13635 the default @code{%desktop-services} variable doesn't include any of
13636 them by default. To add GNOME, XFCE or MATE, just @code{cons} them onto
13637 @code{%desktop-services} in the @code{services} field of your
13638 @code{operating-system}:
13639
13640 @example
13641 (use-modules (gnu))
13642 (use-service-modules desktop)
13643 (operating-system
13644 ...
13645 ;; cons* adds items to the list given as its last argument.
13646 (services (cons* (gnome-desktop-service)
13647 (xfce-desktop-service)
13648 %desktop-services))
13649 ...)
13650 @end example
13651
13652 These desktop environments will then be available as options in the
13653 graphical login window.
13654
13655 The actual service definitions included in @code{%desktop-services} and
13656 provided by @code{(gnu services dbus)} and @code{(gnu services desktop)}
13657 are described below.
13658
13659 @deffn {Scheme Procedure} dbus-service [#:dbus @var{dbus}] [#:services '()]
13660 Return a service that runs the ``system bus'', using @var{dbus}, with
13661 support for @var{services}.
13662
13663 @uref{http://dbus.freedesktop.org/, D-Bus} is an inter-process communication
13664 facility. Its system bus is used to allow system services to communicate
13665 and to be notified of system-wide events.
13666
13667 @var{services} must be a list of packages that provide an
13668 @file{etc/dbus-1/system.d} directory containing additional D-Bus configuration
13669 and policy files. For example, to allow avahi-daemon to use the system bus,
13670 @var{services} must be equal to @code{(list avahi)}.
13671 @end deffn
13672
13673 @deffn {Scheme Procedure} elogind-service [#:config @var{config}]
13674 Return a service that runs the @code{elogind} login and
13675 seat management daemon. @uref{https://github.com/elogind/elogind,
13676 Elogind} exposes a D-Bus interface that can be used to know which users
13677 are logged in, know what kind of sessions they have open, suspend the
13678 system, inhibit system suspend, reboot the system, and other tasks.
13679
13680 Elogind handles most system-level power events for a computer, for
13681 example suspending the system when a lid is closed, or shutting it down
13682 when the power button is pressed.
13683
13684 The @var{config} keyword argument specifies the configuration for
13685 elogind, and should be the result of an @code{(elogind-configuration
13686 (@var{parameter} @var{value})...)} invocation. Available parameters and
13687 their default values are:
13688
13689 @table @code
13690 @item kill-user-processes?
13691 @code{#f}
13692 @item kill-only-users
13693 @code{()}
13694 @item kill-exclude-users
13695 @code{("root")}
13696 @item inhibit-delay-max-seconds
13697 @code{5}
13698 @item handle-power-key
13699 @code{poweroff}
13700 @item handle-suspend-key
13701 @code{suspend}
13702 @item handle-hibernate-key
13703 @code{hibernate}
13704 @item handle-lid-switch
13705 @code{suspend}
13706 @item handle-lid-switch-docked
13707 @code{ignore}
13708 @item power-key-ignore-inhibited?
13709 @code{#f}
13710 @item suspend-key-ignore-inhibited?
13711 @code{#f}
13712 @item hibernate-key-ignore-inhibited?
13713 @code{#f}
13714 @item lid-switch-ignore-inhibited?
13715 @code{#t}
13716 @item holdoff-timeout-seconds
13717 @code{30}
13718 @item idle-action
13719 @code{ignore}
13720 @item idle-action-seconds
13721 @code{(* 30 60)}
13722 @item runtime-directory-size-percent
13723 @code{10}
13724 @item runtime-directory-size
13725 @code{#f}
13726 @item remove-ipc?
13727 @code{#t}
13728 @item suspend-state
13729 @code{("mem" "standby" "freeze")}
13730 @item suspend-mode
13731 @code{()}
13732 @item hibernate-state
13733 @code{("disk")}
13734 @item hibernate-mode
13735 @code{("platform" "shutdown")}
13736 @item hybrid-sleep-state
13737 @code{("disk")}
13738 @item hybrid-sleep-mode
13739 @code{("suspend" "platform" "shutdown")}
13740 @end table
13741 @end deffn
13742
13743 @deffn {Scheme Procedure} accountsservice-service @
13744 [#:accountsservice @var{accountsservice}]
13745 Return a service that runs AccountsService, a system service that can
13746 list available accounts, change their passwords, and so on.
13747 AccountsService integrates with PolicyKit to enable unprivileged users
13748 to acquire the capability to modify their system configuration.
13749 @uref{https://www.freedesktop.org/wiki/Software/AccountsService/, the
13750 accountsservice web site} for more information.
13751
13752 The @var{accountsservice} keyword argument is the @code{accountsservice}
13753 package to expose as a service.
13754 @end deffn
13755
13756 @deffn {Scheme Procedure} polkit-service @
13757 [#:polkit @var{polkit}]
13758 Return a service that runs the
13759 @uref{http://www.freedesktop.org/wiki/Software/polkit/, Polkit privilege
13760 management service}, which allows system administrators to grant access to
13761 privileged operations in a structured way. By querying the Polkit service, a
13762 privileged system component can know when it should grant additional
13763 capabilities to ordinary users. For example, an ordinary user can be granted
13764 the capability to suspend the system if the user is logged in locally.
13765 @end deffn
13766
13767 @deffn {Scheme Procedure} upower-service [#:upower @var{upower}] @
13768 [#:watts-up-pro? #f] @
13769 [#:poll-batteries? #t] @
13770 [#:ignore-lid? #f] @
13771 [#:use-percentage-for-policy? #f] @
13772 [#:percentage-low 10] @
13773 [#:percentage-critical 3] @
13774 [#:percentage-action 2] @
13775 [#:time-low 1200] @
13776 [#:time-critical 300] @
13777 [#:time-action 120] @
13778 [#:critical-power-action 'hybrid-sleep]
13779 Return a service that runs @uref{http://upower.freedesktop.org/,
13780 @command{upowerd}}, a system-wide monitor for power consumption and battery
13781 levels, with the given configuration settings. It implements the
13782 @code{org.freedesktop.UPower} D-Bus interface, and is notably used by
13783 GNOME.
13784 @end deffn
13785
13786 @deffn {Scheme Procedure} udisks-service [#:udisks @var{udisks}]
13787 Return a service for @uref{http://udisks.freedesktop.org/docs/latest/,
13788 UDisks}, a @dfn{disk management} daemon that provides user interfaces with
13789 notifications and ways to mount/unmount disks. Programs that talk to UDisks
13790 include the @command{udisksctl} command, part of UDisks, and GNOME Disks.
13791 @end deffn
13792
13793 @deffn {Scheme Procedure} colord-service [#:colord @var{colord}]
13794 Return a service that runs @command{colord}, a system service with a D-Bus
13795 interface to manage the color profiles of input and output devices such as
13796 screens and scanners. It is notably used by the GNOME Color Manager graphical
13797 tool. See @uref{http://www.freedesktop.org/software/colord/, the colord web
13798 site} for more information.
13799 @end deffn
13800
13801 @deffn {Scheme Procedure} geoclue-application name [#:allowed? #t] [#:system? #f] [#:users '()]
13802 Return a configuration allowing an application to access GeoClue
13803 location data. @var{name} is the Desktop ID of the application, without
13804 the @code{.desktop} part. If @var{allowed?} is true, the application
13805 will have access to location information by default. The boolean
13806 @var{system?} value indicates whether an application is a system component
13807 or not. Finally @var{users} is a list of UIDs of all users for which
13808 this application is allowed location info access. An empty users list
13809 means that all users are allowed.
13810 @end deffn
13811
13812 @defvr {Scheme Variable} %standard-geoclue-applications
13813 The standard list of well-known GeoClue application configurations,
13814 granting authority to the GNOME date-and-time utility to ask for the
13815 current location in order to set the time zone, and allowing the
13816 IceCat and Epiphany web browsers to request location information.
13817 IceCat and Epiphany both query the user before allowing a web page to
13818 know the user's location.
13819 @end defvr
13820
13821 @deffn {Scheme Procedure} geoclue-service [#:colord @var{colord}] @
13822 [#:whitelist '()] @
13823 [#:wifi-geolocation-url "https://location.services.mozilla.com/v1/geolocate?key=geoclue"] @
13824 [#:submit-data? #f]
13825 [#:wifi-submission-url "https://location.services.mozilla.com/v1/submit?key=geoclue"] @
13826 [#:submission-nick "geoclue"] @
13827 [#:applications %standard-geoclue-applications]
13828 Return a service that runs the GeoClue location service. This service
13829 provides a D-Bus interface to allow applications to request access to a
13830 user's physical location, and optionally to add information to online
13831 location databases. See
13832 @uref{https://wiki.freedesktop.org/www/Software/GeoClue/, the GeoClue
13833 web site} for more information.
13834 @end deffn
13835
13836 @deffn {Scheme Procedure} bluetooth-service [#:bluez @var{bluez}] @
13837 [@w{#:auto-enable? #f}]
13838 Return a service that runs the @command{bluetoothd} daemon, which
13839 manages all the Bluetooth devices and provides a number of D-Bus
13840 interfaces. When AUTO-ENABLE? is true, the bluetooth controller is
13841 powered automatically at boot, which can be useful when using a
13842 bluetooth keyboard or mouse.
13843
13844 Users need to be in the @code{lp} group to access the D-Bus service.
13845 @end deffn
13846
13847 @node Sound Services
13848 @subsubsection Sound Services
13849
13850 @cindex sound support
13851 @cindex ALSA
13852 @cindex PulseAudio, sound support
13853
13854 The @code{(gnu services sound)} module provides a service to configure the
13855 Advanced Linux Sound Architecture (ALSA) system, which making PulseAudio the
13856 preferred ALSA output driver.
13857
13858 @deffn {Scheme Variable} alsa-service-type
13859 This is the type for the @uref{https://alsa-project.org/, Advanced Linux Sound
13860 Architecture} (ALSA) system, which generates the @file{/etc/asound.conf}
13861 configuration file. The value for this type is a @command{alsa-configuration}
13862 record as in this example:
13863
13864 @example
13865 (service alsa-service-type)
13866 @end example
13867
13868 See below for details about @code{alsa-configuration}.
13869 @end deffn
13870
13871 @deftp {Data Type} alsa-configuration
13872 Data type representing the configuration for @code{alsa-service}.
13873
13874 @table @asis
13875 @item @code{alsa-plugins} (default: @var{alsa-plugins})
13876 @code{alsa-plugins} package to use.
13877
13878 @item @code{pulseaudio?} (default: @var{#t})
13879 Whether ALSA applications should transparently be made to use the
13880 @uref{http://www.pulseaudio.org/, PulseAudio} sound server.
13881
13882 Using PulseAudio allows you to run several sound-producing applications
13883 at the same time and to individual control them @i{via}
13884 @command{pavucontrol}, among other things.
13885
13886 @item @code{extra-options} (default: @var{""})
13887 String to append to the @file{/etc/asound.conf} file.
13888
13889 @end table
13890 @end deftp
13891
13892 Individual users who want to override the system configuration of ALSA can do
13893 it with the @file{~/.asoundrc} file:
13894
13895 @example
13896 # In guix, we have to specify the absolute path for plugins.
13897 pcm_type.jack @{
13898 lib "/home/alice/.guix-profile/lib/alsa-lib/libasound_module_pcm_jack.so"
13899 @}
13900
13901 # Routing ALSA to jack:
13902 # <http://jackaudio.org/faq/routing_alsa.html>.
13903 pcm.rawjack @{
13904 type jack
13905 playback_ports @{
13906 0 system:playback_1
13907 1 system:playback_2
13908 @}
13909
13910 capture_ports @{
13911 0 system:capture_1
13912 1 system:capture_2
13913 @}
13914 @}
13915
13916 pcm.!default @{
13917 type plug
13918 slave @{
13919 pcm "rawjack"
13920 @}
13921 @}
13922 @end example
13923
13924 See @uref{https://www.alsa-project.org/main/index.php/Asoundrc} for the
13925 details.
13926
13927
13928 @node Database Services
13929 @subsubsection Database Services
13930
13931 @cindex database
13932 @cindex SQL
13933 The @code{(gnu services databases)} module provides the following services.
13934
13935 @deffn {Scheme Procedure} postgresql-service [#:postgresql postgresql] @
13936 [#:config-file] [#:data-directory ``/var/lib/postgresql/data''] @
13937 [#:port 5432] [#:locale ``en_US.utf8'']
13938 Return a service that runs @var{postgresql}, the PostgreSQL database
13939 server.
13940
13941 The PostgreSQL daemon loads its runtime configuration from @var{config-file},
13942 creates a database cluster with @var{locale} as the default
13943 locale, stored in @var{data-directory}. It then listens on @var{port}.
13944 @end deffn
13945
13946 @deffn {Scheme Procedure} mysql-service [#:config (mysql-configuration)]
13947 Return a service that runs @command{mysqld}, the MySQL or MariaDB
13948 database server.
13949
13950 The optional @var{config} argument specifies the configuration for
13951 @command{mysqld}, which should be a @code{<mysql-configuration>} object.
13952 @end deffn
13953
13954 @deftp {Data Type} mysql-configuration
13955 Data type representing the configuration of @var{mysql-service}.
13956
13957 @table @asis
13958 @item @code{mysql} (default: @var{mariadb})
13959 Package object of the MySQL database server, can be either @var{mariadb}
13960 or @var{mysql}.
13961
13962 For MySQL, a temporary root password will be displayed at activation time.
13963 For MariaDB, the root password is empty.
13964
13965 @item @code{port} (default: @code{3306})
13966 TCP port on which the database server listens for incoming connections.
13967 @end table
13968 @end deftp
13969
13970 @defvr {Scheme Variable} memcached-service-type
13971 This is the service type for the @uref{https://memcached.org/,
13972 Memcached} service, which provides a distributed in memory cache. The
13973 value for the service type is a @code{memcached-configuration} object.
13974 @end defvr
13975
13976 @example
13977 (service memcached-service-type)
13978 @end example
13979
13980 @deftp {Data Type} memcached-configuration
13981 Data type representing the configuration of memcached.
13982
13983 @table @asis
13984 @item @code{memcached} (default: @code{memcached})
13985 The Memcached package to use.
13986
13987 @item @code{interfaces} (default: @code{'("0.0.0.0")})
13988 Network interfaces on which to listen.
13989
13990 @item @code{tcp-port} (default: @code{11211})
13991 Port on which to accept connections on,
13992
13993 @item @code{udp-port} (default: @code{11211})
13994 Port on which to accept UDP connections on, a value of 0 will disable
13995 listening on a UDP socket.
13996
13997 @item @code{additional-options} (default: @code{'()})
13998 Additional command line options to pass to @code{memcached}.
13999 @end table
14000 @end deftp
14001
14002 @defvr {Scheme Variable} mongodb-service-type
14003 This is the service type for @uref{https://www.mongodb.com/, MongoDB}.
14004 The value for the service type is a @code{mongodb-configuration} object.
14005 @end defvr
14006
14007 @example
14008 (service mongodb-service-type)
14009 @end example
14010
14011 @deftp {Data Type} mongodb-configuration
14012 Data type representing the configuration of mongodb.
14013
14014 @table @asis
14015 @item @code{mongodb} (default: @code{mongodb})
14016 The MongoDB package to use.
14017
14018 @item @code{config-file} (default: @code{%default-mongodb-configuration-file})
14019 The configuration file for MongoDB.
14020
14021 @item @code{data-directory} (default: @code{"/var/lib/mongodb"})
14022 This value is used to create the directory, so that it exists and is
14023 owned by the mongodb user. It should match the data-directory which
14024 MongoDB is configured to use through the configuration file.
14025 @end table
14026 @end deftp
14027
14028 @defvr {Scheme Variable} redis-service-type
14029 This is the service type for the @uref{https://redis.io/, Redis}
14030 key/value store, whose value is a @code{redis-configuration} object.
14031 @end defvr
14032
14033 @deftp {Data Type} redis-configuration
14034 Data type representing the configuration of redis.
14035
14036 @table @asis
14037 @item @code{redis} (default: @code{redis})
14038 The Redis package to use.
14039
14040 @item @code{bind} (default: @code{"127.0.0.1"})
14041 Network interface on which to listen.
14042
14043 @item @code{port} (default: @code{6379})
14044 Port on which to accept connections on, a value of 0 will disable
14045 listening on a TCP socket.
14046
14047 @item @code{working-directory} (default: @code{"/var/lib/redis"})
14048 Directory in which to store the database and related files.
14049 @end table
14050 @end deftp
14051
14052 @node Mail Services
14053 @subsubsection Mail Services
14054
14055 @cindex mail
14056 @cindex email
14057 The @code{(gnu services mail)} module provides Guix service definitions
14058 for email services: IMAP, POP3, and LMTP servers, as well as mail
14059 transport agents (MTAs). Lots of acronyms! These services are detailed
14060 in the subsections below.
14061
14062 @subsubheading Dovecot Service
14063
14064 @deffn {Scheme Procedure} dovecot-service [#:config (dovecot-configuration)]
14065 Return a service that runs the Dovecot IMAP/POP3/LMTP mail server.
14066 @end deffn
14067
14068 By default, Dovecot does not need much configuration; the default
14069 configuration object created by @code{(dovecot-configuration)} will
14070 suffice if your mail is delivered to @code{~/Maildir}. A self-signed
14071 certificate will be generated for TLS-protected connections, though
14072 Dovecot will also listen on cleartext ports by default. There are a
14073 number of options, though, which mail administrators might need to change,
14074 and as is the case with other services, Guix allows the system
14075 administrator to specify these parameters via a uniform Scheme interface.
14076
14077 For example, to specify that mail is located at @code{maildir~/.mail},
14078 one would instantiate the Dovecot service like this:
14079
14080 @example
14081 (dovecot-service #:config
14082 (dovecot-configuration
14083 (mail-location "maildir:~/.mail")))
14084 @end example
14085
14086 The available configuration parameters follow. Each parameter
14087 definition is preceded by its type; for example, @samp{string-list foo}
14088 indicates that the @code{foo} parameter should be specified as a list of
14089 strings. There is also a way to specify the configuration as a string,
14090 if you have an old @code{dovecot.conf} file that you want to port over
14091 from some other system; see the end for more details.
14092
14093 @c The following documentation was initially generated by
14094 @c (generate-documentation) in (gnu services mail). Manually maintained
14095 @c documentation is better, so we shouldn't hesitate to edit below as
14096 @c needed. However if the change you want to make to this documentation
14097 @c can be done in an automated way, it's probably easier to change
14098 @c (generate-documentation) than to make it below and have to deal with
14099 @c the churn as dovecot updates.
14100
14101 Available @code{dovecot-configuration} fields are:
14102
14103 @deftypevr {@code{dovecot-configuration} parameter} package dovecot
14104 The dovecot package.
14105 @end deftypevr
14106
14107 @deftypevr {@code{dovecot-configuration} parameter} comma-separated-string-list listen
14108 A list of IPs or hosts where to listen for connections. @samp{*}
14109 listens on all IPv4 interfaces, @samp{::} listens on all IPv6
14110 interfaces. If you want to specify non-default ports or anything more
14111 complex, customize the address and port fields of the
14112 @samp{inet-listener} of the specific services you are interested in.
14113 @end deftypevr
14114
14115 @deftypevr {@code{dovecot-configuration} parameter} protocol-configuration-list protocols
14116 List of protocols we want to serve. Available protocols include
14117 @samp{imap}, @samp{pop3}, and @samp{lmtp}.
14118
14119 Available @code{protocol-configuration} fields are:
14120
14121 @deftypevr {@code{protocol-configuration} parameter} string name
14122 The name of the protocol.
14123 @end deftypevr
14124
14125 @deftypevr {@code{protocol-configuration} parameter} string auth-socket-path
14126 UNIX socket path to the master authentication server to find users.
14127 This is used by imap (for shared users) and lda.
14128 It defaults to @samp{"/var/run/dovecot/auth-userdb"}.
14129 @end deftypevr
14130
14131 @deftypevr {@code{protocol-configuration} parameter} space-separated-string-list mail-plugins
14132 Space separated list of plugins to load.
14133 @end deftypevr
14134
14135 @deftypevr {@code{protocol-configuration} parameter} non-negative-integer mail-max-userip-connections
14136 Maximum number of IMAP connections allowed for a user from each IP
14137 address. NOTE: The username is compared case-sensitively.
14138 Defaults to @samp{10}.
14139 @end deftypevr
14140
14141 @end deftypevr
14142
14143 @deftypevr {@code{dovecot-configuration} parameter} service-configuration-list services
14144 List of services to enable. Available services include @samp{imap},
14145 @samp{imap-login}, @samp{pop3}, @samp{pop3-login}, @samp{auth}, and
14146 @samp{lmtp}.
14147
14148 Available @code{service-configuration} fields are:
14149
14150 @deftypevr {@code{service-configuration} parameter} string kind
14151 The service kind. Valid values include @code{director},
14152 @code{imap-login}, @code{pop3-login}, @code{lmtp}, @code{imap},
14153 @code{pop3}, @code{auth}, @code{auth-worker}, @code{dict},
14154 @code{tcpwrap}, @code{quota-warning}, or anything else.
14155 @end deftypevr
14156
14157 @deftypevr {@code{service-configuration} parameter} listener-configuration-list listeners
14158 Listeners for the service. A listener is either a
14159 @code{unix-listener-configuration}, a @code{fifo-listener-configuration}, or
14160 an @code{inet-listener-configuration}.
14161 Defaults to @samp{()}.
14162
14163 Available @code{unix-listener-configuration} fields are:
14164
14165 @deftypevr {@code{unix-listener-configuration} parameter} string path
14166 Path to the file, relative to @code{base-dir} field. This is also used as
14167 the section name.
14168 @end deftypevr
14169
14170 @deftypevr {@code{unix-listener-configuration} parameter} string mode
14171 The access mode for the socket.
14172 Defaults to @samp{"0600"}.
14173 @end deftypevr
14174
14175 @deftypevr {@code{unix-listener-configuration} parameter} string user
14176 The user to own the socket.
14177 Defaults to @samp{""}.
14178 @end deftypevr
14179
14180 @deftypevr {@code{unix-listener-configuration} parameter} string group
14181 The group to own the socket.
14182 Defaults to @samp{""}.
14183 @end deftypevr
14184
14185
14186 Available @code{fifo-listener-configuration} fields are:
14187
14188 @deftypevr {@code{fifo-listener-configuration} parameter} string path
14189 Path to the file, relative to @code{base-dir} field. This is also used as
14190 the section name.
14191 @end deftypevr
14192
14193 @deftypevr {@code{fifo-listener-configuration} parameter} string mode
14194 The access mode for the socket.
14195 Defaults to @samp{"0600"}.
14196 @end deftypevr
14197
14198 @deftypevr {@code{fifo-listener-configuration} parameter} string user
14199 The user to own the socket.
14200 Defaults to @samp{""}.
14201 @end deftypevr
14202
14203 @deftypevr {@code{fifo-listener-configuration} parameter} string group
14204 The group to own the socket.
14205 Defaults to @samp{""}.
14206 @end deftypevr
14207
14208
14209 Available @code{inet-listener-configuration} fields are:
14210
14211 @deftypevr {@code{inet-listener-configuration} parameter} string protocol
14212 The protocol to listen for.
14213 @end deftypevr
14214
14215 @deftypevr {@code{inet-listener-configuration} parameter} string address
14216 The address on which to listen, or empty for all addresses.
14217 Defaults to @samp{""}.
14218 @end deftypevr
14219
14220 @deftypevr {@code{inet-listener-configuration} parameter} non-negative-integer port
14221 The port on which to listen.
14222 @end deftypevr
14223
14224 @deftypevr {@code{inet-listener-configuration} parameter} boolean ssl?
14225 Whether to use SSL for this service; @samp{yes}, @samp{no}, or
14226 @samp{required}.
14227 Defaults to @samp{#t}.
14228 @end deftypevr
14229
14230 @end deftypevr
14231
14232 @deftypevr {@code{service-configuration} parameter} non-negative-integer service-count
14233 Number of connections to handle before starting a new process.
14234 Typically the only useful values are 0 (unlimited) or 1. 1 is more
14235 secure, but 0 is faster. <doc/wiki/LoginProcess.txt>.
14236 Defaults to @samp{1}.
14237 @end deftypevr
14238
14239 @deftypevr {@code{service-configuration} parameter} non-negative-integer process-min-avail
14240 Number of processes to always keep waiting for more connections.
14241 Defaults to @samp{0}.
14242 @end deftypevr
14243
14244 @deftypevr {@code{service-configuration} parameter} non-negative-integer vsz-limit
14245 If you set @samp{service-count 0}, you probably need to grow
14246 this.
14247 Defaults to @samp{256000000}.
14248 @end deftypevr
14249
14250 @end deftypevr
14251
14252 @deftypevr {@code{dovecot-configuration} parameter} dict-configuration dict
14253 Dict configuration, as created by the @code{dict-configuration}
14254 constructor.
14255
14256 Available @code{dict-configuration} fields are:
14257
14258 @deftypevr {@code{dict-configuration} parameter} free-form-fields entries
14259 A list of key-value pairs that this dict should hold.
14260 Defaults to @samp{()}.
14261 @end deftypevr
14262
14263 @end deftypevr
14264
14265 @deftypevr {@code{dovecot-configuration} parameter} passdb-configuration-list passdbs
14266 A list of passdb configurations, each one created by the
14267 @code{passdb-configuration} constructor.
14268
14269 Available @code{passdb-configuration} fields are:
14270
14271 @deftypevr {@code{passdb-configuration} parameter} string driver
14272 The driver that the passdb should use. Valid values include
14273 @samp{pam}, @samp{passwd}, @samp{shadow}, @samp{bsdauth}, and
14274 @samp{static}.
14275 Defaults to @samp{"pam"}.
14276 @end deftypevr
14277
14278 @deftypevr {@code{passdb-configuration} parameter} space-separated-string-list args
14279 Space separated list of arguments to the passdb driver.
14280 Defaults to @samp{""}.
14281 @end deftypevr
14282
14283 @end deftypevr
14284
14285 @deftypevr {@code{dovecot-configuration} parameter} userdb-configuration-list userdbs
14286 List of userdb configurations, each one created by the
14287 @code{userdb-configuration} constructor.
14288
14289 Available @code{userdb-configuration} fields are:
14290
14291 @deftypevr {@code{userdb-configuration} parameter} string driver
14292 The driver that the userdb should use. Valid values include
14293 @samp{passwd} and @samp{static}.
14294 Defaults to @samp{"passwd"}.
14295 @end deftypevr
14296
14297 @deftypevr {@code{userdb-configuration} parameter} space-separated-string-list args
14298 Space separated list of arguments to the userdb driver.
14299 Defaults to @samp{""}.
14300 @end deftypevr
14301
14302 @deftypevr {@code{userdb-configuration} parameter} free-form-args override-fields
14303 Override fields from passwd.
14304 Defaults to @samp{()}.
14305 @end deftypevr
14306
14307 @end deftypevr
14308
14309 @deftypevr {@code{dovecot-configuration} parameter} plugin-configuration plugin-configuration
14310 Plug-in configuration, created by the @code{plugin-configuration}
14311 constructor.
14312 @end deftypevr
14313
14314 @deftypevr {@code{dovecot-configuration} parameter} list-of-namespace-configuration namespaces
14315 List of namespaces. Each item in the list is created by the
14316 @code{namespace-configuration} constructor.
14317
14318 Available @code{namespace-configuration} fields are:
14319
14320 @deftypevr {@code{namespace-configuration} parameter} string name
14321 Name for this namespace.
14322 @end deftypevr
14323
14324 @deftypevr {@code{namespace-configuration} parameter} string type
14325 Namespace type: @samp{private}, @samp{shared} or @samp{public}.
14326 Defaults to @samp{"private"}.
14327 @end deftypevr
14328
14329 @deftypevr {@code{namespace-configuration} parameter} string separator
14330 Hierarchy separator to use. You should use the same separator for
14331 all namespaces or some clients get confused. @samp{/} is usually a good
14332 one. The default however depends on the underlying mail storage
14333 format.
14334 Defaults to @samp{""}.
14335 @end deftypevr
14336
14337 @deftypevr {@code{namespace-configuration} parameter} string prefix
14338 Prefix required to access this namespace. This needs to be
14339 different for all namespaces. For example @samp{Public/}.
14340 Defaults to @samp{""}.
14341 @end deftypevr
14342
14343 @deftypevr {@code{namespace-configuration} parameter} string location
14344 Physical location of the mailbox. This is in the same format as
14345 mail_location, which is also the default for it.
14346 Defaults to @samp{""}.
14347 @end deftypevr
14348
14349 @deftypevr {@code{namespace-configuration} parameter} boolean inbox?
14350 There can be only one INBOX, and this setting defines which
14351 namespace has it.
14352 Defaults to @samp{#f}.
14353 @end deftypevr
14354
14355 @deftypevr {@code{namespace-configuration} parameter} boolean hidden?
14356 If namespace is hidden, it's not advertised to clients via NAMESPACE
14357 extension. You'll most likely also want to set @samp{list? #f}. This is mostly
14358 useful when converting from another server with different namespaces
14359 which you want to deprecate but still keep working. For example you can
14360 create hidden namespaces with prefixes @samp{~/mail/}, @samp{~%u/mail/}
14361 and @samp{mail/}.
14362 Defaults to @samp{#f}.
14363 @end deftypevr
14364
14365 @deftypevr {@code{namespace-configuration} parameter} boolean list?
14366 Show the mailboxes under this namespace with the LIST command. This
14367 makes the namespace visible for clients that do not support the NAMESPACE
14368 extension. The special @code{children} value lists child mailboxes, but
14369 hides the namespace prefix.
14370 Defaults to @samp{#t}.
14371 @end deftypevr
14372
14373 @deftypevr {@code{namespace-configuration} parameter} boolean subscriptions?
14374 Namespace handles its own subscriptions. If set to @code{#f}, the
14375 parent namespace handles them. The empty prefix should always have this
14376 as @code{#t}).
14377 Defaults to @samp{#t}.
14378 @end deftypevr
14379
14380 @deftypevr {@code{namespace-configuration} parameter} mailbox-configuration-list mailboxes
14381 List of predefined mailboxes in this namespace.
14382 Defaults to @samp{()}.
14383
14384 Available @code{mailbox-configuration} fields are:
14385
14386 @deftypevr {@code{mailbox-configuration} parameter} string name
14387 Name for this mailbox.
14388 @end deftypevr
14389
14390 @deftypevr {@code{mailbox-configuration} parameter} string auto
14391 @samp{create} will automatically create this mailbox.
14392 @samp{subscribe} will both create and subscribe to the mailbox.
14393 Defaults to @samp{"no"}.
14394 @end deftypevr
14395
14396 @deftypevr {@code{mailbox-configuration} parameter} space-separated-string-list special-use
14397 List of IMAP @code{SPECIAL-USE} attributes as specified by RFC 6154.
14398 Valid values are @code{\All}, @code{\Archive}, @code{\Drafts},
14399 @code{\Flagged}, @code{\Junk}, @code{\Sent}, and @code{\Trash}.
14400 Defaults to @samp{()}.
14401 @end deftypevr
14402
14403 @end deftypevr
14404
14405 @end deftypevr
14406
14407 @deftypevr {@code{dovecot-configuration} parameter} file-name base-dir
14408 Base directory where to store runtime data.
14409 Defaults to @samp{"/var/run/dovecot/"}.
14410 @end deftypevr
14411
14412 @deftypevr {@code{dovecot-configuration} parameter} string login-greeting
14413 Greeting message for clients.
14414 Defaults to @samp{"Dovecot ready."}.
14415 @end deftypevr
14416
14417 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-trusted-networks
14418 List of trusted network ranges. Connections from these IPs are
14419 allowed to override their IP addresses and ports (for logging and for
14420 authentication checks). @samp{disable-plaintext-auth} is also ignored
14421 for these networks. Typically you would specify your IMAP proxy servers
14422 here.
14423 Defaults to @samp{()}.
14424 @end deftypevr
14425
14426 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-access-sockets
14427 List of login access check sockets (e.g. tcpwrap).
14428 Defaults to @samp{()}.
14429 @end deftypevr
14430
14431 @deftypevr {@code{dovecot-configuration} parameter} boolean verbose-proctitle?
14432 Show more verbose process titles (in ps). Currently shows user name
14433 and IP address. Useful for seeing who is actually using the IMAP
14434 processes (e.g. shared mailboxes or if the same uid is used for multiple
14435 accounts).
14436 Defaults to @samp{#f}.
14437 @end deftypevr
14438
14439 @deftypevr {@code{dovecot-configuration} parameter} boolean shutdown-clients?
14440 Should all processes be killed when Dovecot master process shuts down.
14441 Setting this to @code{#f} means that Dovecot can be upgraded without
14442 forcing existing client connections to close (although that could also
14443 be a problem if the upgrade is e.g. due to a security fix).
14444 Defaults to @samp{#t}.
14445 @end deftypevr
14446
14447 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer doveadm-worker-count
14448 If non-zero, run mail commands via this many connections to doveadm
14449 server, instead of running them directly in the same process.
14450 Defaults to @samp{0}.
14451 @end deftypevr
14452
14453 @deftypevr {@code{dovecot-configuration} parameter} string doveadm-socket-path
14454 UNIX socket or host:port used for connecting to doveadm server.
14455 Defaults to @samp{"doveadm-server"}.
14456 @end deftypevr
14457
14458 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list import-environment
14459 List of environment variables that are preserved on Dovecot startup
14460 and passed down to all of its child processes. You can also give
14461 key=value pairs to always set specific settings.
14462 @end deftypevr
14463
14464 @deftypevr {@code{dovecot-configuration} parameter} boolean disable-plaintext-auth?
14465 Disable LOGIN command and all other plaintext authentications unless
14466 SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
14467 matches the local IP (i.e. you're connecting from the same computer),
14468 the connection is considered secure and plaintext authentication is
14469 allowed. See also ssl=required setting.
14470 Defaults to @samp{#t}.
14471 @end deftypevr
14472
14473 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer auth-cache-size
14474 Authentication cache size (e.g. @samp{#e10e6}). 0 means it's disabled.
14475 Note that bsdauth, PAM and vpopmail require @samp{cache-key} to be set
14476 for caching to be used.
14477 Defaults to @samp{0}.
14478 @end deftypevr
14479
14480 @deftypevr {@code{dovecot-configuration} parameter} string auth-cache-ttl
14481 Time to live for cached data. After TTL expires the cached record
14482 is no longer used, *except* if the main database lookup returns internal
14483 failure. We also try to handle password changes automatically: If
14484 user's previous authentication was successful, but this one wasn't, the
14485 cache isn't used. For now this works only with plaintext
14486 authentication.
14487 Defaults to @samp{"1 hour"}.
14488 @end deftypevr
14489
14490 @deftypevr {@code{dovecot-configuration} parameter} string auth-cache-negative-ttl
14491 TTL for negative hits (user not found, password mismatch).
14492 0 disables caching them completely.
14493 Defaults to @samp{"1 hour"}.
14494 @end deftypevr
14495
14496 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list auth-realms
14497 List of realms for SASL authentication mechanisms that need them.
14498 You can leave it empty if you don't want to support multiple realms.
14499 Many clients simply use the first one listed here, so keep the default
14500 realm first.
14501 Defaults to @samp{()}.
14502 @end deftypevr
14503
14504 @deftypevr {@code{dovecot-configuration} parameter} string auth-default-realm
14505 Default realm/domain to use if none was specified. This is used for
14506 both SASL realms and appending @@domain to username in plaintext
14507 logins.
14508 Defaults to @samp{""}.
14509 @end deftypevr
14510
14511 @deftypevr {@code{dovecot-configuration} parameter} string auth-username-chars
14512 List of allowed characters in username. If the user-given username
14513 contains a character not listed in here, the login automatically fails.
14514 This is just an extra check to make sure user can't exploit any
14515 potential quote escaping vulnerabilities with SQL/LDAP databases. If
14516 you want to allow all characters, set this value to empty.
14517 Defaults to @samp{"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@@"}.
14518 @end deftypevr
14519
14520 @deftypevr {@code{dovecot-configuration} parameter} string auth-username-translation
14521 Username character translations before it's looked up from
14522 databases. The value contains series of from -> to characters. For
14523 example @samp{#@@/@@} means that @samp{#} and @samp{/} characters are
14524 translated to @samp{@@}.
14525 Defaults to @samp{""}.
14526 @end deftypevr
14527
14528 @deftypevr {@code{dovecot-configuration} parameter} string auth-username-format
14529 Username formatting before it's looked up from databases. You can
14530 use the standard variables here, e.g. %Lu would lowercase the username,
14531 %n would drop away the domain if it was given, or @samp{%n-AT-%d} would
14532 change the @samp{@@} into @samp{-AT-}. This translation is done after
14533 @samp{auth-username-translation} changes.
14534 Defaults to @samp{"%Lu"}.
14535 @end deftypevr
14536
14537 @deftypevr {@code{dovecot-configuration} parameter} string auth-master-user-separator
14538 If you want to allow master users to log in by specifying the master
14539 username within the normal username string (i.e. not using SASL
14540 mechanism's support for it), you can specify the separator character
14541 here. The format is then <username><separator><master username>.
14542 UW-IMAP uses @samp{*} as the separator, so that could be a good
14543 choice.
14544 Defaults to @samp{""}.
14545 @end deftypevr
14546
14547 @deftypevr {@code{dovecot-configuration} parameter} string auth-anonymous-username
14548 Username to use for users logging in with ANONYMOUS SASL
14549 mechanism.
14550 Defaults to @samp{"anonymous"}.
14551 @end deftypevr
14552
14553 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer auth-worker-max-count
14554 Maximum number of dovecot-auth worker processes. They're used to
14555 execute blocking passdb and userdb queries (e.g. MySQL and PAM).
14556 They're automatically created and destroyed as needed.
14557 Defaults to @samp{30}.
14558 @end deftypevr
14559
14560 @deftypevr {@code{dovecot-configuration} parameter} string auth-gssapi-hostname
14561 Host name to use in GSSAPI principal names. The default is to use
14562 the name returned by gethostname(). Use @samp{$ALL} (with quotes) to
14563 allow all keytab entries.
14564 Defaults to @samp{""}.
14565 @end deftypevr
14566
14567 @deftypevr {@code{dovecot-configuration} parameter} string auth-krb5-keytab
14568 Kerberos keytab to use for the GSSAPI mechanism. Will use the
14569 system default (usually @file{/etc/krb5.keytab}) if not specified. You may
14570 need to change the auth service to run as root to be able to read this
14571 file.
14572 Defaults to @samp{""}.
14573 @end deftypevr
14574
14575 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-use-winbind?
14576 Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon
14577 and @samp{ntlm-auth} helper.
14578 <doc/wiki/Authentication/Mechanisms/Winbind.txt>.
14579 Defaults to @samp{#f}.
14580 @end deftypevr
14581
14582 @deftypevr {@code{dovecot-configuration} parameter} file-name auth-winbind-helper-path
14583 Path for Samba's @samp{ntlm-auth} helper binary.
14584 Defaults to @samp{"/usr/bin/ntlm_auth"}.
14585 @end deftypevr
14586
14587 @deftypevr {@code{dovecot-configuration} parameter} string auth-failure-delay
14588 Time to delay before replying to failed authentications.
14589 Defaults to @samp{"2 secs"}.
14590 @end deftypevr
14591
14592 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-ssl-require-client-cert?
14593 Require a valid SSL client certificate or the authentication
14594 fails.
14595 Defaults to @samp{#f}.
14596 @end deftypevr
14597
14598 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-ssl-username-from-cert?
14599 Take the username from client's SSL certificate, using
14600 @code{X509_NAME_get_text_by_NID()} which returns the subject's DN's
14601 CommonName.
14602 Defaults to @samp{#f}.
14603 @end deftypevr
14604
14605 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list auth-mechanisms
14606 List of wanted authentication mechanisms. Supported mechanisms are:
14607 @samp{plain}, @samp{login}, @samp{digest-md5}, @samp{cram-md5},
14608 @samp{ntlm}, @samp{rpa}, @samp{apop}, @samp{anonymous}, @samp{gssapi},
14609 @samp{otp}, @samp{skey}, and @samp{gss-spnego}. NOTE: See also
14610 @samp{disable-plaintext-auth} setting.
14611 @end deftypevr
14612
14613 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list director-servers
14614 List of IPs or hostnames to all director servers, including ourself.
14615 Ports can be specified as ip:port. The default port is the same as what
14616 director service's @samp{inet-listener} is using.
14617 Defaults to @samp{()}.
14618 @end deftypevr
14619
14620 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list director-mail-servers
14621 List of IPs or hostnames to all backend mail servers. Ranges are
14622 allowed too, like 10.0.0.10-10.0.0.30.
14623 Defaults to @samp{()}.
14624 @end deftypevr
14625
14626 @deftypevr {@code{dovecot-configuration} parameter} string director-user-expire
14627 How long to redirect users to a specific server after it no longer
14628 has any connections.
14629 Defaults to @samp{"15 min"}.
14630 @end deftypevr
14631
14632 @deftypevr {@code{dovecot-configuration} parameter} string director-username-hash
14633 How the username is translated before being hashed. Useful values
14634 include %Ln if user can log in with or without @@domain, %Ld if mailboxes
14635 are shared within domain.
14636 Defaults to @samp{"%Lu"}.
14637 @end deftypevr
14638
14639 @deftypevr {@code{dovecot-configuration} parameter} string log-path
14640 Log file to use for error messages. @samp{syslog} logs to syslog,
14641 @samp{/dev/stderr} logs to stderr.
14642 Defaults to @samp{"syslog"}.
14643 @end deftypevr
14644
14645 @deftypevr {@code{dovecot-configuration} parameter} string info-log-path
14646 Log file to use for informational messages. Defaults to
14647 @samp{log-path}.
14648 Defaults to @samp{""}.
14649 @end deftypevr
14650
14651 @deftypevr {@code{dovecot-configuration} parameter} string debug-log-path
14652 Log file to use for debug messages. Defaults to
14653 @samp{info-log-path}.
14654 Defaults to @samp{""}.
14655 @end deftypevr
14656
14657 @deftypevr {@code{dovecot-configuration} parameter} string syslog-facility
14658 Syslog facility to use if you're logging to syslog. Usually if you
14659 don't want to use @samp{mail}, you'll use local0..local7. Also other
14660 standard facilities are supported.
14661 Defaults to @samp{"mail"}.
14662 @end deftypevr
14663
14664 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-verbose?
14665 Log unsuccessful authentication attempts and the reasons why they
14666 failed.
14667 Defaults to @samp{#f}.
14668 @end deftypevr
14669
14670 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-verbose-passwords?
14671 In case of password mismatches, log the attempted password. Valid
14672 values are no, plain and sha1. sha1 can be useful for detecting brute
14673 force password attempts vs. user simply trying the same password over
14674 and over again. You can also truncate the value to n chars by appending
14675 ":n" (e.g. sha1:6).
14676 Defaults to @samp{#f}.
14677 @end deftypevr
14678
14679 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-debug?
14680 Even more verbose logging for debugging purposes. Shows for example
14681 SQL queries.
14682 Defaults to @samp{#f}.
14683 @end deftypevr
14684
14685 @deftypevr {@code{dovecot-configuration} parameter} boolean auth-debug-passwords?
14686 In case of password mismatches, log the passwords and used scheme so
14687 the problem can be debugged. Enabling this also enables
14688 @samp{auth-debug}.
14689 Defaults to @samp{#f}.
14690 @end deftypevr
14691
14692 @deftypevr {@code{dovecot-configuration} parameter} boolean mail-debug?
14693 Enable mail process debugging. This can help you figure out why
14694 Dovecot isn't finding your mails.
14695 Defaults to @samp{#f}.
14696 @end deftypevr
14697
14698 @deftypevr {@code{dovecot-configuration} parameter} boolean verbose-ssl?
14699 Show protocol level SSL errors.
14700 Defaults to @samp{#f}.
14701 @end deftypevr
14702
14703 @deftypevr {@code{dovecot-configuration} parameter} string log-timestamp
14704 Prefix for each line written to log file. % codes are in
14705 strftime(3) format.
14706 Defaults to @samp{"\"%b %d %H:%M:%S \""}.
14707 @end deftypevr
14708
14709 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-log-format-elements
14710 List of elements we want to log. The elements which have a
14711 non-empty variable value are joined together to form a comma-separated
14712 string.
14713 @end deftypevr
14714
14715 @deftypevr {@code{dovecot-configuration} parameter} string login-log-format
14716 Login log format. %s contains @samp{login-log-format-elements}
14717 string, %$ contains the data we want to log.
14718 Defaults to @samp{"%$: %s"}.
14719 @end deftypevr
14720
14721 @deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix
14722 Log prefix for mail processes. See doc/wiki/Variables.txt for list
14723 of possible variables you can use.
14724 Defaults to @samp{"\"%s(%u)<%@{pid@}><%@{session@}>: \""}.
14725 @end deftypevr
14726
14727 @deftypevr {@code{dovecot-configuration} parameter} string deliver-log-format
14728 Format to use for logging mail deliveries. You can use variables:
14729 @table @code
14730 @item %$
14731 Delivery status message (e.g. @samp{saved to INBOX})
14732 @item %m
14733 Message-ID
14734 @item %s
14735 Subject
14736 @item %f
14737 From address
14738 @item %p
14739 Physical size
14740 @item %w
14741 Virtual size.
14742 @end table
14743 Defaults to @samp{"msgid=%m: %$"}.
14744 @end deftypevr
14745
14746 @deftypevr {@code{dovecot-configuration} parameter} string mail-location
14747 Location for users' mailboxes. The default is empty, which means
14748 that Dovecot tries to find the mailboxes automatically. This won't work
14749 if the user doesn't yet have any mail, so you should explicitly tell
14750 Dovecot the full location.
14751
14752 If you're using mbox, giving a path to the INBOX
14753 file (e.g. /var/mail/%u) isn't enough. You'll also need to tell Dovecot
14754 where the other mailboxes are kept. This is called the "root mail
14755 directory", and it must be the first path given in the
14756 @samp{mail-location} setting.
14757
14758 There are a few special variables you can use, eg.:
14759
14760 @table @samp
14761 @item %u
14762 username
14763 @item %n
14764 user part in user@@domain, same as %u if there's no domain
14765 @item %d
14766 domain part in user@@domain, empty if there's no domain
14767 @item %h
14768 home director
14769 @end table
14770
14771 See doc/wiki/Variables.txt for full list. Some examples:
14772 @table @samp
14773 @item maildir:~/Maildir
14774 @item mbox:~/mail:INBOX=/var/mail/%u
14775 @item mbox:/var/mail/%d/%1n/%n:INDEX=/var/indexes/%d/%1n/%
14776 @end table
14777 Defaults to @samp{""}.
14778 @end deftypevr
14779
14780 @deftypevr {@code{dovecot-configuration} parameter} string mail-uid
14781 System user and group used to access mails. If you use multiple,
14782 userdb can override these by returning uid or gid fields. You can use
14783 either numbers or names. <doc/wiki/UserIds.txt>.
14784 Defaults to @samp{""}.
14785 @end deftypevr
14786
14787 @deftypevr {@code{dovecot-configuration} parameter} string mail-gid
14788
14789 Defaults to @samp{""}.
14790 @end deftypevr
14791
14792 @deftypevr {@code{dovecot-configuration} parameter} string mail-privileged-group
14793 Group to enable temporarily for privileged operations. Currently
14794 this is used only with INBOX when either its initial creation or
14795 dotlocking fails. Typically this is set to "mail" to give access to
14796 /var/mail.
14797 Defaults to @samp{""}.
14798 @end deftypevr
14799
14800 @deftypevr {@code{dovecot-configuration} parameter} string mail-access-groups
14801 Grant access to these supplementary groups for mail processes.
14802 Typically these are used to set up access to shared mailboxes. Note
14803 that it may be dangerous to set these if users can create
14804 symlinks (e.g. if "mail" group is set here, ln -s /var/mail ~/mail/var
14805 could allow a user to delete others' mailboxes, or ln -s
14806 /secret/shared/box ~/mail/mybox would allow reading it).
14807 Defaults to @samp{""}.
14808 @end deftypevr
14809
14810 @deftypevr {@code{dovecot-configuration} parameter} boolean mail-full-filesystem-access?
14811 Allow full file system access to clients. There's no access checks
14812 other than what the operating system does for the active UID/GID. It
14813 works with both maildir and mboxes, allowing you to prefix mailboxes
14814 names with e.g. /path/ or ~user/.
14815 Defaults to @samp{#f}.
14816 @end deftypevr
14817
14818 @deftypevr {@code{dovecot-configuration} parameter} boolean mmap-disable?
14819 Don't use mmap() at all. This is required if you store indexes to
14820 shared file systems (NFS or clustered file system).
14821 Defaults to @samp{#f}.
14822 @end deftypevr
14823
14824 @deftypevr {@code{dovecot-configuration} parameter} boolean dotlock-use-excl?
14825 Rely on @samp{O_EXCL} to work when creating dotlock files. NFS
14826 supports @samp{O_EXCL} since version 3, so this should be safe to use
14827 nowadays by default.
14828 Defaults to @samp{#t}.
14829 @end deftypevr
14830
14831 @deftypevr {@code{dovecot-configuration} parameter} string mail-fsync
14832 When to use fsync() or fdatasync() calls:
14833 @table @code
14834 @item optimized
14835 Whenever necessary to avoid losing important data
14836 @item always
14837 Useful with e.g. NFS when write()s are delayed
14838 @item never
14839 Never use it (best performance, but crashes can lose data).
14840 @end table
14841 Defaults to @samp{"optimized"}.
14842 @end deftypevr
14843
14844 @deftypevr {@code{dovecot-configuration} parameter} boolean mail-nfs-storage?
14845 Mail storage exists in NFS. Set this to yes to make Dovecot flush
14846 NFS caches whenever needed. If you're using only a single mail server
14847 this isn't needed.
14848 Defaults to @samp{#f}.
14849 @end deftypevr
14850
14851 @deftypevr {@code{dovecot-configuration} parameter} boolean mail-nfs-index?
14852 Mail index files also exist in NFS. Setting this to yes requires
14853 @samp{mmap-disable? #t} and @samp{fsync-disable? #f}.
14854 Defaults to @samp{#f}.
14855 @end deftypevr
14856
14857 @deftypevr {@code{dovecot-configuration} parameter} string lock-method
14858 Locking method for index files. Alternatives are fcntl, flock and
14859 dotlock. Dotlocking uses some tricks which may create more disk I/O
14860 than other locking methods. NFS users: flock doesn't work, remember to
14861 change @samp{mmap-disable}.
14862 Defaults to @samp{"fcntl"}.
14863 @end deftypevr
14864
14865 @deftypevr {@code{dovecot-configuration} parameter} file-name mail-temp-dir
14866 Directory in which LDA/LMTP temporarily stores incoming mails >128
14867 kB.
14868 Defaults to @samp{"/tmp"}.
14869 @end deftypevr
14870
14871 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer first-valid-uid
14872 Valid UID range for users. This is mostly to make sure that users can't
14873 log in as daemons or other system users. Note that denying root logins is
14874 hardcoded to dovecot binary and can't be done even if @samp{first-valid-uid}
14875 is set to 0.
14876 Defaults to @samp{500}.
14877 @end deftypevr
14878
14879 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer last-valid-uid
14880
14881 Defaults to @samp{0}.
14882 @end deftypevr
14883
14884 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer first-valid-gid
14885 Valid GID range for users. Users having non-valid GID as primary group ID
14886 aren't allowed to log in. If user belongs to supplementary groups with
14887 non-valid GIDs, those groups are not set.
14888 Defaults to @samp{1}.
14889 @end deftypevr
14890
14891 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer last-valid-gid
14892
14893 Defaults to @samp{0}.
14894 @end deftypevr
14895
14896 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-max-keyword-length
14897 Maximum allowed length for mail keyword name. It's only forced when
14898 trying to create new keywords.
14899 Defaults to @samp{50}.
14900 @end deftypevr
14901
14902 @deftypevr {@code{dovecot-configuration} parameter} colon-separated-file-name-list valid-chroot-dirs
14903 List of directories under which chrooting is allowed for mail
14904 processes (i.e. /var/mail will allow chrooting to /var/mail/foo/bar
14905 too). This setting doesn't affect @samp{login-chroot}
14906 @samp{mail-chroot} or auth chroot settings. If this setting is empty,
14907 "/./" in home dirs are ignored. WARNING: Never add directories here
14908 which local users can modify, that may lead to root exploit. Usually
14909 this should be done only if you don't allow shell access for users.
14910 <doc/wiki/Chrooting.txt>.
14911 Defaults to @samp{()}.
14912 @end deftypevr
14913
14914 @deftypevr {@code{dovecot-configuration} parameter} string mail-chroot
14915 Default chroot directory for mail processes. This can be overridden
14916 for specific users in user database by giving /./ in user's home
14917 directory (e.g. /home/./user chroots into /home). Note that usually
14918 there is no real need to do chrooting, Dovecot doesn't allow users to
14919 access files outside their mail directory anyway. If your home
14920 directories are prefixed with the chroot directory, append "/." to
14921 @samp{mail-chroot}. <doc/wiki/Chrooting.txt>.
14922 Defaults to @samp{""}.
14923 @end deftypevr
14924
14925 @deftypevr {@code{dovecot-configuration} parameter} file-name auth-socket-path
14926 UNIX socket path to master authentication server to find users.
14927 This is used by imap (for shared users) and lda.
14928 Defaults to @samp{"/var/run/dovecot/auth-userdb"}.
14929 @end deftypevr
14930
14931 @deftypevr {@code{dovecot-configuration} parameter} file-name mail-plugin-dir
14932 Directory where to look up mail plugins.
14933 Defaults to @samp{"/usr/lib/dovecot"}.
14934 @end deftypevr
14935
14936 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mail-plugins
14937 List of plugins to load for all services. Plugins specific to IMAP,
14938 LDA, etc. are added to this list in their own .conf files.
14939 Defaults to @samp{()}.
14940 @end deftypevr
14941
14942 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-cache-min-mail-count
14943 The minimum number of mails in a mailbox before updates are done to
14944 cache file. This allows optimizing Dovecot's behavior to do less disk
14945 writes at the cost of more disk reads.
14946 Defaults to @samp{0}.
14947 @end deftypevr
14948
14949 @deftypevr {@code{dovecot-configuration} parameter} string mailbox-idle-check-interval
14950 When IDLE command is running, mailbox is checked once in a while to
14951 see if there are any new mails or other changes. This setting defines
14952 the minimum time to wait between those checks. Dovecot can also use
14953 dnotify, inotify and kqueue to find out immediately when changes
14954 occur.
14955 Defaults to @samp{"30 secs"}.
14956 @end deftypevr
14957
14958 @deftypevr {@code{dovecot-configuration} parameter} boolean mail-save-crlf?
14959 Save mails with CR+LF instead of plain LF. This makes sending those
14960 mails take less CPU, especially with sendfile() syscall with Linux and
14961 FreeBSD. But it also creates a bit more disk I/O which may just make it
14962 slower. Also note that if other software reads the mboxes/maildirs,
14963 they may handle the extra CRs wrong and cause problems.
14964 Defaults to @samp{#f}.
14965 @end deftypevr
14966
14967 @deftypevr {@code{dovecot-configuration} parameter} boolean maildir-stat-dirs?
14968 By default LIST command returns all entries in maildir beginning
14969 with a dot. Enabling this option makes Dovecot return only entries
14970 which are directories. This is done by stat()ing each entry, so it
14971 causes more disk I/O.
14972 (For systems setting struct @samp{dirent->d_type} this check is free
14973 and it's done always regardless of this setting).
14974 Defaults to @samp{#f}.
14975 @end deftypevr
14976
14977 @deftypevr {@code{dovecot-configuration} parameter} boolean maildir-copy-with-hardlinks?
14978 When copying a message, do it with hard links whenever possible.
14979 This makes the performance much better, and it's unlikely to have any
14980 side effects.
14981 Defaults to @samp{#t}.
14982 @end deftypevr
14983
14984 @deftypevr {@code{dovecot-configuration} parameter} boolean maildir-very-dirty-syncs?
14985 Assume Dovecot is the only MUA accessing Maildir: Scan cur/
14986 directory only when its mtime changes unexpectedly or when we can't find
14987 the mail otherwise.
14988 Defaults to @samp{#f}.
14989 @end deftypevr
14990
14991 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mbox-read-locks
14992 Which locking methods to use for locking mbox. There are four
14993 available:
14994
14995 @table @code
14996 @item dotlock
14997 Create <mailbox>.lock file. This is the oldest and most NFS-safe
14998 solution. If you want to use /var/mail/ like directory, the users will
14999 need write access to that directory.
15000 @item dotlock-try
15001 Same as dotlock, but if it fails because of permissions or because there
15002 isn't enough disk space, just skip it.
15003 @item fcntl
15004 Use this if possible. Works with NFS too if lockd is used.
15005 @item flock
15006 May not exist in all systems. Doesn't work with NFS.
15007 @item lockf
15008 May not exist in all systems. Doesn't work with NFS.
15009 @end table
15010
15011 You can use multiple locking methods; if you do the order they're declared
15012 in is important to avoid deadlocks if other MTAs/MUAs are using multiple
15013 locking methods as well. Some operating systems don't allow using some of
15014 them simultaneously.
15015 @end deftypevr
15016
15017 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mbox-write-locks
15018
15019 @end deftypevr
15020
15021 @deftypevr {@code{dovecot-configuration} parameter} string mbox-lock-timeout
15022 Maximum time to wait for lock (all of them) before aborting.
15023 Defaults to @samp{"5 mins"}.
15024 @end deftypevr
15025
15026 @deftypevr {@code{dovecot-configuration} parameter} string mbox-dotlock-change-timeout
15027 If dotlock exists but the mailbox isn't modified in any way,
15028 override the lock file after this much time.
15029 Defaults to @samp{"2 mins"}.
15030 @end deftypevr
15031
15032 @deftypevr {@code{dovecot-configuration} parameter} boolean mbox-dirty-syncs?
15033 When mbox changes unexpectedly we have to fully read it to find out
15034 what changed. If the mbox is large this can take a long time. Since
15035 the change is usually just a newly appended mail, it'd be faster to
15036 simply read the new mails. If this setting is enabled, Dovecot does
15037 this but still safely fallbacks to re-reading the whole mbox file
15038 whenever something in mbox isn't how it's expected to be. The only real
15039 downside to this setting is that if some other MUA changes message
15040 flags, Dovecot doesn't notice it immediately. Note that a full sync is
15041 done with SELECT, EXAMINE, EXPUNGE and CHECK commands.
15042 Defaults to @samp{#t}.
15043 @end deftypevr
15044
15045 @deftypevr {@code{dovecot-configuration} parameter} boolean mbox-very-dirty-syncs?
15046 Like @samp{mbox-dirty-syncs}, but don't do full syncs even with SELECT,
15047 EXAMINE, EXPUNGE or CHECK commands. If this is set,
15048 @samp{mbox-dirty-syncs} is ignored.
15049 Defaults to @samp{#f}.
15050 @end deftypevr
15051
15052 @deftypevr {@code{dovecot-configuration} parameter} boolean mbox-lazy-writes?
15053 Delay writing mbox headers until doing a full write sync (EXPUNGE
15054 and CHECK commands and when closing the mailbox). This is especially
15055 useful for POP3 where clients often delete all mails. The downside is
15056 that our changes aren't immediately visible to other MUAs.
15057 Defaults to @samp{#t}.
15058 @end deftypevr
15059
15060 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mbox-min-index-size
15061 If mbox size is smaller than this (e.g. 100k), don't write index
15062 files. If an index file already exists it's still read, just not
15063 updated.
15064 Defaults to @samp{0}.
15065 @end deftypevr
15066
15067 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mdbox-rotate-size
15068 Maximum dbox file size until it's rotated.
15069 Defaults to @samp{10000000}.
15070 @end deftypevr
15071
15072 @deftypevr {@code{dovecot-configuration} parameter} string mdbox-rotate-interval
15073 Maximum dbox file age until it's rotated. Typically in days. Day
15074 begins from midnight, so 1d = today, 2d = yesterday, etc. 0 = check
15075 disabled.
15076 Defaults to @samp{"1d"}.
15077 @end deftypevr
15078
15079 @deftypevr {@code{dovecot-configuration} parameter} boolean mdbox-preallocate-space?
15080 When creating new mdbox files, immediately preallocate their size to
15081 @samp{mdbox-rotate-size}. This setting currently works only in Linux
15082 with some file systems (ext4, xfs).
15083 Defaults to @samp{#f}.
15084 @end deftypevr
15085
15086 @deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-dir
15087 sdbox and mdbox support saving mail attachments to external files,
15088 which also allows single instance storage for them. Other backends
15089 don't support this for now.
15090
15091 WARNING: This feature hasn't been tested much yet. Use at your own risk.
15092
15093 Directory root where to store mail attachments. Disabled, if empty.
15094 Defaults to @samp{""}.
15095 @end deftypevr
15096
15097 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-attachment-min-size
15098 Attachments smaller than this aren't saved externally. It's also
15099 possible to write a plugin to disable saving specific attachments
15100 externally.
15101 Defaults to @samp{128000}.
15102 @end deftypevr
15103
15104 @deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-fs
15105 File system backend to use for saving attachments:
15106 @table @code
15107 @item posix
15108 No SiS done by Dovecot (but this might help FS's own deduplication)
15109 @item sis posix
15110 SiS with immediate byte-by-byte comparison during saving
15111 @item sis-queue posix
15112 SiS with delayed comparison and deduplication.
15113 @end table
15114 Defaults to @samp{"sis posix"}.
15115 @end deftypevr
15116
15117 @deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-hash
15118 Hash format to use in attachment filenames. You can add any text and
15119 variables: @code{%@{md4@}}, @code{%@{md5@}}, @code{%@{sha1@}},
15120 @code{%@{sha256@}}, @code{%@{sha512@}}, @code{%@{size@}}. Variables can be
15121 truncated, e.g. @code{%@{sha256:80@}} returns only first 80 bits.
15122 Defaults to @samp{"%@{sha1@}"}.
15123 @end deftypevr
15124
15125 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-process-limit
15126
15127 Defaults to @samp{100}.
15128 @end deftypevr
15129
15130 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-client-limit
15131
15132 Defaults to @samp{1000}.
15133 @end deftypevr
15134
15135 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-vsz-limit
15136 Default VSZ (virtual memory size) limit for service processes.
15137 This is mainly intended to catch and kill processes that leak memory
15138 before they eat up everything.
15139 Defaults to @samp{256000000}.
15140 @end deftypevr
15141
15142 @deftypevr {@code{dovecot-configuration} parameter} string default-login-user
15143 Login user is internally used by login processes. This is the most
15144 untrusted user in Dovecot system. It shouldn't have access to anything
15145 at all.
15146 Defaults to @samp{"dovenull"}.
15147 @end deftypevr
15148
15149 @deftypevr {@code{dovecot-configuration} parameter} string default-internal-user
15150 Internal user is used by unprivileged processes. It should be
15151 separate from login user, so that login processes can't disturb other
15152 processes.
15153 Defaults to @samp{"dovecot"}.
15154 @end deftypevr
15155
15156 @deftypevr {@code{dovecot-configuration} parameter} string ssl?
15157 SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>.
15158 Defaults to @samp{"required"}.
15159 @end deftypevr
15160
15161 @deftypevr {@code{dovecot-configuration} parameter} string ssl-cert
15162 PEM encoded X.509 SSL/TLS certificate (public key).
15163 Defaults to @samp{"</etc/dovecot/default.pem"}.
15164 @end deftypevr
15165
15166 @deftypevr {@code{dovecot-configuration} parameter} string ssl-key
15167 PEM encoded SSL/TLS private key. The key is opened before
15168 dropping root privileges, so keep the key file unreadable by anyone but
15169 root.
15170 Defaults to @samp{"</etc/dovecot/private/default.pem"}.
15171 @end deftypevr
15172
15173 @deftypevr {@code{dovecot-configuration} parameter} string ssl-key-password
15174 If key file is password protected, give the password here.
15175 Alternatively give it when starting dovecot with -p parameter. Since
15176 this file is often world-readable, you may want to place this setting
15177 instead to a different.
15178 Defaults to @samp{""}.
15179 @end deftypevr
15180
15181 @deftypevr {@code{dovecot-configuration} parameter} string ssl-ca
15182 PEM encoded trusted certificate authority. Set this only if you
15183 intend to use @samp{ssl-verify-client-cert? #t}. The file should
15184 contain the CA certificate(s) followed by the matching
15185 CRL(s). (e.g. @samp{ssl-ca </etc/ssl/certs/ca.pem}).
15186 Defaults to @samp{""}.
15187 @end deftypevr
15188
15189 @deftypevr {@code{dovecot-configuration} parameter} boolean ssl-require-crl?
15190 Require that CRL check succeeds for client certificates.
15191 Defaults to @samp{#t}.
15192 @end deftypevr
15193
15194 @deftypevr {@code{dovecot-configuration} parameter} boolean ssl-verify-client-cert?
15195 Request client to send a certificate. If you also want to require
15196 it, set @samp{auth-ssl-require-client-cert? #t} in auth section.
15197 Defaults to @samp{#f}.
15198 @end deftypevr
15199
15200 @deftypevr {@code{dovecot-configuration} parameter} string ssl-cert-username-field
15201 Which field from certificate to use for username. commonName and
15202 x500UniqueIdentifier are the usual choices. You'll also need to set
15203 @samp{auth-ssl-username-from-cert? #t}.
15204 Defaults to @samp{"commonName"}.
15205 @end deftypevr
15206
15207 @deftypevr {@code{dovecot-configuration} parameter} string ssl-min-protocol
15208 Minimum SSL protocol version to accept.
15209 Defaults to @samp{"TLSv1"}.
15210 @end deftypevr
15211
15212 @deftypevr {@code{dovecot-configuration} parameter} string ssl-cipher-list
15213 SSL ciphers to use.
15214 Defaults to @samp{"ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@@STRENGTH"}.
15215 @end deftypevr
15216
15217 @deftypevr {@code{dovecot-configuration} parameter} string ssl-crypto-device
15218 SSL crypto device to use, for valid values run "openssl engine".
15219 Defaults to @samp{""}.
15220 @end deftypevr
15221
15222 @deftypevr {@code{dovecot-configuration} parameter} string postmaster-address
15223 Address to use when sending rejection mails.
15224 %d expands to recipient domain.
15225 Defaults to @samp{"postmaster@@%d"}.
15226 @end deftypevr
15227
15228 @deftypevr {@code{dovecot-configuration} parameter} string hostname
15229 Hostname to use in various parts of sent mails (e.g. in Message-Id)
15230 and in LMTP replies. Default is the system's real hostname@@domain.
15231 Defaults to @samp{""}.
15232 @end deftypevr
15233
15234 @deftypevr {@code{dovecot-configuration} parameter} boolean quota-full-tempfail?
15235 If user is over quota, return with temporary failure instead of
15236 bouncing the mail.
15237 Defaults to @samp{#f}.
15238 @end deftypevr
15239
15240 @deftypevr {@code{dovecot-configuration} parameter} file-name sendmail-path
15241 Binary to use for sending mails.
15242 Defaults to @samp{"/usr/sbin/sendmail"}.
15243 @end deftypevr
15244
15245 @deftypevr {@code{dovecot-configuration} parameter} string submission-host
15246 If non-empty, send mails via this SMTP host[:port] instead of
15247 sendmail.
15248 Defaults to @samp{""}.
15249 @end deftypevr
15250
15251 @deftypevr {@code{dovecot-configuration} parameter} string rejection-subject
15252 Subject: header to use for rejection mails. You can use the same
15253 variables as for @samp{rejection-reason} below.
15254 Defaults to @samp{"Rejected: %s"}.
15255 @end deftypevr
15256
15257 @deftypevr {@code{dovecot-configuration} parameter} string rejection-reason
15258 Human readable error message for rejection mails. You can use
15259 variables:
15260
15261 @table @code
15262 @item %n
15263 CRLF
15264 @item %r
15265 reason
15266 @item %s
15267 original subject
15268 @item %t
15269 recipient
15270 @end table
15271 Defaults to @samp{"Your message to <%t> was automatically rejected:%n%r"}.
15272 @end deftypevr
15273
15274 @deftypevr {@code{dovecot-configuration} parameter} string recipient-delimiter
15275 Delimiter character between local-part and detail in email
15276 address.
15277 Defaults to @samp{"+"}.
15278 @end deftypevr
15279
15280 @deftypevr {@code{dovecot-configuration} parameter} string lda-original-recipient-header
15281 Header where the original recipient address (SMTP's RCPT TO:
15282 address) is taken from if not available elsewhere. With dovecot-lda -a
15283 parameter overrides this. A commonly used header for this is
15284 X-Original-To.
15285 Defaults to @samp{""}.
15286 @end deftypevr
15287
15288 @deftypevr {@code{dovecot-configuration} parameter} boolean lda-mailbox-autocreate?
15289 Should saving a mail to a nonexistent mailbox automatically create
15290 it?.
15291 Defaults to @samp{#f}.
15292 @end deftypevr
15293
15294 @deftypevr {@code{dovecot-configuration} parameter} boolean lda-mailbox-autosubscribe?
15295 Should automatically created mailboxes be also automatically
15296 subscribed?.
15297 Defaults to @samp{#f}.
15298 @end deftypevr
15299
15300 @deftypevr {@code{dovecot-configuration} parameter} non-negative-integer imap-max-line-length
15301 Maximum IMAP command line length. Some clients generate very long
15302 command lines with huge mailboxes, so you may need to raise this if you
15303 get "Too long argument" or "IMAP command line too large" errors
15304 often.
15305 Defaults to @samp{64000}.
15306 @end deftypevr
15307
15308 @deftypevr {@code{dovecot-configuration} parameter} string imap-logout-format
15309 IMAP logout format string:
15310 @table @code
15311 @item %i
15312 total number of bytes read from client
15313 @item %o
15314 total number of bytes sent to client.
15315 @end table
15316 See @file{doc/wiki/Variables.txt} for a list of all the variables you can use.
15317 Defaults to @samp{"in=%i out=%o deleted=%@{deleted@} expunged=%@{expunged@} trashed=%@{trashed@} hdr_count=%@{fetch_hdr_count@} hdr_bytes=%@{fetch_hdr_bytes@} body_count=%@{fetch_body_count@} body_bytes=%@{fetch_body_bytes@}"}.
15318 @end deftypevr
15319
15320 @deftypevr {@code{dovecot-configuration} parameter} string imap-capability
15321 Override the IMAP CAPABILITY response. If the value begins with '+',
15322 add the given capabilities on top of the defaults (e.g. +XFOO XBAR).
15323 Defaults to @samp{""}.
15324 @end deftypevr
15325
15326 @deftypevr {@code{dovecot-configuration} parameter} string imap-idle-notify-interval
15327 How long to wait between "OK Still here" notifications when client
15328 is IDLEing.
15329 Defaults to @samp{"2 mins"}.
15330 @end deftypevr
15331
15332 @deftypevr {@code{dovecot-configuration} parameter} string imap-id-send
15333 ID field names and values to send to clients. Using * as the value
15334 makes Dovecot use the default value. The following fields have default
15335 values currently: name, version, os, os-version, support-url,
15336 support-email.
15337 Defaults to @samp{""}.
15338 @end deftypevr
15339
15340 @deftypevr {@code{dovecot-configuration} parameter} string imap-id-log
15341 ID fields sent by client to log. * means everything.
15342 Defaults to @samp{""}.
15343 @end deftypevr
15344
15345 @deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list imap-client-workarounds
15346 Workarounds for various client bugs:
15347
15348 @table @code
15349 @item delay-newmail
15350 Send EXISTS/RECENT new mail notifications only when replying to NOOP and
15351 CHECK commands. Some clients ignore them otherwise, for example OSX
15352 Mail (<v2.1). Outlook Express breaks more badly though, without this it
15353 may show user "Message no longer in server" errors. Note that OE6
15354 still breaks even with this workaround if synchronization is set to
15355 "Headers Only".
15356
15357 @item tb-extra-mailbox-sep
15358 Thunderbird gets somehow confused with LAYOUT=fs (mbox and dbox) and
15359 adds extra @samp{/} suffixes to mailbox names. This option causes Dovecot to
15360 ignore the extra @samp{/} instead of treating it as invalid mailbox name.
15361
15362 @item tb-lsub-flags
15363 Show \Noselect flags for LSUB replies with LAYOUT=fs (e.g. mbox).
15364 This makes Thunderbird realize they aren't selectable and show them
15365 greyed out, instead of only later giving "not selectable" popup error.
15366 @end table
15367 Defaults to @samp{()}.
15368 @end deftypevr
15369
15370 @deftypevr {@code{dovecot-configuration} parameter} string imap-urlauth-host
15371 Host allowed in URLAUTH URLs sent by client. "*" allows all.
15372 Defaults to @samp{""}.
15373 @end deftypevr
15374
15375
15376 Whew! Lots of configuration options. The nice thing about it though is
15377 that GuixSD has a complete interface to Dovecot's configuration
15378 language. This allows not only a nice way to declare configurations,
15379 but also offers reflective capabilities as well: users can write code to
15380 inspect and transform configurations from within Scheme.
15381
15382 However, it could be that you just want to get a @code{dovecot.conf} up
15383 and running. In that case, you can pass an
15384 @code{opaque-dovecot-configuration} as the @code{#:config} parameter to
15385 @code{dovecot-service}. As its name indicates, an opaque configuration
15386 does not have easy reflective capabilities.
15387
15388 Available @code{opaque-dovecot-configuration} fields are:
15389
15390 @deftypevr {@code{opaque-dovecot-configuration} parameter} package dovecot
15391 The dovecot package.
15392 @end deftypevr
15393
15394 @deftypevr {@code{opaque-dovecot-configuration} parameter} string string
15395 The contents of the @code{dovecot.conf}, as a string.
15396 @end deftypevr
15397
15398 For example, if your @code{dovecot.conf} is just the empty string, you
15399 could instantiate a dovecot service like this:
15400
15401 @example
15402 (dovecot-service #:config
15403 (opaque-dovecot-configuration
15404 (string "")))
15405 @end example
15406
15407 @subsubheading OpenSMTPD Service
15408
15409 @deffn {Scheme Variable} opensmtpd-service-type
15410 This is the type of the @uref{https://www.opensmtpd.org, OpenSMTPD}
15411 service, whose value should be an @code{opensmtpd-configuration} object
15412 as in this example:
15413
15414 @example
15415 (service opensmtpd-service-type
15416 (opensmtpd-configuration
15417 (config-file (local-file "./my-smtpd.conf"))))
15418 @end example
15419 @end deffn
15420
15421 @deftp {Data Type} opensmtpd-configuration
15422 Data type representing the configuration of opensmtpd.
15423
15424 @table @asis
15425 @item @code{package} (default: @var{opensmtpd})
15426 Package object of the OpenSMTPD SMTP server.
15427
15428 @item @code{config-file} (default: @var{%default-opensmtpd-file})
15429 File-like object of the OpenSMTPD configuration file to use. By default
15430 it listens on the loopback network interface, and allows for mail from
15431 users and daemons on the local machine, as well as permitting email to
15432 remote servers. Run @command{man smtpd.conf} for more information.
15433
15434 @end table
15435 @end deftp
15436
15437 @subsubheading Exim Service
15438
15439 @cindex mail transfer agent (MTA)
15440 @cindex MTA (mail transfer agent)
15441 @cindex SMTP
15442
15443 @deffn {Scheme Variable} exim-service-type
15444 This is the type of the @uref{https://exim.org, Exim} mail transfer
15445 agent (MTA), whose value should be an @code{exim-configuration} object
15446 as in this example:
15447
15448 @example
15449 (service exim-service-type
15450 (exim-configuration
15451 (config-file (local-file "./my-exim.conf"))))
15452 @end example
15453 @end deffn
15454
15455 In order to use an @code{exim-service-type} service you must also have a
15456 @code{mail-aliases-service-type} service present in your
15457 @code{operating-system} (even if it has no aliases).
15458
15459 @deftp {Data Type} exim-configuration
15460 Data type representing the configuration of exim.
15461
15462 @table @asis
15463 @item @code{package} (default: @var{exim})
15464 Package object of the Exim server.
15465
15466 @item @code{config-file} (default: @code{#f})
15467 File-like object of the Exim configuration file to use. If its value is
15468 @code{#f} then use the default configuration file from the package
15469 provided in @code{package}. The resulting configuration file is loaded
15470 after setting the @code{exim_user} and @code{exim_group} configuration
15471 variables.
15472
15473 @end table
15474 @end deftp
15475
15476 @subsubheading Mail Aliases Service
15477
15478 @cindex email aliases
15479 @cindex aliases, for email addresses
15480
15481 @deffn {Scheme Variable} mail-aliases-service-type
15482 This is the type of the service which provides @code{/etc/aliases},
15483 specifying how to deliver mail to users on this system.
15484
15485 @example
15486 (service mail-aliases-service-type
15487 '(("postmaster" "bob")
15488 ("bob" "bob@@example.com" "bob@@example2.com")))
15489 @end example
15490 @end deffn
15491
15492 The configuration for a @code{mail-aliases-service-type} service is an
15493 association list denoting how to deliver mail that comes to this
15494 system. Each entry is of the form @code{(alias addresses ...)}, with
15495 @code{alias} specifying the local alias and @code{addresses} specifying
15496 where to deliver this user's mail.
15497
15498 The aliases aren't required to exist as users on the local system. In
15499 the above example, there doesn't need to be a @code{postmaster} entry in
15500 the @code{operating-system}'s @code{user-accounts} in order to deliver
15501 the @code{postmaster} mail to @code{bob} (which subsequently would
15502 deliver mail to @code{bob@@example.com} and @code{bob@@example2.com}).
15503
15504 @node Messaging Services
15505 @subsubsection Messaging Services
15506
15507 @cindex messaging
15508 @cindex jabber
15509 @cindex XMPP
15510 The @code{(gnu services messaging)} module provides Guix service
15511 definitions for messaging services: currently only Prosody is supported.
15512
15513 @subsubheading Prosody Service
15514
15515 @deffn {Scheme Variable} prosody-service-type
15516 This is the type for the @uref{https://prosody.im, Prosody XMPP
15517 communication server}. Its value must be a @code{prosody-configuration}
15518 record as in this example:
15519
15520 @example
15521 (service prosody-service-type
15522 (prosody-configuration
15523 (modules-enabled (cons "groups" "mam" %default-modules-enabled))
15524 (int-components
15525 (list
15526 (int-component-configuration
15527 (hostname "conference.example.net")
15528 (plugin "muc")
15529 (mod-muc (mod-muc-configuration)))))
15530 (virtualhosts
15531 (list
15532 (virtualhost-configuration
15533 (domain "example.net"))))))
15534 @end example
15535
15536 See below for details about @code{prosody-configuration}.
15537
15538 @end deffn
15539
15540 By default, Prosody does not need much configuration. Only one
15541 @code{virtualhosts} field is needed: it specifies the domain you wish
15542 Prosody to serve.
15543
15544 You can perform various sanity checks on the generated configuration
15545 with the @code{prosodyctl check} command.
15546
15547 Prosodyctl will also help you to import certificates from the
15548 @code{letsencrypt} directory so that the @code{prosody} user can access
15549 them. See @url{https://prosody.im/doc/letsencrypt}.
15550
15551 @example
15552 prosodyctl --root cert import /etc/letsencrypt/live
15553 @end example
15554
15555 The available configuration parameters follow. Each parameter
15556 definition is preceded by its type; for example, @samp{string-list foo}
15557 indicates that the @code{foo} parameter should be specified as a list of
15558 strings. Types starting with @code{maybe-} denote parameters that won't
15559 show up in @code{prosody.cfg.lua} when their value is @code{'disabled}.
15560
15561 There is also a way to specify the configuration as a string, if you
15562 have an old @code{prosody.cfg.lua} file that you want to port over from
15563 some other system; see the end for more details.
15564
15565 The @code{file-object} type designates either a file-like object
15566 (@pxref{G-Expressions, file-like objects}) or a file name.
15567
15568 @c The following documentation was initially generated by
15569 @c (generate-documentation) in (gnu services messaging). Manually maintained
15570 @c documentation is better, so we shouldn't hesitate to edit below as
15571 @c needed. However if the change you want to make to this documentation
15572 @c can be done in an automated way, it's probably easier to change
15573 @c (generate-documentation) than to make it below and have to deal with
15574 @c the churn as Prosody updates.
15575
15576 Available @code{prosody-configuration} fields are:
15577
15578 @deftypevr {@code{prosody-configuration} parameter} package prosody
15579 The Prosody package.
15580 @end deftypevr
15581
15582 @deftypevr {@code{prosody-configuration} parameter} file-name data-path
15583 Location of the Prosody data storage directory. See
15584 @url{https://prosody.im/doc/configure}.
15585 Defaults to @samp{"/var/lib/prosody"}.
15586 @end deftypevr
15587
15588 @deftypevr {@code{prosody-configuration} parameter} file-object-list plugin-paths
15589 Additional plugin directories. They are searched in all the specified
15590 paths in order. See @url{https://prosody.im/doc/plugins_directory}.
15591 Defaults to @samp{()}.
15592 @end deftypevr
15593
15594 @deftypevr {@code{prosody-configuration} parameter} file-name certificates
15595 Every virtual host and component needs a certificate so that clients and
15596 servers can securely verify its identity. Prosody will automatically load
15597 certificates/keys from the directory specified here.
15598 Defaults to @samp{"/etc/prosody/certs"}.
15599 @end deftypevr
15600
15601 @deftypevr {@code{prosody-configuration} parameter} string-list admins
15602 This is a list of accounts that are admins for the server. Note that you
15603 must create the accounts separately. See @url{https://prosody.im/doc/admins} and
15604 @url{https://prosody.im/doc/creating_accounts}.
15605 Example: @code{(admins '("user1@@example.com" "user2@@example.net"))}
15606 Defaults to @samp{()}.
15607 @end deftypevr
15608
15609 @deftypevr {@code{prosody-configuration} parameter} boolean use-libevent?
15610 Enable use of libevent for better performance under high load. See
15611 @url{https://prosody.im/doc/libevent}.
15612 Defaults to @samp{#f}.
15613 @end deftypevr
15614
15615 @deftypevr {@code{prosody-configuration} parameter} module-list modules-enabled
15616 This is the list of modules Prosody will load on startup. It looks for
15617 @code{mod_modulename.lua} in the plugins folder, so make sure that exists too.
15618 Documentation on modules can be found at:
15619 @url{https://prosody.im/doc/modules}.
15620 Defaults to @samp{("roster" "saslauth" "tls" "dialback" "disco" "carbons" "private" "blocklist" "vcard" "version" "uptime" "time" "ping" "pep" "register" "admin_adhoc")}.
15621 @end deftypevr
15622
15623 @deftypevr {@code{prosody-configuration} parameter} string-list modules-disabled
15624 @samp{"offline"}, @samp{"c2s"} and @samp{"s2s"} are auto-loaded, but
15625 should you want to disable them then add them to this list.
15626 Defaults to @samp{()}.
15627 @end deftypevr
15628
15629 @deftypevr {@code{prosody-configuration} parameter} file-object groups-file
15630 Path to a text file where the shared groups are defined. If this path is
15631 empty then @samp{mod_groups} does nothing. See
15632 @url{https://prosody.im/doc/modules/mod_groups}.
15633 Defaults to @samp{"/var/lib/prosody/sharedgroups.txt"}.
15634 @end deftypevr
15635
15636 @deftypevr {@code{prosody-configuration} parameter} boolean allow-registration?
15637 Disable account creation by default, for security. See
15638 @url{https://prosody.im/doc/creating_accounts}.
15639 Defaults to @samp{#f}.
15640 @end deftypevr
15641
15642 @deftypevr {@code{prosody-configuration} parameter} maybe-ssl-configuration ssl
15643 These are the SSL/TLS-related settings. Most of them are disabled so to
15644 use Prosody's defaults. If you do not completely understand these options, do
15645 not add them to your config, it is easy to lower the security of your server
15646 using them. See @url{https://prosody.im/doc/advanced_ssl_config}.
15647
15648 Available @code{ssl-configuration} fields are:
15649
15650 @deftypevr {@code{ssl-configuration} parameter} maybe-string protocol
15651 This determines what handshake to use.
15652 @end deftypevr
15653
15654 @deftypevr {@code{ssl-configuration} parameter} maybe-file-name key
15655 Path to your private key file.
15656 @end deftypevr
15657
15658 @deftypevr {@code{ssl-configuration} parameter} maybe-file-name certificate
15659 Path to your certificate file.
15660 @end deftypevr
15661
15662 @deftypevr {@code{ssl-configuration} parameter} file-object capath
15663 Path to directory containing root certificates that you wish Prosody to
15664 trust when verifying the certificates of remote servers.
15665 Defaults to @samp{"/etc/ssl/certs"}.
15666 @end deftypevr
15667
15668 @deftypevr {@code{ssl-configuration} parameter} maybe-file-object cafile
15669 Path to a file containing root certificates that you wish Prosody to trust.
15670 Similar to @code{capath} but with all certificates concatenated together.
15671 @end deftypevr
15672
15673 @deftypevr {@code{ssl-configuration} parameter} maybe-string-list verify
15674 A list of verification options (these mostly map to OpenSSL's
15675 @code{set_verify()} flags).
15676 @end deftypevr
15677
15678 @deftypevr {@code{ssl-configuration} parameter} maybe-string-list options
15679 A list of general options relating to SSL/TLS. These map to OpenSSL's
15680 @code{set_options()}. For a full list of options available in LuaSec, see the
15681 LuaSec source.
15682 @end deftypevr
15683
15684 @deftypevr {@code{ssl-configuration} parameter} maybe-non-negative-integer depth
15685 How long a chain of certificate authorities to check when looking for a
15686 trusted root certificate.
15687 @end deftypevr
15688
15689 @deftypevr {@code{ssl-configuration} parameter} maybe-string ciphers
15690 An OpenSSL cipher string. This selects what ciphers Prosody will offer to
15691 clients, and in what order.
15692 @end deftypevr
15693
15694 @deftypevr {@code{ssl-configuration} parameter} maybe-file-name dhparam
15695 A path to a file containing parameters for Diffie-Hellman key exchange. You
15696 can create such a file with:
15697 @code{openssl dhparam -out /etc/prosody/certs/dh-2048.pem 2048}
15698 @end deftypevr
15699
15700 @deftypevr {@code{ssl-configuration} parameter} maybe-string curve
15701 Curve for Elliptic curve Diffie-Hellman. Prosody's default is
15702 @samp{"secp384r1"}.
15703 @end deftypevr
15704
15705 @deftypevr {@code{ssl-configuration} parameter} maybe-string-list verifyext
15706 A list of "extra" verification options.
15707 @end deftypevr
15708
15709 @deftypevr {@code{ssl-configuration} parameter} maybe-string password
15710 Password for encrypted private keys.
15711 @end deftypevr
15712
15713 @end deftypevr
15714
15715 @deftypevr {@code{prosody-configuration} parameter} boolean c2s-require-encryption?
15716 Whether to force all client-to-server connections to be encrypted or not.
15717 See @url{https://prosody.im/doc/modules/mod_tls}.
15718 Defaults to @samp{#f}.
15719 @end deftypevr
15720
15721 @deftypevr {@code{prosody-configuration} parameter} string-list disable-sasl-mechanisms
15722 Set of mechanisms that will never be offered. See
15723 @url{https://prosody.im/doc/modules/mod_saslauth}.
15724 Defaults to @samp{("DIGEST-MD5")}.
15725 @end deftypevr
15726
15727 @deftypevr {@code{prosody-configuration} parameter} boolean s2s-require-encryption?
15728 Whether to force all server-to-server connections to be encrypted or not.
15729 See @url{https://prosody.im/doc/modules/mod_tls}.
15730 Defaults to @samp{#f}.
15731 @end deftypevr
15732
15733 @deftypevr {@code{prosody-configuration} parameter} boolean s2s-secure-auth?
15734 Whether to require encryption and certificate authentication. This
15735 provides ideal security, but requires servers you communicate with to support
15736 encryption AND present valid, trusted certificates. See
15737 @url{https://prosody.im/doc/s2s#security}.
15738 Defaults to @samp{#f}.
15739 @end deftypevr
15740
15741 @deftypevr {@code{prosody-configuration} parameter} string-list s2s-insecure-domains
15742 Many servers don't support encryption or have invalid or self-signed
15743 certificates. You can list domains here that will not be required to
15744 authenticate using certificates. They will be authenticated using DNS. See
15745 @url{https://prosody.im/doc/s2s#security}.
15746 Defaults to @samp{()}.
15747 @end deftypevr
15748
15749 @deftypevr {@code{prosody-configuration} parameter} string-list s2s-secure-domains
15750 Even if you leave @code{s2s-secure-auth?} disabled, you can still require
15751 valid certificates for some domains by specifying a list here. See
15752 @url{https://prosody.im/doc/s2s#security}.
15753 Defaults to @samp{()}.
15754 @end deftypevr
15755
15756 @deftypevr {@code{prosody-configuration} parameter} string authentication
15757 Select the authentication backend to use. The default provider stores
15758 passwords in plaintext and uses Prosody's configured data storage to store the
15759 authentication data. If you do not trust your server please see
15760 @url{https://prosody.im/doc/modules/mod_auth_internal_hashed} for information
15761 about using the hashed backend. See also
15762 @url{https://prosody.im/doc/authentication}
15763 Defaults to @samp{"internal_plain"}.
15764 @end deftypevr
15765
15766 @deftypevr {@code{prosody-configuration} parameter} maybe-string log
15767 Set logging options. Advanced logging configuration is not yet supported
15768 by the GuixSD Prosody Service. See @url{https://prosody.im/doc/logging}.
15769 Defaults to @samp{"*syslog"}.
15770 @end deftypevr
15771
15772 @deftypevr {@code{prosody-configuration} parameter} file-name pidfile
15773 File to write pid in. See @url{https://prosody.im/doc/modules/mod_posix}.
15774 Defaults to @samp{"/var/run/prosody/prosody.pid"}.
15775 @end deftypevr
15776
15777 @deftypevr {@code{prosody-configuration} parameter} maybe-non-negative-integer http-max-content-size
15778 Maximum allowed size of the HTTP body (in bytes).
15779 @end deftypevr
15780
15781 @deftypevr {@code{prosody-configuration} parameter} maybe-string http-external-url
15782 Some modules expose their own URL in various ways. This URL is built
15783 from the protocol, host and port used. If Prosody sits behind a proxy, the
15784 public URL will be @code{http-external-url} instead. See
15785 @url{https://prosody.im/doc/http#external_url}.
15786 @end deftypevr
15787
15788 @deftypevr {@code{prosody-configuration} parameter} virtualhost-configuration-list virtualhosts
15789 A host in Prosody is a domain on which user accounts can be created. For
15790 example if you want your users to have addresses like
15791 @samp{"john.smith@@example.com"} then you need to add a host
15792 @samp{"example.com"}. All options in this list will apply only to this host.
15793
15794 Note: the name "virtual" host is used in configuration to avoid confusion with
15795 the actual physical host that Prosody is installed on. A single Prosody
15796 instance can serve many domains, each one defined as a VirtualHost entry in
15797 Prosody's configuration. Conversely a server that hosts a single domain would
15798 have just one VirtualHost entry.
15799
15800 See @url{https://prosody.im/doc/configure#virtual_host_settings}.
15801
15802 Available @code{virtualhost-configuration} fields are:
15803
15804 all these @code{prosody-configuration} fields: @code{admins}, @code{use-libevent?}, @code{modules-enabled}, @code{modules-disabled}, @code{groups-file}, @code{allow-registration?}, @code{ssl}, @code{c2s-require-encryption?}, @code{disable-sasl-mechanisms}, @code{s2s-require-encryption?}, @code{s2s-secure-auth?}, @code{s2s-insecure-domains}, @code{s2s-secure-domains}, @code{authentication}, @code{log}, @code{http-max-content-size}, @code{http-external-url}, @code{raw-content}, plus:
15805 @deftypevr {@code{virtualhost-configuration} parameter} string domain
15806 Domain you wish Prosody to serve.
15807 @end deftypevr
15808
15809 @end deftypevr
15810
15811 @deftypevr {@code{prosody-configuration} parameter} int-component-configuration-list int-components
15812 Components are extra services on a server which are available to clients,
15813 usually on a subdomain of the main server (such as
15814 @samp{"mycomponent.example.com"}). Example components might be chatroom
15815 servers, user directories, or gateways to other protocols.
15816
15817 Internal components are implemented with Prosody-specific plugins. To add an
15818 internal component, you simply fill the hostname field, and the plugin you wish
15819 to use for the component.
15820
15821 See @url{https://prosody.im/doc/components}.
15822 Defaults to @samp{()}.
15823
15824 Available @code{int-component-configuration} fields are:
15825
15826 all these @code{prosody-configuration} fields: @code{admins}, @code{use-libevent?}, @code{modules-enabled}, @code{modules-disabled}, @code{groups-file}, @code{allow-registration?}, @code{ssl}, @code{c2s-require-encryption?}, @code{disable-sasl-mechanisms}, @code{s2s-require-encryption?}, @code{s2s-secure-auth?}, @code{s2s-insecure-domains}, @code{s2s-secure-domains}, @code{authentication}, @code{log}, @code{http-max-content-size}, @code{http-external-url}, @code{raw-content}, plus:
15827 @deftypevr {@code{int-component-configuration} parameter} string hostname
15828 Hostname of the component.
15829 @end deftypevr
15830
15831 @deftypevr {@code{int-component-configuration} parameter} string plugin
15832 Plugin you wish to use for the component.
15833 @end deftypevr
15834
15835 @deftypevr {@code{int-component-configuration} parameter} maybe-mod-muc-configuration mod-muc
15836 Multi-user chat (MUC) is Prosody's module for allowing you to create
15837 hosted chatrooms/conferences for XMPP users.
15838
15839 General information on setting up and using multi-user chatrooms can be found
15840 in the "Chatrooms" documentation (@url{https://prosody.im/doc/chatrooms}),
15841 which you should read if you are new to XMPP chatrooms.
15842
15843 See also @url{https://prosody.im/doc/modules/mod_muc}.
15844
15845 Available @code{mod-muc-configuration} fields are:
15846
15847 @deftypevr {@code{mod-muc-configuration} parameter} string name
15848 The name to return in service discovery responses.
15849 Defaults to @samp{"Prosody Chatrooms"}.
15850 @end deftypevr
15851
15852 @deftypevr {@code{mod-muc-configuration} parameter} string-or-boolean restrict-room-creation
15853 If @samp{#t}, this will only allow admins to create new chatrooms.
15854 Otherwise anyone can create a room. The value @samp{"local"} restricts room
15855 creation to users on the service's parent domain. E.g. @samp{user@@example.com}
15856 can create rooms on @samp{rooms.example.com}. The value @samp{"admin"}
15857 restricts to service administrators only.
15858 Defaults to @samp{#f}.
15859 @end deftypevr
15860
15861 @deftypevr {@code{mod-muc-configuration} parameter} non-negative-integer max-history-messages
15862 Maximum number of history messages that will be sent to the member that has
15863 just joined the room.
15864 Defaults to @samp{20}.
15865 @end deftypevr
15866
15867 @end deftypevr
15868
15869 @end deftypevr
15870
15871 @deftypevr {@code{prosody-configuration} parameter} ext-component-configuration-list ext-components
15872 External components use XEP-0114, which most standalone components
15873 support. To add an external component, you simply fill the hostname field. See
15874 @url{https://prosody.im/doc/components}.
15875 Defaults to @samp{()}.
15876
15877 Available @code{ext-component-configuration} fields are:
15878
15879 all these @code{prosody-configuration} fields: @code{admins}, @code{use-libevent?}, @code{modules-enabled}, @code{modules-disabled}, @code{groups-file}, @code{allow-registration?}, @code{ssl}, @code{c2s-require-encryption?}, @code{disable-sasl-mechanisms}, @code{s2s-require-encryption?}, @code{s2s-secure-auth?}, @code{s2s-insecure-domains}, @code{s2s-secure-domains}, @code{authentication}, @code{log}, @code{http-max-content-size}, @code{http-external-url}, @code{raw-content}, plus:
15880 @deftypevr {@code{ext-component-configuration} parameter} string component-secret
15881 Password which the component will use to log in.
15882 @end deftypevr
15883
15884 @deftypevr {@code{ext-component-configuration} parameter} string hostname
15885 Hostname of the component.
15886 @end deftypevr
15887
15888 @end deftypevr
15889
15890 @deftypevr {@code{prosody-configuration} parameter} non-negative-integer-list component-ports
15891 Port(s) Prosody listens on for component connections.
15892 Defaults to @samp{(5347)}.
15893 @end deftypevr
15894
15895 @deftypevr {@code{prosody-configuration} parameter} string component-interface
15896 Interface Prosody listens on for component connections.
15897 Defaults to @samp{"127.0.0.1"}.
15898 @end deftypevr
15899
15900 @deftypevr {@code{prosody-configuration} parameter} maybe-raw-content raw-content
15901 Raw content that will be added to the configuration file.
15902 @end deftypevr
15903
15904 It could be that you just want to get a @code{prosody.cfg.lua}
15905 up and running. In that case, you can pass an
15906 @code{opaque-prosody-configuration} record as the value of
15907 @code{prosody-service-type}. As its name indicates, an opaque configuration
15908 does not have easy reflective capabilities.
15909 Available @code{opaque-prosody-configuration} fields are:
15910
15911 @deftypevr {@code{opaque-prosody-configuration} parameter} package prosody
15912 The prosody package.
15913 @end deftypevr
15914
15915 @deftypevr {@code{opaque-prosody-configuration} parameter} string prosody.cfg.lua
15916 The contents of the @code{prosody.cfg.lua} to use.
15917 @end deftypevr
15918
15919 For example, if your @code{prosody.cfg.lua} is just the empty
15920 string, you could instantiate a prosody service like this:
15921
15922 @example
15923 (service prosody-service-type
15924 (opaque-prosody-configuration
15925 (prosody.cfg.lua "")))
15926 @end example
15927
15928 @c end of Prosody auto-generated documentation
15929
15930 @subsubheading BitlBee Service
15931
15932 @cindex IRC (Internet Relay Chat)
15933 @cindex IRC gateway
15934 @url{http://bitlbee.org,BitlBee} is a gateway that provides an IRC
15935 interface to a variety of messaging protocols such as XMPP.
15936
15937 @defvr {Scheme Variable} bitlbee-service-type
15938 This is the service type for the @url{http://bitlbee.org,BitlBee} IRC
15939 gateway daemon. Its value is a @code{bitlbee-configuration} (see
15940 below).
15941
15942 To have BitlBee listen on port 6667 on localhost, add this line to your
15943 services:
15944
15945 @example
15946 (service bitlbee-service-type)
15947 @end example
15948 @end defvr
15949
15950 @deftp {Data Type} bitlbee-configuration
15951 This is the configuration for BitlBee, with the following fields:
15952
15953 @table @asis
15954 @item @code{interface} (default: @code{"127.0.0.1"})
15955 @itemx @code{port} (default: @code{6667})
15956 Listen on the network interface corresponding to the IP address
15957 specified in @var{interface}, on @var{port}.
15958
15959 When @var{interface} is @code{127.0.0.1}, only local clients can
15960 connect; when it is @code{0.0.0.0}, connections can come from any
15961 networking interface.
15962
15963 @item @code{package} (default: @code{bitlbee})
15964 The BitlBee package to use.
15965
15966 @item @code{plugins} (default: @code{'()})
15967 List of plugin packages to use---e.g., @code{bitlbee-discord}.
15968
15969 @item @code{extra-settings} (default: @code{""})
15970 Configuration snippet added as-is to the BitlBee configuration file.
15971 @end table
15972 @end deftp
15973
15974
15975 @node Telephony Services
15976 @subsubsection Telephony Services
15977
15978 @cindex Murmur (VoIP server)
15979 @cindex VoIP server
15980 This section describes how to set up and run a Murmur server. Murmur is
15981 the server of the @uref{https://mumble.info, Mumble} voice-over-IP
15982 (VoIP) suite.
15983
15984 @deftp {Data Type} murmur-configuration
15985 The service type for the Murmur server. An example configuration can
15986 look like this:
15987
15988 @example
15989 (service murmur-service-type
15990 (murmur-configuration
15991 (welcome-text
15992 "Welcome to this Mumble server running on GuixSD!")
15993 (cert-required? #t) ;disallow text password logins
15994 (ssl-cert "/etc/letsencrypt/live/mumble.example.com/fullchain.pem")
15995 (ssl-key "/etc/letsencrypt/live/mumble.example.com/privkey.pem")))
15996 @end example
15997
15998 After reconfiguring your system, you can manually set the murmur @code{SuperUser}
15999 password with the command that is printed during the activation phase.
16000
16001 It is recommended to register a normal Mumble user account
16002 and grant it admin or moderator rights.
16003 You can use the @code{mumble} client to
16004 login as new normal user, register yourself, and log out.
16005 For the next step login with the name @code{SuperUser} use
16006 the @code{SuperUser} password that you set previously,
16007 and grant your newly registered mumble user administrator or moderator
16008 rights and create some channels.
16009
16010 Available @code{murmur-configuration} fields are:
16011
16012 @table @asis
16013 @item @code{package} (default: @code{mumble})
16014 Package that contains @code{bin/murmurd}.
16015
16016 @item @code{user} (default: @code{"murmur"})
16017 User who will run the Murmur server.
16018
16019 @item @code{group} (default: @code{"murmur"})
16020 Group of the user who will run the murmur server.
16021
16022 @item @code{port} (default: @code{64738})
16023 Port on which the server will listen.
16024
16025 @item @code{welcome-text} (default: @code{""})
16026 Welcome text sent to clients when they connect.
16027
16028 @item @code{server-password} (default: @code{""})
16029 Password the clients have to enter in order to connect.
16030
16031 @item @code{max-users} (default: @code{100})
16032 Maximum of users that can be connected to the server at once.
16033
16034 @item @code{max-user-bandwidth} (default: @code{#f})
16035 Maximum voice traffic a user can send per second.
16036
16037 @item @code{database-file} (default: @code{"/var/lib/murmur/db.sqlite"})
16038 File name of the sqlite database.
16039 The service's user will become the owner of the directory.
16040
16041 @item @code{log-file} (default: @code{"/var/log/murmur/murmur.log"})
16042 File name of the log file.
16043 The service's user will become the owner of the directory.
16044
16045 @item @code{autoban-attempts} (default: @code{10})
16046 Maximum number of logins a user can make in @code{autoban-timeframe}
16047 without getting auto banned for @code{autoban-time}.
16048
16049 @item @code{autoban-timeframe} (default: @code{120})
16050 Timeframe for autoban in seconds.
16051
16052 @item @code{autoban-time} (default: @code{300})
16053 Amount of time in seconds for which a client gets banned
16054 when violating the autoban limits.
16055
16056 @item @code{opus-threshold} (default: @code{100})
16057 Percentage of clients that need to support opus
16058 before switching over to opus audio codec.
16059
16060 @item @code{channel-nesting-limit} (default: @code{10})
16061 How deep channels can be nested at maximum.
16062
16063 @item @code{channelname-regex} (default: @code{#f})
16064 A string in from of a Qt regular expression that channel names must conform to.
16065
16066 @item @code{username-regex} (default: @code{#f})
16067 A string in from of a Qt regular expression that user names must conform to.
16068
16069 @item @code{text-message-length} (default: @code{5000})
16070 Maximum size in bytes that a user can send in one text chat message.
16071
16072 @item @code{image-message-length} (default: @code{(* 128 1024)})
16073 Maximum size in bytes that a user can send in one image message.
16074
16075 @item @code{cert-required?} (default: @code{#f})
16076 If it is set to @code{#t} clients that use weak password authentification
16077 will not be accepted. Users must have completed the certificate wizard to join.
16078
16079 @item @code{remember-channel?} (defualt @code{#f})
16080 Should murmur remember the last channel each user was in when they disconnected
16081 and put them into the remembered channel when they rejoin.
16082
16083 @item @code{allow-html?} (default: @code{#f})
16084 Should html be allowed in text messages, user comments, and channel descriptions.
16085
16086 @item @code{allow-ping?} (default: @code{#f})
16087 Setting to true exposes the current user count, the maximum user count, and
16088 the server's maximum bandwidth per client to unauthenticated users. In the
16089 Mumble client, this information is shown in the Connect dialog.
16090
16091 Disabling this setting will prevent public listing of the server.
16092
16093 @item @code{bonjour?} (default: @code{#f})
16094 Should the server advertise itself in the local network through the bonjour protocol.
16095
16096 @item @code{send-version?} (default: @code{#f})
16097 Should the murmur server version be exposed in ping requests.
16098
16099 @item @code{log-days} (default: @code{31})
16100 Murmur also stores logs in the database, which are accessible via RPC.
16101 The default is 31 days of months, but you can set this setting to 0 to keep logs forever,
16102 or -1 to disable logging to the database.
16103
16104 @item @code{obfuscate-ips?} (default @code{#t})
16105 Should logged ips be obfuscated to protect the privacy of users.
16106
16107 @item @code{ssl-cert} (default: @code{#f})
16108 File name of the SSL/TLS certificate used for encrypted connections.
16109
16110 @example
16111 (ssl-cert "/etc/letsencrypt/live/example.com/fullchain.pem")
16112 @end example
16113 @item @code{ssl-key} (default: @code{#f})
16114 Filepath to the ssl private key used for encrypted connections.
16115 @example
16116 (ssl-key "/etc/letsencrypt/live/example.com/privkey.pem")
16117 @end example
16118
16119 @item @code{ssl-dh-params} (default: @code{#f})
16120 File name of a PEM-encoded file with Diffie-Hellman parameters
16121 for the SSL/TLS encryption. Alternatively you set it to
16122 @code{"@@ffdhe2048"}, @code{"@@ffdhe3072"}, @code{"@@ffdhe4096"}, @code{"@@ffdhe6144"}
16123 or @code{"@@ffdhe8192"} to use bundled parameters from RFC 7919.
16124
16125 @item @code{ssl-ciphers} (default: @code{#f})
16126 The @code{ssl-ciphers} option chooses the cipher suites to make available for use
16127 in SSL/TLS.
16128
16129 This option is specified using
16130 @uref{https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT,
16131 OpenSSL cipher list notation}.
16132
16133 It is recommended that you try your cipher string using 'openssl ciphers <string>'
16134 before setting it here, to get a feel for which cipher suites you will get.
16135 After setting this option, it is recommend that you inspect your Murmur log
16136 to ensure that Murmur is using the cipher suites that you expected it to.
16137
16138 Note: Changing this option may impact the backwards compatibility of your
16139 Murmur server, and can remove the ability for older Mumble clients to be able
16140 to connect to it.
16141
16142 @item @code{public-registration} (default: @code{#f})
16143 Must be a @code{<murmur-public-registration-configuration>} record or @code{#f}.
16144
16145 You can optionally register your server in the public server list that the
16146 @code{mumble} client shows on startup.
16147 You cannot register your server if you have set a @code{server-password},
16148 or set @code{allow-ping} to @code{#f}.
16149
16150 It might take a few hours until it shows up in the public list.
16151
16152 @item @code{file} (default: @code{#f})
16153 Optional alternative override for this configuration.
16154 @end table
16155 @end deftp
16156
16157 @deftp {Data Type} murmur-public-registration-configuration
16158 Configuration for public registration of a murmur service.
16159
16160 @table @asis
16161 @item @code{name}
16162 This is a display name for your server. Not to be confused with the hostname.
16163
16164 @item @code{password}
16165 A password to identify your registration.
16166 Subsequent updates will need the same password. Don't lose your password.
16167
16168 @item @code{url}
16169 This should be a @code{http://} or @code{https://} link to your web
16170 site.
16171
16172 @item @code{hostname} (default: @code{#f})
16173 By default your server will be listed by its IP address.
16174 If it is set your server will be linked by this host name instead.
16175 @end table
16176 @end deftp
16177
16178
16179
16180 @node Monitoring Services
16181 @subsubsection Monitoring Services
16182
16183 @subsubheading Tailon Service
16184
16185 @uref{https://tailon.readthedocs.io/, Tailon} is a web application for
16186 viewing and searching log files.
16187
16188 The following example will configure the service with default values.
16189 By default, Tailon can be accessed on port 8080 (@code{http://localhost:8080}).
16190
16191 @example
16192 (service tailon-service-type)
16193 @end example
16194
16195 The following example customises more of the Tailon configuration,
16196 adding @command{sed} to the list of allowed commands.
16197
16198 @example
16199 (service tailon-service-type
16200 (tailon-configuration
16201 (config-file
16202 (tailon-configuration-file
16203 (allowed-commands '("tail" "grep" "awk" "sed"))))))
16204 @end example
16205
16206
16207 @deftp {Data Type} tailon-configuration
16208 Data type representing the configuration of Tailon.
16209 This type has the following parameters:
16210
16211 @table @asis
16212 @item @code{config-file} (default: @code{(tailon-configuration-file)})
16213 The configuration file to use for Tailon. This can be set to a
16214 @dfn{tailon-configuration-file} record value, or any gexp
16215 (@pxref{G-Expressions}).
16216
16217 For example, to instead use a local file, the @code{local-file} function
16218 can be used:
16219
16220 @example
16221 (service tailon-service-type
16222 (tailon-configuration
16223 (config-file (local-file "./my-tailon.conf"))))
16224 @end example
16225
16226 @item @code{package} (default: @code{tailon})
16227 The tailon package to use.
16228
16229 @end table
16230 @end deftp
16231
16232 @deftp {Data Type} tailon-configuration-file
16233 Data type representing the configuration options for Tailon.
16234 This type has the following parameters:
16235
16236 @table @asis
16237 @item @code{files} (default: @code{(list "/var/log")})
16238 List of files to display. The list can include strings for a single file
16239 or directory, or a list, where the first item is the name of a
16240 subsection, and the remaining items are the files or directories in that
16241 subsection.
16242
16243 @item @code{bind} (default: @code{"localhost:8080"})
16244 Address and port to which Tailon should bind on.
16245
16246 @item @code{relative-root} (default: @code{#f})
16247 URL path to use for Tailon, set to @code{#f} to not use a path.
16248
16249 @item @code{allow-transfers?} (default: @code{#t})
16250 Allow downloading the log files in the web interface.
16251
16252 @item @code{follow-names?} (default: @code{#t})
16253 Allow tailing of not-yet existent files.
16254
16255 @item @code{tail-lines} (default: @code{200})
16256 Number of lines to read initially from each file.
16257
16258 @item @code{allowed-commands} (default: @code{(list "tail" "grep" "awk")})
16259 Commands to allow running. By default, @code{sed} is disabled.
16260
16261 @item @code{debug?} (default: @code{#f})
16262 Set @code{debug?} to @code{#t} to show debug messages.
16263
16264 @item @code{wrap-lines} (default: @code{#t})
16265 Initial line wrapping state in the web interface. Set to @code{#t} to
16266 initially wrap lines (the default), or to @code{#f} to initially not
16267 wrap lines.
16268
16269 @item @code{http-auth} (default: @code{#f})
16270 HTTP authentication type to use. Set to @code{#f} to disable
16271 authentication (the default). Supported values are @code{"digest"} or
16272 @code{"basic"}.
16273
16274 @item @code{users} (default: @code{#f})
16275 If HTTP authentication is enabled (see @code{http-auth}), access will be
16276 restricted to the credentials provided here. To configure users, use a
16277 list of pairs, where the first element of the pair is the username, and
16278 the 2nd element of the pair is the password.
16279
16280 @example
16281 (tailon-configuration-file
16282 (http-auth "basic")
16283 (users '(("user1" . "password1")
16284 ("user2" . "password2"))))
16285 @end example
16286
16287 @end table
16288 @end deftp
16289
16290
16291 @subsubheading Darkstat Service
16292 @cindex darkstat
16293 Darkstat is a packet sniffer that captures network traffic, calculates
16294 statistics about usage, and serves reports over HTTP.
16295
16296 @defvar {Scheme Variable} darkstat-service-type
16297 This is the service type for the
16298 @uref{https://unix4lyfe.org/darkstat/, darkstat}
16299 service, its value must be a @code{darkstat-configuration} record as in
16300 this example:
16301
16302 @example
16303 (service darkstat-service-type
16304 (darkstat-configuration
16305 (interface "eno1")))
16306 @end example
16307 @end defvar
16308
16309 @deftp {Data Type} darkstat-configuration
16310 Data type representing the configuration of @command{darkstat}.
16311
16312 @table @asis
16313 @item @code{package} (default: @code{darkstat})
16314 The darkstat package to use.
16315
16316 @item @code{interface}
16317 Capture traffic on the specified network interface.
16318
16319 @item @code{port} (default: @code{"667"})
16320 Bind the web interface to the specified port.
16321
16322 @item @code{bind-address} (default: @code{"127.0.0.1"})
16323 Bind the web interface to the specified address.
16324
16325 @item @code{base} (default: @code{"/"})
16326 Specify the path of the base URL. This can be useful if
16327 @command{darkstat} is accessed via a reverse proxy.
16328
16329 @end table
16330 @end deftp
16331
16332 @subsubheading Prometheus Node Exporter Service
16333
16334 @cindex prometheus-node-exporter
16335 The Prometheus ``node exporter'' makes hardware and operating system statistics
16336 provided by the Linux kernel available for the Prometheus monitoring system.
16337 This service should be deployed on all physical nodes and virtual machines,
16338 where monitoring these statistics is desirable.
16339
16340 @defvar {Scheme variable} prometheus-node-exporter-service-type
16341 This is the service type for the
16342 @uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter}
16343 service, its value must be a @code{prometheus-node-exporter-configuration}
16344 record as in this example:
16345
16346 @example
16347 (service prometheus-node-exporter-service-type
16348 (prometheus-node-exporter-configuration
16349 (web-listen-address ":9100")))
16350 @end example
16351 @end defvar
16352
16353 @deftp {Data Type} prometheus-node-exporter-configuration
16354 Data type representing the configuration of @command{node_exporter}.
16355
16356 @table @asis
16357 @item @code{package} (default: @code{go-github-com-prometheus-node-exporter})
16358 The prometheus-node-exporter package to use.
16359
16360 @item @code{web-listen-address} (default: @code{":9100"})
16361 Bind the web interface to the specified address.
16362
16363 @end table
16364 @end deftp
16365
16366 @node Kerberos Services
16367 @subsubsection Kerberos Services
16368 @cindex Kerberos
16369
16370 The @code{(gnu services kerberos)} module provides services relating to
16371 the authentication protocol @dfn{Kerberos}.
16372
16373 @subsubheading Krb5 Service
16374
16375 Programs using a Kerberos client library normally
16376 expect a configuration file in @file{/etc/krb5.conf}.
16377 This service generates such a file from a definition provided in the
16378 operating system declaration.
16379 It does not cause any daemon to be started.
16380
16381 No ``keytab'' files are provided by this service---you must explicitly create them.
16382 This service is known to work with the MIT client library, @code{mit-krb5}.
16383 Other implementations have not been tested.
16384
16385 @defvr {Scheme Variable} krb5-service-type
16386 A service type for Kerberos 5 clients.
16387 @end defvr
16388
16389 @noindent
16390 Here is an example of its use:
16391 @lisp
16392 (service krb5-service-type
16393 (krb5-configuration
16394 (default-realm "EXAMPLE.COM")
16395 (allow-weak-crypto? #t)
16396 (realms (list
16397 (krb5-realm
16398 (name "EXAMPLE.COM")
16399 (admin-server "groucho.example.com")
16400 (kdc "karl.example.com"))
16401 (krb5-realm
16402 (name "ARGRX.EDU")
16403 (admin-server "kerb-admin.argrx.edu")
16404 (kdc "keys.argrx.edu"))))))
16405 @end lisp
16406
16407 @noindent
16408 This example provides a Kerberos@tie{}5 client configuration which:
16409 @itemize
16410 @item Recognizes two realms, @i{viz:} ``EXAMPLE.COM'' and ``ARGRX.EDU'', both
16411 of which have distinct administration servers and key distribution centers;
16412 @item Will default to the realm ``EXAMPLE.COM'' if the realm is not explicitly
16413 specified by clients;
16414 @item Accepts services which only support encryption types known to be weak.
16415 @end itemize
16416
16417 The @code{krb5-realm} and @code{krb5-configuration} types have many fields.
16418 Only the most commonly used ones are described here.
16419 For a full list, and more detailed explanation of each, see the MIT
16420 @uref{http://web.mit.edu/kerberos/krb5-devel/doc/admin/conf_files/krb5_conf.html,,krb5.conf}
16421 documentation.
16422
16423
16424 @deftp {Data Type} krb5-realm
16425 @cindex realm, kerberos
16426 @table @asis
16427 @item @code{name}
16428 This field is a string identifying the name of the realm.
16429 A common convention is to use the fully qualified DNS name of your organization,
16430 converted to upper case.
16431
16432 @item @code{admin-server}
16433 This field is a string identifying the host where the administration server is
16434 running.
16435
16436 @item @code{kdc}
16437 This field is a string identifying the key distribution center
16438 for the realm.
16439 @end table
16440 @end deftp
16441
16442 @deftp {Data Type} krb5-configuration
16443
16444 @table @asis
16445 @item @code{allow-weak-crypto?} (default: @code{#f})
16446 If this flag is @code{#t} then services which only offer encryption algorithms
16447 known to be weak will be accepted.
16448
16449 @item @code{default-realm} (default: @code{#f})
16450 This field should be a string identifying the default Kerberos
16451 realm for the client.
16452 You should set this field to the name of your Kerberos realm.
16453 If this value is @code{#f}
16454 then a realm must be specified with every Kerberos principal when invoking programs
16455 such as @command{kinit}.
16456
16457 @item @code{realms}
16458 This should be a non-empty list of @code{krb5-realm} objects, which clients may
16459 access.
16460 Normally, one of them will have a @code{name} field matching the @code{default-realm}
16461 field.
16462 @end table
16463 @end deftp
16464
16465
16466 @subsubheading PAM krb5 Service
16467 @cindex pam-krb5
16468
16469 The @code{pam-krb5} service allows for login authentication and password
16470 management via Kerberos.
16471 You will need this service if you want PAM enabled applications to authenticate
16472 users using Kerberos.
16473
16474 @defvr {Scheme Variable} pam-krb5-service-type
16475 A service type for the Kerberos 5 PAM module.
16476 @end defvr
16477
16478 @deftp {Data Type} pam-krb5-configuration
16479 Data type representing the configuration of the Kerberos 5 PAM module
16480 This type has the following parameters:
16481 @table @asis
16482 @item @code{pam-krb5} (default: @code{pam-krb5})
16483 The pam-krb5 package to use.
16484
16485 @item @code{minimum-uid} (default: @code{1000})
16486 The smallest user ID for which Kerberos authentications should be attempted.
16487 Local accounts with lower values will silently fail to authenticate.
16488 @end table
16489 @end deftp
16490
16491
16492 @node Web Services
16493 @subsubsection Web Services
16494
16495 @cindex web
16496 @cindex www
16497 @cindex HTTP
16498 The @code{(gnu services web)} module provides the Apache HTTP Server,
16499 the nginx web server, and also a fastcgi wrapper daemon.
16500
16501 @subsubheading Apache HTTP Server
16502
16503 @deffn {Scheme Variable} httpd-service-type
16504 Service type for the @uref{https://httpd.apache.org/,Apache HTTP} server
16505 (@dfn{httpd}). The value for this service type is a
16506 @code{https-configuration} record.
16507
16508 A simple example configuration is given below.
16509
16510 @example
16511 (service httpd-service-type
16512 (httpd-configuration
16513 (config
16514 (httpd-config-file
16515 (server-name "www.example.com")
16516 (document-root "/srv/http/www.example.com")))))
16517 @end example
16518
16519 Other services can also extend the @code{httpd-service-type} to add to
16520 the configuration.
16521
16522 @example
16523 (simple-service 'my-extra-server httpd-service-type
16524 (list
16525 (httpd-virtualhost
16526 "*:80"
16527 (list (string-append
16528 "ServerName "www.example.com
16529 DocumentRoot \"/srv/http/www.example.com\"")))))
16530 @end example
16531 @end deffn
16532
16533 The details for the @code{httpd-configuration}, @code{httpd-module},
16534 @code{httpd-config-file} and @code{httpd-virtualhost} record types are
16535 given below.
16536
16537 @deffn {Data Type} httpd-configuration
16538 This data type represents the configuration for the httpd service.
16539
16540 @table @asis
16541 @item @code{package} (default: @code{httpd})
16542 The httpd package to use.
16543
16544 @item @code{pid-file} (default: @code{"/var/run/httpd"})
16545 The pid file used by the shepherd-service.
16546
16547 @item @code{config} (default: @code{(httpd-config-file)})
16548 The configuration file to use with the httpd service. The default value
16549 is a @code{httpd-config-file} record, but this can also be a different
16550 G-expression that generates a file, for example a @code{plain-file}. A
16551 file outside of the store can also be specified through a string.
16552
16553 @end table
16554 @end deffn
16555
16556 @deffn {Data Type} httpd-module
16557 This data type represents a module for the httpd service.
16558
16559 @table @asis
16560 @item @code{name}
16561 The name of the module.
16562
16563 @item @code{file}
16564 The file for the module. This can be relative to the httpd package being
16565 used, the absolute location of a file, or a G-expression for a file
16566 within the store, for example @code{(file-append mod-wsgi
16567 "/modules/mod_wsgi.so")}.
16568
16569 @end table
16570 @end deffn
16571
16572 @deffn {Data Type} httpd-config-file
16573 This data type represents a configuration file for the httpd service.
16574
16575 @table @asis
16576 @item @code{modules} (default: @code{%default-httpd-modules})
16577 The modules to load. Additional modules can be added here, or loaded by
16578 additional configuration.
16579
16580 @item @code{server-root} (default: @code{httpd})
16581 The @code{ServerRoot} in the configuration file, defaults to the httpd
16582 package. Directives including @code{Include} and @code{LoadModule} are
16583 taken as relative to the server root.
16584
16585 @item @code{server-name} (default: @code{#f})
16586 The @code{ServerName} in the configuration file, used to specify the
16587 request scheme, hostname and port that the server uses to identify
16588 itself.
16589
16590 This doesn't need to be set in the server config, and can be specifyed
16591 in virtual hosts. The default is @code{#f} to not specify a
16592 @code{ServerName}.
16593
16594 @item @code{document-root} (default: @code{"/srv/http"})
16595 The @code{DocumentRoot} from which files will be served.
16596
16597 @item @code{listen} (default: @code{'("80")})
16598 The list of values for the @code{Listen} directives in the config
16599 file. The value should be a list of strings, when each string can
16600 specify the port number to listen on, and optionally the IP address and
16601 protocol to use.
16602
16603 @item @code{pid-file} (default: @code{"/var/run/httpd"})
16604 The @code{PidFile} to use. This should match the @code{pid-file} set in
16605 the @code{httpd-configuration} so that the Shepherd service is
16606 configured correctly.
16607
16608 @item @code{error-log} (default: @code{"/var/log/httpd/error_log"})
16609 The @code{ErrorLog} to which the server will log errors.
16610
16611 @item @code{user} (default: @code{"httpd"})
16612 The @code{User} which the server will answer requests as.
16613
16614 @item @code{group} (default: @code{"httpd"})
16615 The @code{Group} which the server will answer requests as.
16616
16617 @item @code{extra-config} (default: @code{(list "TypesConfig etc/httpd/mime.types")})
16618 A flat list of strings and G-expressions which will be added to the end
16619 of the configuration file.
16620
16621 Any values which the service is extended with will be appended to this
16622 list.
16623
16624 @end table
16625 @end deffn
16626
16627 @deffn {Data Type} httpd-virtualhost
16628 This data type represents a virtualhost configuration block for the httpd service.
16629
16630 These should be added to the extra-config for the httpd-service.
16631
16632 @example
16633 (simple-service 'my-extra-server httpd-service-type
16634 (list
16635 (httpd-virtualhost
16636 "*:80"
16637 (list (string-append
16638 "ServerName "www.example.com
16639 DocumentRoot \"/srv/http/www.example.com\"")))))
16640 @end example
16641
16642 @table @asis
16643 @item @code{addresses-and-ports}
16644 The addresses and ports for the @code{VirtualHost} directive.
16645
16646 @item @code{contents}
16647 The contents of the @code{VirtualHost} directive, this should be a list
16648 of strings and G-expressions.
16649
16650 @end table
16651 @end deffn
16652
16653 @subsubheading NGINX
16654
16655 @deffn {Scheme Variable} nginx-service-type
16656 Service type for the @uref{https://nginx.org/,NGinx} web server. The
16657 value for this service type is a @code{<nginx-configuration>} record.
16658
16659 A simple example configuration is given below.
16660
16661 @example
16662 (service nginx-service-type
16663 (nginx-configuration
16664 (server-blocks
16665 (list (nginx-server-configuration
16666 (server-name '("www.example.com"))
16667 (root "/srv/http/www.example.com"))))))
16668 @end example
16669
16670 In addition to adding server blocks to the service configuration
16671 directly, this service can be extended by other services to add server
16672 blocks, as in this example:
16673
16674 @example
16675 (simple-service 'my-extra-server nginx-service-type
16676 (list (nginx-server-configuration
16677 (root "/srv/http/extra-website")
16678 (try-files (list "$uri" "$uri/index.html")))))
16679 @end example
16680 @end deffn
16681
16682 At startup, @command{nginx} has not yet read its configuration file, so
16683 it uses a default file to log error messages. If it fails to load its
16684 configuration file, that is where error messages are logged. After the
16685 configuration file is loaded, the default error log file changes as per
16686 configuration. In our case, startup error messages can be found in
16687 @file{/var/run/nginx/logs/error.log}, and after configuration in
16688 @file{/var/log/nginx/error.log}. The second location can be changed
16689 with the @var{log-directory} configuration option.
16690
16691 @deffn {Data Type} nginx-configuration
16692 This data type represents the configuration for NGinx. Some
16693 configuration can be done through this and the other provided record
16694 types, or alternatively, a config file can be provided.
16695
16696 @table @asis
16697 @item @code{nginx} (default: @code{nginx})
16698 The nginx package to use.
16699
16700 @item @code{log-directory} (default: @code{"/var/log/nginx"})
16701 The directory to which NGinx will write log files.
16702
16703 @item @code{run-directory} (default: @code{"/var/run/nginx"})
16704 The directory in which NGinx will create a pid file, and write temporary
16705 files.
16706
16707 @item @code{server-blocks} (default: @code{'()})
16708 A list of @dfn{server blocks} to create in the generated configuration
16709 file, the elements should be of type
16710 @code{<nginx-server-configuration>}.
16711
16712 The following example would setup NGinx to serve @code{www.example.com}
16713 from the @code{/srv/http/www.example.com} directory, without using
16714 HTTPS.
16715 @example
16716 (service nginx-service-type
16717 (nginx-configuration
16718 (server-blocks
16719 (list (nginx-server-configuration
16720 (server-name '("www.example.com"))
16721 (root "/srv/http/www.example.com"))))))
16722 @end example
16723
16724 @item @code{upstream-blocks} (default: @code{'()})
16725 A list of @dfn{upstream blocks} to create in the generated configuration
16726 file, the elements should be of type
16727 @code{<nginx-upstream-configuration>}.
16728
16729 Configuring upstreams through the @code{upstream-blocks} can be useful
16730 when combined with @code{locations} in the
16731 @code{<nginx-server-configuration>} records. The following example
16732 creates a server configuration with one location configuration, that
16733 will proxy requests to a upstream configuration, which will handle
16734 requests with two servers.
16735
16736 @example
16737 (service
16738 nginx-service-type
16739 (nginx-configuration
16740 (server-blocks
16741 (list (nginx-server-configuration
16742 (server-name '("www.example.com"))
16743 (root "/srv/http/www.example.com")
16744 (locations
16745 (list
16746 (nginx-location-configuration
16747 (uri "/path1")
16748 (body '("proxy_pass http://server-proxy;"))))))))
16749 (upstream-blocks
16750 (list (nginx-upstream-configuration
16751 (name "server-proxy")
16752 (servers (list "server1.example.com"
16753 "server2.example.com")))))))
16754 @end example
16755
16756 @item @code{file} (default: @code{#f})
16757 If a configuration @var{file} is provided, this will be used, rather than
16758 generating a configuration file from the provided @code{log-directory},
16759 @code{run-directory}, @code{server-blocks} and @code{upstream-blocks}. For
16760 proper operation, these arguments should match what is in @var{file} to ensure
16761 that the directories are created when the service is activated.
16762
16763 This can be useful if you have an existing configuration file, or it's
16764 not possible to do what is required through the other parts of the
16765 nginx-configuration record.
16766
16767 @item @code{server-names-hash-bucket-size} (default: @code{#f})
16768 Bucket size for the server names hash tables, defaults to @code{#f} to
16769 use the size of the processors cache line.
16770
16771 @item @code{server-names-hash-bucket-max-size} (default: @code{#f})
16772 Maximum bucket size for the server names hash tables.
16773
16774 @item @code{extra-content} (default: @code{""})
16775 Extra content for the @code{http} block. Should be string or a string
16776 valued G-expression.
16777
16778 @end table
16779 @end deffn
16780
16781 @deftp {Data Type} nginx-server-configuration
16782 Data type representing the configuration of an nginx server block.
16783 This type has the following parameters:
16784
16785 @table @asis
16786 @item @code{listen} (default: @code{'("80" "443 ssl")})
16787 Each @code{listen} directive sets the address and port for IP, or the
16788 path for a UNIX-domain socket on which the server will accept requests.
16789 Both address and port, or only address or only port can be specified.
16790 An address may also be a hostname, for example:
16791
16792 @example
16793 '("127.0.0.1:8000" "127.0.0.1" "8000" "*:8000" "localhost:8000")
16794 @end example
16795
16796 @item @code{server-name} (default: @code{(list 'default)})
16797 A list of server names this server represents. @code{'default} represents the
16798 default server for connections matching no other server.
16799
16800 @item @code{root} (default: @code{"/srv/http"})
16801 Root of the website nginx will serve.
16802
16803 @item @code{locations} (default: @code{'()})
16804 A list of @dfn{nginx-location-configuration} or
16805 @dfn{nginx-named-location-configuration} records to use within this
16806 server block.
16807
16808 @item @code{index} (default: @code{(list "index.html")})
16809 Index files to look for when clients ask for a directory. If it cannot be found,
16810 Nginx will send the list of files in the directory.
16811
16812 @item @code{try-files} (default: @code{'()})
16813 A list of files whose existence is checked in the specified order.
16814 @code{nginx} will use the first file it finds to process the request.
16815
16816 @item @code{ssl-certificate} (default: @code{#f})
16817 Where to find the certificate for secure connections. Set it to @code{#f} if
16818 you don't have a certificate or you don't want to use HTTPS.
16819
16820 @item @code{ssl-certificate-key} (default: @code{#f})
16821 Where to find the private key for secure connections. Set it to @code{#f} if
16822 you don't have a key or you don't want to use HTTPS.
16823
16824 @item @code{server-tokens?} (default: @code{#f})
16825 Whether the server should add its configuration to response.
16826
16827 @item @code{raw-content} (default: @code{'()})
16828 A list of raw lines added to the server block.
16829
16830 @end table
16831 @end deftp
16832
16833 @deftp {Data Type} nginx-upstream-configuration
16834 Data type representing the configuration of an nginx @code{upstream}
16835 block. This type has the following parameters:
16836
16837 @table @asis
16838 @item @code{name}
16839 Name for this group of servers.
16840
16841 @item @code{servers}
16842 Specify the addresses of the servers in the group. The address can be
16843 specified as a IP address (e.g. @samp{127.0.0.1}), domain name
16844 (e.g. @samp{backend1.example.com}) or a path to a UNIX socket using the
16845 prefix @samp{unix:}. For addresses using an IP address or domain name,
16846 the default port is 80, and a different port can be specified
16847 explicitly.
16848
16849 @end table
16850 @end deftp
16851
16852 @deftp {Data Type} nginx-location-configuration
16853 Data type representing the configuration of an nginx @code{location}
16854 block. This type has the following parameters:
16855
16856 @table @asis
16857 @item @code{uri}
16858 URI which this location block matches.
16859
16860 @anchor{nginx-location-configuration body}
16861 @item @code{body}
16862 Body of the location block, specified as a list of strings. This can contain
16863 many
16864 configuration directives. For example, to pass requests to a upstream
16865 server group defined using an @code{nginx-upstream-configuration} block,
16866 the following directive would be specified in the body @samp{(list "proxy_pass
16867 http://upstream-name;")}.
16868
16869 @end table
16870 @end deftp
16871
16872 @deftp {Data Type} nginx-named-location-configuration
16873 Data type representing the configuration of an nginx named location
16874 block. Named location blocks are used for request redirection, and not
16875 used for regular request processing. This type has the following
16876 parameters:
16877
16878 @table @asis
16879 @item @code{name}
16880 Name to identify this location block.
16881
16882 @item @code{body}
16883 @xref{nginx-location-configuration body}, as the body for named location
16884 blocks can be used in a similar way to the
16885 @code{nginx-location-configuration body}. One restriction is that the
16886 body of a named location block cannot contain location blocks.
16887
16888 @end table
16889 @end deftp
16890
16891 @cindex fastcgi
16892 @cindex fcgiwrap
16893 FastCGI is an interface between the front-end and the back-end of a web
16894 service. It is a somewhat legacy facility; new web services should
16895 generally just talk HTTP between the front-end and the back-end.
16896 However there are a number of back-end services such as PHP or the
16897 optimized HTTP Git repository access that use FastCGI, so we have
16898 support for it in Guix.
16899
16900 To use FastCGI, you configure the front-end web server (e.g., nginx) to
16901 dispatch some subset of its requests to the fastcgi backend, which
16902 listens on a local TCP or UNIX socket. There is an intermediary
16903 @code{fcgiwrap} program that sits between the actual backend process and
16904 the web server. The front-end indicates which backend program to run,
16905 passing that information to the @code{fcgiwrap} process.
16906
16907 @defvr {Scheme Variable} fcgiwrap-service-type
16908 A service type for the @code{fcgiwrap} FastCGI proxy.
16909 @end defvr
16910
16911 @deftp {Data Type} fcgiwrap-configuration
16912 Data type representing the configuration of the @code{fcgiwrap} serice.
16913 This type has the following parameters:
16914 @table @asis
16915 @item @code{package} (default: @code{fcgiwrap})
16916 The fcgiwrap package to use.
16917
16918 @item @code{socket} (default: @code{tcp:127.0.0.1:9000})
16919 The socket on which the @code{fcgiwrap} process should listen, as a
16920 string. Valid @var{socket} values include
16921 @code{unix:@var{/path/to/unix/socket}},
16922 @code{tcp:@var{dot.ted.qu.ad}:@var{port}} and
16923 @code{tcp6:[@var{ipv6_addr}]:port}.
16924
16925 @item @code{user} (default: @code{fcgiwrap})
16926 @itemx @code{group} (default: @code{fcgiwrap})
16927 The user and group names, as strings, under which to run the
16928 @code{fcgiwrap} process. The @code{fastcgi} service will ensure that if
16929 the user asks for the specific user or group names @code{fcgiwrap} that
16930 the corresponding user and/or group is present on the system.
16931
16932 It is possible to configure a FastCGI-backed web service to pass HTTP
16933 authentication information from the front-end to the back-end, and to
16934 allow @code{fcgiwrap} to run the back-end process as a corresponding
16935 local user. To enable this capability on the back-end., run
16936 @code{fcgiwrap} as the @code{root} user and group. Note that this
16937 capability also has to be configured on the front-end as well.
16938 @end table
16939 @end deftp
16940
16941 @cindex php-fpm
16942 PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation
16943 with some additional features useful for sites of any size.
16944
16945 These features include:
16946 @itemize @bullet
16947 @item Adaptive process spawning
16948 @item Basic statistics (similar to Apache's mod_status)
16949 @item Advanced process management with graceful stop/start
16950 @item Ability to start workers with different uid/gid/chroot/environment
16951 and different php.ini (replaces safe_mode)
16952 @item Stdout & stderr logging
16953 @item Emergency restart in case of accidental opcode cache destruction
16954 @item Accelerated upload support
16955 @item Support for a "slowlog"
16956 @item Enhancements to FastCGI, such as fastcgi_finish_request() -
16957 a special function to finish request & flush all data while continuing to do
16958 something time-consuming (video converting, stats processing, etc.)
16959 @end itemize
16960 ... and much more.
16961
16962 @defvr {Scheme Variable} php-fpm-service-type
16963 A Service type for @code{php-fpm}.
16964 @end defvr
16965
16966 @deftp {Data Type} php-fpm-configuration
16967 Data Type for php-fpm service configuration.
16968 @table @asis
16969 @item @code{php} (default: @code{php})
16970 The php package to use.
16971 @item @code{socket} (default: @code{(string-append "/var/run/php" (version-major (package-version php)) "-fpm.sock")})
16972 The address on which to accept FastCGI requests. Valid syntaxes are:
16973 @table @asis
16974 @item @code{"ip.add.re.ss:port"}
16975 Listen on a TCP socket to a specific address on a specific port.
16976 @item @code{"port"}
16977 Listen on a TCP socket to all addresses on a specific port.
16978 @item @code{"/path/to/unix/socket"}
16979 Listen on a unix socket.
16980 @end table
16981
16982 @item @code{user} (default: @code{php-fpm})
16983 User who will own the php worker processes.
16984 @item @code{group} (default: @code{php-fpm})
16985 Group of the worker processes.
16986 @item @code{socket-user} (default: @code{php-fpm})
16987 User who can speak to the php-fpm socket.
16988 @item @code{socket-group} (default: @code{php-fpm})
16989 Group that can speak to the php-fpm socket.
16990 @item @code{pid-file} (default: @code{(string-append "/var/run/php" (version-major (package-version php)) "-fpm.pid")})
16991 The process id of the php-fpm process is written to this file
16992 once the service has started.
16993 @item @code{log-file} (default: @code{(string-append "/var/log/php" (version-major (package-version php)) "-fpm.log")})
16994 Log for the php-fpm master process.
16995 @item @code{process-manager} (default: @code{(php-fpm-dynamic-process-manager-configuration)})
16996 Detailed settings for the php-fpm process manager.
16997 Must be either:
16998 @table @asis
16999 @item @code{<php-fpm-dynamic-process-manager-configuration>}
17000 @item @code{<php-fpm-static-process-manager-configuration>}
17001 @item @code{<php-fpm-on-demand-process-manager-configuration>}
17002 @end table
17003 @item @code{display-errors} (default @code{#f})
17004 Determines whether php errors and warning should be sent to clients
17005 and displayed in their browsers.
17006 This is useful for local php development, but a security risk for public sites,
17007 as error messages can reveal passwords and personal data.
17008 @item @code{workers-logfile} (default @code{(string-append "/var/log/php" (version-major (package-version php)) "-fpm.www.log")})
17009 This file will log the @code{stderr} outputs of php worker processes.
17010 Can be set to @code{#f} to disable logging.
17011 @item @code{file} (default @code{#f})
17012 An optional override of the whole configuration.
17013 You can use the @code{mixed-text-file} function or an absolute filepath for it.
17014 @end table
17015 @end deftp
17016
17017 @deftp {Data type} php-fpm-dynamic-process-manager-configuration
17018 Data Type for the @code{dynamic} php-fpm process manager. With the
17019 @code{dynamic} process manager, spare worker processes are kept around
17020 based on it's configured limits.
17021 @table @asis
17022 @item @code{max-children} (default: @code{5})
17023 Maximum of worker processes.
17024 @item @code{start-servers} (default: @code{2})
17025 How many worker processes should be started on start-up.
17026 @item @code{min-spare-servers} (default: @code{1})
17027 How many spare worker processes should be kept around at minimum.
17028 @item @code{max-spare-servers} (default: @code{3})
17029 How many spare worker processes should be kept around at maximum.
17030 @end table
17031 @end deftp
17032
17033 @deftp {Data type} php-fpm-static-process-manager-configuration
17034 Data Type for the @code{static} php-fpm process manager. With the
17035 @code{static} process manager, an unchanging number of worker processes
17036 are created.
17037 @table @asis
17038 @item @code{max-children} (default: @code{5})
17039 Maximum of worker processes.
17040 @end table
17041 @end deftp
17042
17043 @deftp {Data type} php-fpm-on-demand-process-manager-configuration
17044 Data Type for the @code{on-demand} php-fpm process manager. With the
17045 @code{on-demand} process manager, worker processes are only created as
17046 requests arrive.
17047 @table @asis
17048 @item @code{max-children} (default: @code{5})
17049 Maximum of worker processes.
17050 @item @code{process-idle-timeout} (default: @code{10})
17051 The time in seconds after which a process with no requests is killed.
17052 @end table
17053 @end deftp
17054
17055
17056 @deffn {Scheme Procedure} nginx-php-fpm-location @
17057 [#:nginx-package nginx] @
17058 [socket (string-append "/var/run/php" @
17059 (version-major (package-version php)) @
17060 "-fpm.sock")]
17061 A helper function to quickly add php to an @code{nginx-server-configuration}.
17062 @end deffn
17063
17064 A simple services setup for nginx with php can look like this:
17065 @example
17066 (services (cons* (dhcp-client-service)
17067 (service php-fpm-service-type)
17068 (service nginx-service-type
17069 (nginx-server-configuration
17070 (server-name '("example.com"))
17071 (root "/srv/http/")
17072 (locations
17073 (list (nginx-php-location)))
17074 (https-port #f)
17075 (ssl-certificate #f)
17076 (ssl-certificate-key #f)))
17077 %base-services))
17078 @end example
17079
17080 @cindex cat-avatar-generator
17081 The cat avatar generator is a simple service to demonstrate the use of php-fpm
17082 in @code{Nginx}. It is used to generate cat avatar from a seed, for instance
17083 the hash of a user's email address.
17084
17085 @deffn {Scheme Procedure} cat-avatar-generator-serice @
17086 [#:cache-dir "/var/cache/cat-avatar-generator"] @
17087 [#:package cat-avatar-generator] @
17088 [#:configuration (nginx-server-configuration)]
17089 Returns an nginx-server-configuration that inherits @code{configuration}. It
17090 extends the nginx configuration to add a server block that serves @code{package},
17091 a version of cat-avatar-generator. During execution, cat-avatar-generator will
17092 be able to use @code{cache-dir} as its cache directory.
17093 @end deffn
17094
17095 A simple setup for cat-avatar-generator can look like this:
17096 @example
17097 (services (cons* (cat-avatar-generator-service
17098 #:configuration
17099 (nginx-server-configuration
17100 (server-name '("example.com"))))
17101 ...
17102 %base-services))
17103 @end example
17104
17105 @subsubheading Hpcguix-web
17106
17107 @cindex hpcguix-web
17108 The @uref{hpcguix-web, https://github.com/UMCUGenetics/hpcguix-web/}
17109 program is a customizable web interface to browse Guix packages,
17110 initially designed for users of high-performance computing (HPC)
17111 clusters.
17112
17113 @defvr {Scheme Variable} hpcguix-web-service-type
17114 The service type for @code{hpcguix-web}.
17115 @end defvr
17116
17117 @deftp {Data Type} hpcguix-web-configuration
17118 Data type for the hpcguix-web service configuration.
17119
17120 @table @asis
17121 @item @code{specs}
17122 A gexp (@pxref{G-Expressions}) specifying the hpcguix-web service
17123 configuration. The main items available in this spec are:
17124
17125 @table @asis
17126 @item @code{title-prefix} (default: @code{"hpcguix | "})
17127 The page title prefix.
17128
17129 @item @code{guix-command} (default: @code{"guix"})
17130 The @command{guix} command.
17131
17132 @item @code{package-filter-proc} (default: @code{(const #t)})
17133 A procedure specifying how to filter packages that are displayed.
17134
17135 @item @code{package-page-extension-proc} (default: @code{(const '())})
17136 Extension package for @code{hpcguix-web}.
17137
17138 @item @code{menu} (default: @code{'()})
17139 Additional entry in page @code{menu}.
17140
17141 @item @code{channels} (default: @code{%default-channels})
17142 List of channels from which the package list is built (@pxref{Channels}).
17143
17144 @item @code{package-list-expiration} (default: @code{(* 12 3600)})
17145 The expiration time, in seconds, after which the package list is rebuilt from
17146 the latest instances of the given channels.
17147 @end table
17148
17149 See the hpcguix-web repository for a
17150 @uref{https://github.com/UMCUGenetics/hpcguix-web/blob/master/hpcweb-configuration.scm,
17151 complete example}.
17152
17153 @item @code{package} (default: @code{hpcguix-web})
17154 The hpcguix-web package to use.
17155 @end table
17156 @end deftp
17157
17158 A typical hpcguix-web service declaration looks like this:
17159
17160 @example
17161 (service hpcguix-web-service-type
17162 (hpcguix-web-configuration
17163 (specs
17164 #~(define site-config
17165 (hpcweb-configuration
17166 (title-prefix "Guix-HPC - ")
17167 (menu '(("/about" "ABOUT"))))))))
17168 @end example
17169
17170 @quotation Note
17171 The hpcguix-web service periodically updates the package list it publishes by
17172 pulling channels from Git. To that end, it needs to access X.509 certificates
17173 so that it can authenticate Git servers when communicating over HTTPS, and it
17174 assumes that @file{/etc/ssl/certs} contains those certificates.
17175
17176 Thus, make sure to add @code{nss-certs} or another certificate package to the
17177 @code{packages} field of your configuration. @ref{X.509 Certificates}, for
17178 more information on X.509 certificates.
17179 @end quotation
17180
17181 @node Certificate Services
17182 @subsubsection Certificate Services
17183
17184 @cindex Web
17185 @cindex HTTP, HTTPS
17186 @cindex Let's Encrypt
17187 @cindex TLS certificates
17188 The @code{(gnu services certbot)} module provides a service to
17189 automatically obtain a valid TLS certificate from the Let's Encrypt
17190 certificate authority. These certificates can then be used to serve
17191 content securely over HTTPS or other TLS-based protocols, with the
17192 knowledge that the client will be able to verify the server's
17193 authenticity.
17194
17195 @url{https://letsencrypt.org/, Let's Encrypt} provides the
17196 @code{certbot} tool to automate the certification process. This tool
17197 first securely generates a key on the server. It then makes a request
17198 to the Let's Encrypt certificate authority (CA) to sign the key. The CA
17199 checks that the request originates from the host in question by using a
17200 challenge-response protocol, requiring the server to provide its
17201 response over HTTP. If that protocol completes successfully, the CA
17202 signs the key, resulting in a certificate. That certificate is valid
17203 for a limited period of time, and therefore to continue to provide TLS
17204 services, the server needs to periodically ask the CA to renew its
17205 signature.
17206
17207 The certbot service automates this process: the initial key
17208 generation, the initial certification request to the Let's Encrypt
17209 service, the web server challenge/response integration, writing the
17210 certificate to disk, the automated periodic renewals, and the deployment
17211 tasks associated with the renewal (e.g. reloading services, copying keys
17212 with different permissions).
17213
17214 Certbot is run twice a day, at a random minute within the hour. It
17215 won't do anything until your certificates are due for renewal or
17216 revoked, but running it regularly would give your service a chance of
17217 staying online in case a Let's Encrypt-initiated revocation happened for
17218 some reason.
17219
17220 By using this service, you agree to the ACME Subscriber Agreement, which
17221 can be found there:
17222 @url{https://acme-v01.api.letsencrypt.org/directory}.
17223
17224 @defvr {Scheme Variable} certbot-service-type
17225 A service type for the @code{certbot} Let's Encrypt client. Its value
17226 must be a @code{certbot-configuration} record as in this example:
17227
17228 @example
17229 (define %nginx-deploy-hook
17230 (program-file
17231 "nginx-deploy-hook"
17232 #~(let ((pid (call-with-input-file "/var/run/nginx/pid" read)))
17233 (kill pid SIGHUP))))
17234
17235 (service certbot-service-type
17236 (certbot-configuration
17237 (email "foo@@example.net")
17238 (certificates
17239 (list
17240 (certificate-configuration
17241 (domains '("example.net" "www.example.net"))
17242 (deploy-hook %nginx-deploy-hook))
17243 (certificate-configuration
17244 (domains '("bar.example.net")))))))
17245 @end example
17246
17247 See below for details about @code{certbot-configuration}.
17248 @end defvr
17249
17250 @deftp {Data Type} certbot-configuration
17251 Data type representing the configuration of the @code{certbot} service.
17252 This type has the following parameters:
17253
17254 @table @asis
17255 @item @code{package} (default: @code{certbot})
17256 The certbot package to use.
17257
17258 @item @code{webroot} (default: @code{/var/www})
17259 The directory from which to serve the Let's Encrypt challenge/response
17260 files.
17261
17262 @item @code{certificates} (default: @code{()})
17263 A list of @code{certificates-configuration}s for which to generate
17264 certificates and request signatures. Each certificate has a @code{name}
17265 and several @code{domains}.
17266
17267 @item @code{email}
17268 Mandatory email used for registration, recovery contact, and important
17269 account notifications.
17270
17271 @item @code{rsa-key-size} (default: @code{2048})
17272 Size of the RSA key.
17273
17274 @item @code{default-location} (default: @i{see below})
17275 The default @code{nginx-location-configuration}. Because @code{certbot}
17276 needs to be able to serve challenges and responses, it needs to be able
17277 to run a web server. It does so by extending the @code{nginx} web
17278 service with an @code{nginx-server-configuration} listening on the
17279 @var{domains} on port 80, and which has a
17280 @code{nginx-location-configuration} for the @code{/.well-known/} URI
17281 path subspace used by Let's Encrypt. @xref{Web Services}, for more on
17282 these nginx configuration data types.
17283
17284 Requests to other URL paths will be matched by the
17285 @code{default-location}, which if present is added to all
17286 @code{nginx-server-configuration}s.
17287
17288 By default, the @code{default-location} will issue a redirect from
17289 @code{http://@var{domain}/...} to @code{https://@var{domain}/...}, leaving
17290 you to define what to serve on your site via @code{https}.
17291
17292 Pass @code{#f} to not issue a default location.
17293 @end table
17294 @end deftp
17295
17296 @deftp {Data Type} certificate-configuration
17297 Data type representing the configuration of a certificate.
17298 This type has the following parameters:
17299
17300 @table @asis
17301 @item @code{name} (default: @i{see below})
17302 This name is used by Certbot for housekeeping and in file paths; it
17303 doesn't affect the content of the certificate itself. To see
17304 certificate names, run @code{certbot certificates}.
17305
17306 Its default is the first provided domain.
17307
17308 @item @code{domains} (default: @code{()})
17309 The first domain provided will be the subject CN of the certificate, and
17310 all domains will be Subject Alternative Names on the certificate.
17311
17312 @item @code{deploy-hook} (default: @code{#f})
17313 Command to be run in a shell once for each successfully issued
17314 certificate. For this command, the shell variable
17315 @code{$RENEWED_LINEAGE} will point to the config live subdirectory (for
17316 example, @samp{"/etc/letsencrypt/live/example.com"}) containing the new
17317 certificates and keys; the shell variable @code{$RENEWED_DOMAINS} will
17318 contain a space-delimited list of renewed certificate domains (for
17319 example, @samp{"example.com www.example.com"}.
17320
17321 @end table
17322 @end deftp
17323
17324 For each @code{certificate-configuration}, the certificate is saved to
17325 @code{/etc/letsencrypt/live/@var{name}/fullchain.pem} and the key is
17326 saved to @code{/etc/letsencrypt/live/@var{name}/privkey.pem}.
17327 @node DNS Services
17328 @subsubsection DNS Services
17329 @cindex DNS (domain name system)
17330 @cindex domain name system (DNS)
17331
17332 The @code{(gnu services dns)} module provides services related to the
17333 @dfn{domain name system} (DNS). It provides a server service for hosting
17334 an @emph{authoritative} DNS server for multiple zones, slave or master.
17335 This service uses @uref{https://www.knot-dns.cz/, Knot DNS}. And also a
17336 caching and forwarding DNS server for the LAN, which uses
17337 @uref{http://www.thekelleys.org.uk/dnsmasq/doc.html, dnsmasq}.
17338
17339 @subsubheading Knot Service
17340
17341 An example configuration of an authoritative server for two zones, one master
17342 and one slave, is:
17343
17344 @lisp
17345 (define-zone-entries example.org.zone
17346 ;; Name TTL Class Type Data
17347 ("@@" "" "IN" "A" "127.0.0.1")
17348 ("@@" "" "IN" "NS" "ns")
17349 ("ns" "" "IN" "A" "127.0.0.1"))
17350
17351 (define master-zone
17352 (knot-zone-configuration
17353 (domain "example.org")
17354 (zone (zone-file
17355 (origin "example.org")
17356 (entries example.org.zone)))))
17357
17358 (define slave-zone
17359 (knot-zone-configuration
17360 (domain "plop.org")
17361 (dnssec-policy "default")
17362 (master (list "plop-master"))))
17363
17364 (define plop-master
17365 (knot-remote-configuration
17366 (id "plop-master")
17367 (address (list "208.76.58.171"))))
17368
17369 (operating-system
17370 ;; ...
17371 (services (cons* (service knot-service-type
17372 (knot-configuration
17373 (remotes (list plop-master))
17374 (zones (list master-zone slave-zone))))
17375 ;; ...
17376 %base-services)))
17377 @end lisp
17378
17379 @deffn {Scheme Variable} knot-service-type
17380 This is the type for the Knot DNS server.
17381
17382 Knot DNS is an authoritative DNS server, meaning that it can serve multiple
17383 zones, that is to say domain names you would buy from a registrar. This server
17384 is not a resolver, meaning that it can only resolve names for which it is
17385 authoritative. This server can be configured to serve zones as a master server
17386 or a slave server as a per-zone basis. Slave zones will get their data from
17387 masters, and will serve it as an authoritative server. From the point of view
17388 of a resolver, there is no difference between master and slave.
17389
17390 The following data types are used to configure the Knot DNS server:
17391 @end deffn
17392
17393 @deftp {Data Type} knot-key-configuration
17394 Data type representing a key.
17395 This type has the following parameters:
17396
17397 @table @asis
17398 @item @code{id} (default: @code{""})
17399 An identifier for other configuration fields to refer to this key. IDs must
17400 be unique and must not be empty.
17401
17402 @item @code{algorithm} (default: @code{#f})
17403 The algorithm to use. Choose between @code{#f}, @code{'hmac-md5},
17404 @code{'hmac-sha1}, @code{'hmac-sha224}, @code{'hmac-sha256}, @code{'hmac-sha384}
17405 and @code{'hmac-sha512}.
17406
17407 @item @code{secret} (default: @code{""})
17408 The secret key itself.
17409
17410 @end table
17411 @end deftp
17412
17413 @deftp {Data Type} knot-acl-configuration
17414 Data type representing an Access Control List (ACL) configuration.
17415 This type has the following parameters:
17416
17417 @table @asis
17418 @item @code{id} (default: @code{""})
17419 An identifier for ether configuration fields to refer to this key. IDs must be
17420 unique and must not be empty.
17421
17422 @item @code{address} (default: @code{'()})
17423 An ordered list of IP addresses, network subnets, or network ranges represented
17424 with strings. The query must match one of them. Empty value means that
17425 address match is not required.
17426
17427 @item @code{key} (default: @code{'()})
17428 An ordered list of references to keys represented with strings. The string
17429 must match a key ID defined in a @code{knot-key-configuration}. No key means
17430 that a key is not require to match that ACL.
17431
17432 @item @code{action} (default: @code{'()})
17433 An ordered list of actions that are permitted or forbidden by this ACL. Possible
17434 values are lists of zero or more elements from @code{'transfer}, @code{'notify}
17435 and @code{'update}.
17436
17437 @item @code{deny?} (default: @code{#f})
17438 When true, the ACL defines restrictions. Listed actions are forbidden. When
17439 false, listed actions are allowed.
17440
17441 @end table
17442 @end deftp
17443
17444 @deftp {Data Type} zone-entry
17445 Data type represnting a record entry in a zone file.
17446 This type has the following parameters:
17447
17448 @table @asis
17449 @item @code{name} (default: @code{"@@"})
17450 The name of the record. @code{"@@"} refers to the origin of the zone. Names
17451 are relative to the origin of the zone. For example, in the @code{example.org}
17452 zone, @code{"ns.example.org"} actually refers to @code{ns.example.org.example.org}.
17453 Names ending with a dot are absolute, which means that @code{"ns.example.org."}
17454 refers to @code{ns.example.org}.
17455
17456 @item @code{ttl} (default: @code{""})
17457 The Time-To-Live (TTL) of this record. If not set, the default TTL is used.
17458
17459 @item @code{class} (default: @code{"IN"})
17460 The class of the record. Knot currently supports only @code{"IN"} and
17461 partially @code{"CH"}.
17462
17463 @item @code{type} (default: @code{"A"})
17464 The type of the record. Common types include A (IPv4 address), AAAA (IPv6
17465 address), NS (Name Server) and MX (Mail eXchange). Many other types are
17466 defined.
17467
17468 @item @code{data} (default: @code{""})
17469 The data contained in the record. For instance an IP address associated with
17470 an A record, or a domain name associated with an NS record. Remember that
17471 domain names are relative to the origin unless they end with a dot.
17472
17473 @end table
17474 @end deftp
17475
17476 @deftp {Data Type} zone-file
17477 Data type representing the content of a zone file.
17478 This type has the following parameters:
17479
17480 @table @asis
17481 @item @code{entries} (default: @code{'()})
17482 The list of entries. The SOA record is taken care of, so you don't need to
17483 put it in the list of entries. This list should probably contain an entry
17484 for your primary authoritative DNS server. Other than using a list of entries
17485 directly, you can use @code{define-zone-entries} to define a object containing
17486 the list of entries more easily, that you can later pass to the @code{entries}
17487 field of the @code{zone-file}.
17488
17489 @item @code{origin} (default: @code{""})
17490 The name of your zone. This parameter cannot be empty.
17491
17492 @item @code{ns} (default: @code{"ns"})
17493 The domain of your primary authoritative DNS server. The name is relative to
17494 the origin, unless it ends with a dot. It is mandatory that this primary
17495 DNS server corresponds to an NS record in the zone and that it is associated
17496 to an IP address in the list of entries.
17497
17498 @item @code{mail} (default: @code{"hostmaster"})
17499 An email address people can contact you at, as the owner of the zone. This
17500 is translated as @code{<mail>@@<origin>}.
17501
17502 @item @code{serial} (default: @code{1})
17503 The serial number of the zone. As this is used to keep track of changes by
17504 both slaves and resolvers, it is mandatory that it @emph{never} decreases.
17505 Always increment it when you make a change in your zone.
17506
17507 @item @code{refresh} (default: @code{(* 2 24 3600)})
17508 The frequency at which slaves will do a zone transfer. This value is a number
17509 of seconds. It can be computed by multiplications or with
17510 @code{(string->duration)}.
17511
17512 @item @code{retry} (default: @code{(* 15 60)})
17513 The period after which a slave will retry to contact its master when it fails
17514 to do so a first time.
17515
17516 @item @code{expiry} (default: @code{(* 14 24 3600)})
17517 Default TTL of records. Existing records are considered correct for at most
17518 this amount of time. After this period, resolvers will invalidate their cache
17519 and check again that it still exists.
17520
17521 @item @code{nx} (default: @code{3600})
17522 Default TTL of inexistant records. This delay is usually short because you want
17523 your new domains to reach everyone quickly.
17524
17525 @end table
17526 @end deftp
17527
17528 @deftp {Data Type} knot-remote-configuration
17529 Data type representing a remote configuration.
17530 This type has the following parameters:
17531
17532 @table @asis
17533 @item @code{id} (default: @code{""})
17534 An identifier for other configuration fields to refer to this remote. IDs must
17535 be unique and must not be empty.
17536
17537 @item @code{address} (default: @code{'()})
17538 An ordered list of destination IP addresses. Addresses are tried in sequence.
17539 An optional port can be given with the @@ separator. For instance:
17540 @code{(list "1.2.3.4" "2.3.4.5@@53")}. Default port is 53.
17541
17542 @item @code{via} (default: @code{'()})
17543 An ordered list of source IP addresses. An empty list will have Knot choose
17544 an appropriate source IP. An optional port can be given with the @@ separator.
17545 The default is to choose at random.
17546
17547 @item @code{key} (default: @code{#f})
17548 A reference to a key, that is a string containing the identifier of a key
17549 defined in a @code{knot-key-configuration} field.
17550
17551 @end table
17552 @end deftp
17553
17554 @deftp {Data Type} knot-keystore-configuration
17555 Data type representing a keystore to hold dnssec keys.
17556 This type has the following parameters:
17557
17558 @table @asis
17559 @item @code{id} (default: @code{""})
17560 The id of the keystore. It must not be empty.
17561
17562 @item @code{backend} (default: @code{'pem})
17563 The backend to store the keys in. Can be @code{'pem} or @code{'pkcs11}.
17564
17565 @item @code{config} (default: @code{"/var/lib/knot/keys/keys"})
17566 The configuration string of the backend. An example for the PKCS#11 is:
17567 @code{"pkcs11:token=knot;pin-value=1234 /gnu/store/.../lib/pkcs11/libsofthsm2.so"}.
17568 For the pem backend, the string reprensents a path in the file system.
17569
17570 @end table
17571 @end deftp
17572
17573 @deftp {Data Type} knot-policy-configuration
17574 Data type representing a dnssec policy. Knot DNS is able to automatically
17575 sign your zones. It can either generate and manage your keys automatically or
17576 use keys that you generate.
17577
17578 Dnssec is usually implemented using two keys: a Key Signing Key (KSK) that is
17579 used to sign the second, and a Zone Signing Key (ZSK) that is used to sign the
17580 zone. In order to be trusted, the KSK needs to be present in the parent zone
17581 (usually a top-level domain). If your registrar supports dnssec, you will
17582 have to send them your KSK's hash so they can add a DS record in their zone.
17583 This is not automated and need to be done each time you change your KSK.
17584
17585 The policy also defines the lifetime of keys. Usually, ZSK can be changed
17586 easily and use weaker cryptographic functions (they use lower parameters) in
17587 order to sign records quickly, so they are changed often. The KSK however
17588 requires manual interaction with the registrar, so they are changed less often
17589 and use stronger parameters because they sign only one record.
17590
17591 This type has the following parameters:
17592
17593 @table @asis
17594 @item @code{id} (default: @code{""})
17595 The id of the policy. It must not be empty.
17596
17597 @item @code{keystore} (default: @code{"default"})
17598 A reference to a keystore, that is a string containing the identifier of a
17599 keystore defined in a @code{knot-keystore-configuration} field. The
17600 @code{"default"} identifier means the default keystore (a kasp database that
17601 was setup by this service).
17602
17603 @item @code{manual?} (default: @code{#f})
17604 Whether the key management is manual or automatic.
17605
17606 @item @code{single-type-signing?} (default: @code{#f})
17607 When @code{#t}, use the Single-Type Signing Scheme.
17608
17609 @item @code{algorithm} (default: @code{"ecdsap256sha256"})
17610 An algorithm of signing keys and issued signatures.
17611
17612 @item @code{ksk-size} (default: @code{256})
17613 The length of the KSK. Note that this value is correct for the default
17614 algorithm, but would be unsecure for other algorithms.
17615
17616 @item @code{zsk-size} (default: @code{256})
17617 The length of the ZSK. Note that this value is correct for the default
17618 algorithm, but would be unsecure for other algorithms.
17619
17620 @item @code{dnskey-ttl} (default: @code{'default})
17621 The TTL value for DNSKEY records added into zone apex. The special
17622 @code{'default} value means same as the zone SOA TTL.
17623
17624 @item @code{zsk-lifetime} (default: @code{(* 30 24 3600)})
17625 The period between ZSK publication and the next rollover initiation.
17626
17627 @item @code{propagation-delay} (default: @code{(* 24 3600)})
17628 An extra delay added for each key rollover step. This value should be high
17629 enough to cover propagation of data from the master server to all slaves.
17630
17631 @item @code{rrsig-lifetime} (default: @code{(* 14 24 3600)})
17632 A validity period of newly issued signatures.
17633
17634 @item @code{rrsig-refresh} (default: @code{(* 7 24 3600)})
17635 A period how long before a signature expiration the signature will be refreshed.
17636
17637 @item @code{nsec3?} (default: @code{#f})
17638 When @code{#t}, NSEC3 will be used instead of NSEC.
17639
17640 @item @code{nsec3-iterations} (default: @code{5})
17641 The number of additional times the hashing is performed.
17642
17643 @item @code{nsec3-salt-length} (default: @code{8})
17644 The length of a salt field in octets, which is appended to the original owner
17645 name before hashing.
17646
17647 @item @code{nsec3-salt-lifetime} (default: @code{(* 30 24 3600)})
17648 The validity period of newly issued salt field.
17649
17650 @end table
17651 @end deftp
17652
17653 @deftp {Data Type} knot-zone-configuration
17654 Data type representing a zone served by Knot.
17655 This type has the following parameters:
17656
17657 @table @asis
17658 @item @code{domain} (default: @code{""})
17659 The domain served by this configuration. It must not be empty.
17660
17661 @item @code{file} (default: @code{""})
17662 The file where this zone is saved. This parameter is ignored by master zones.
17663 Empty means default location that depends on the domain name.
17664
17665 @item @code{zone} (default: @code{(zone-file)})
17666 The content of the zone file. This parameter is ignored by slave zones. It
17667 must contain a zone-file record.
17668
17669 @item @code{master} (default: @code{'()})
17670 A list of master remotes. When empty, this zone is a master. When set, this
17671 zone is a slave. This is a list of remotes identifiers.
17672
17673 @item @code{ddns-master} (default: @code{#f})
17674 The main master. When empty, it defaults to the first master in the list of
17675 masters.
17676
17677 @item @code{notify} (default: @code{'()})
17678 A list of slave remote identifiers.
17679
17680 @item @code{acl} (default: @code{'()})
17681 A list of acl identifiers.
17682
17683 @item @code{semantic-checks?} (default: @code{#f})
17684 When set, this adds more semantic checks to the zone.
17685
17686 @item @code{disable-any?} (default: @code{#f})
17687 When set, this forbids queries of the ANY type.
17688
17689 @item @code{zonefile-sync} (default: @code{0})
17690 The delay between a modification in memory and on disk. 0 means immediate
17691 synchronization.
17692
17693 @item @code{serial-policy} (default: @code{'increment})
17694 A policy between @code{'increment} and @code{'unixtime}.
17695
17696 @end table
17697 @end deftp
17698
17699 @deftp {Data Type} knot-configuration
17700 Data type representing the Knot configuration.
17701 This type has the following parameters:
17702
17703 @table @asis
17704 @item @code{knot} (default: @code{knot})
17705 The Knot package.
17706
17707 @item @code{run-directory} (default: @code{"/var/run/knot"})
17708 The run directory. This directory will be used for pid file and sockets.
17709
17710 @item @code{listen-v4} (default: @code{"0.0.0.0"})
17711 An ip address on which to listen.
17712
17713 @item @code{listen-v6} (default: @code{"::"})
17714 An ip address on which to listen.
17715
17716 @item @code{listen-port} (default: @code{53})
17717 A port on which to listen.
17718
17719 @item @code{keys} (default: @code{'()})
17720 The list of knot-key-configuration used by this configuration.
17721
17722 @item @code{acls} (default: @code{'()})
17723 The list of knot-acl-configuration used by this configuration.
17724
17725 @item @code{remotes} (default: @code{'()})
17726 The list of knot-remote-configuration used by this configuration.
17727
17728 @item @code{zones} (default: @code{'()})
17729 The list of knot-zone-configuration used by this configuration.
17730
17731 @end table
17732 @end deftp
17733
17734 @subsubheading Dnsmasq Service
17735
17736 @deffn {Scheme Variable} dnsmasq-service-type
17737 This is the type of the dnsmasq service, whose value should be an
17738 @code{dnsmasq-configuration} object as in this example:
17739
17740 @example
17741 (service dnsmasq-service-type
17742 (dnsmasq-configuration
17743 (no-resolv? #t)
17744 (servers '("192.168.1.1"))))
17745 @end example
17746 @end deffn
17747
17748 @deftp {Data Type} dnsmasq-configuration
17749 Data type representing the configuration of dnsmasq.
17750
17751 @table @asis
17752 @item @code{package} (default: @var{dnsmasq})
17753 Package object of the dnsmasq server.
17754
17755 @item @code{no-hosts?} (default: @code{#f})
17756 When true, don't read the hostnames in /etc/hosts.
17757
17758 @item @code{port} (default: @code{53})
17759 The port to listen on. Setting this to zero completely disables DNS
17760 responses, leaving only DHCP and/or TFTP functions.
17761
17762 @item @code{local-service?} (default: @code{#t})
17763 Accept DNS queries only from hosts whose address is on a local subnet,
17764 ie a subnet for which an interface exists on the server.
17765
17766 @item @code{listen-addresses} (default: @code{'()})
17767 Listen on the given IP addresses.
17768
17769 @item @code{resolv-file} (default: @code{"/etc/resolv.conf"})
17770 The file to read the IP address of the upstream nameservers from.
17771
17772 @item @code{no-resolv?} (default: @code{#f})
17773 When true, don't read @var{resolv-file}.
17774
17775 @item @code{servers} (default: @code{'()})
17776 Specify IP address of upstream servers directly.
17777
17778 @item @code{cache-size} (default: @code{150})
17779 Set the size of dnsmasq's cache. Setting the cache size to zero
17780 disables caching.
17781
17782 @item @code{negative-cache?} (default: @code{#t})
17783 When false, disable negative caching.
17784
17785 @end table
17786 @end deftp
17787
17788 @subsubheading ddclient Service
17789
17790 @cindex ddclient
17791 The ddclient service described below runs the ddclient daemon, which takes
17792 care of automatically updating DNS entries for service providers such as
17793 @uref{https://dyn.com/dns/, Dyn}.
17794
17795 The following example show instantiates the service with its default
17796 configuration:
17797
17798 @example
17799 (service ddclient-service-type)
17800 @end example
17801
17802 Note that ddclient needs to access credentials that are stored in a
17803 @dfn{secret file}, by default @file{/etc/ddclient/secrets} (see
17804 @code{secret-file} below.) You are expected to create this file manually, in
17805 an ``out-of-band'' fashion (you @emph{could} make this file part of the
17806 service configuration, for instance by using @code{plain-file}, but it will be
17807 world-readable @i{via} @file{/gnu/store}.) See the examples in the
17808 @file{share/ddclient} directory of the @code{ddclient} package.
17809
17810 @c %start of fragment
17811
17812 Available @code{ddclient-configuration} fields are:
17813
17814 @deftypevr {@code{ddclient-configuration} parameter} package ddclient
17815 The ddclient package.
17816
17817 @end deftypevr
17818
17819 @deftypevr {@code{ddclient-configuration} parameter} integer daemon
17820 The period after which ddclient will retry to check IP and domain name.
17821
17822 Defaults to @samp{300}.
17823
17824 @end deftypevr
17825
17826 @deftypevr {@code{ddclient-configuration} parameter} boolean syslog
17827 Use syslog for the output.
17828
17829 Defaults to @samp{#t}.
17830
17831 @end deftypevr
17832
17833 @deftypevr {@code{ddclient-configuration} parameter} string mail
17834 Mail to user.
17835
17836 Defaults to @samp{"root"}.
17837
17838 @end deftypevr
17839
17840 @deftypevr {@code{ddclient-configuration} parameter} string mail-failure
17841 Mail failed update to user.
17842
17843 Defaults to @samp{"root"}.
17844
17845 @end deftypevr
17846
17847 @deftypevr {@code{ddclient-configuration} parameter} string pid
17848 The ddclient PID file.
17849
17850 Defaults to @samp{"/var/run/ddclient/ddclient.pid"}.
17851
17852 @end deftypevr
17853
17854 @deftypevr {@code{ddclient-configuration} parameter} boolean ssl
17855 Enable SSL support.
17856
17857 Defaults to @samp{#t}.
17858
17859 @end deftypevr
17860
17861 @deftypevr {@code{ddclient-configuration} parameter} string user
17862 Specifies the user name or ID that is used when running ddclient
17863 program.
17864
17865 Defaults to @samp{"ddclient"}.
17866
17867 @end deftypevr
17868
17869 @deftypevr {@code{ddclient-configuration} parameter} string group
17870 Group of the user who will run the ddclient program.
17871
17872 Defaults to @samp{"ddclient"}.
17873
17874 @end deftypevr
17875
17876 @deftypevr {@code{ddclient-configuration} parameter} string secret-file
17877 Secret file which will be appended to @file{ddclient.conf} file. This
17878 file contains credentials for use by ddclient. You are expected to
17879 create it manually.
17880
17881 Defaults to @samp{"/etc/ddclient/secrets.conf"}.
17882
17883 @end deftypevr
17884
17885 @deftypevr {@code{ddclient-configuration} parameter} list extra-options
17886 Extra options will be appended to @file{ddclient.conf} file.
17887
17888 Defaults to @samp{()}.
17889
17890 @end deftypevr
17891
17892
17893 @c %end of fragment
17894
17895
17896 @node VPN Services
17897 @subsubsection VPN Services
17898 @cindex VPN (virtual private network)
17899 @cindex virtual private network (VPN)
17900
17901 The @code{(gnu services vpn)} module provides services related to
17902 @dfn{virtual private networks} (VPNs). It provides a @emph{client} service for
17903 your machine to connect to a VPN, and a @emph{servire} service for your machine
17904 to host a VPN. Both services use @uref{https://openvpn.net/, OpenVPN}.
17905
17906 @deffn {Scheme Procedure} openvpn-client-service @
17907 [#:config (openvpn-client-configuration)]
17908
17909 Return a service that runs @command{openvpn}, a VPN daemon, as a client.
17910 @end deffn
17911
17912 @deffn {Scheme Procedure} openvpn-server-service @
17913 [#:config (openvpn-server-configuration)]
17914
17915 Return a service that runs @command{openvpn}, a VPN daemon, as a server.
17916
17917 Both can be run simultaneously.
17918 @end deffn
17919
17920 @c %automatically generated documentation
17921
17922 Available @code{openvpn-client-configuration} fields are:
17923
17924 @deftypevr {@code{openvpn-client-configuration} parameter} package openvpn
17925 The OpenVPN package.
17926
17927 @end deftypevr
17928
17929 @deftypevr {@code{openvpn-client-configuration} parameter} string pid-file
17930 The OpenVPN pid file.
17931
17932 Defaults to @samp{"/var/run/openvpn/openvpn.pid"}.
17933
17934 @end deftypevr
17935
17936 @deftypevr {@code{openvpn-client-configuration} parameter} proto proto
17937 The protocol (UDP or TCP) used to open a channel between clients and
17938 servers.
17939
17940 Defaults to @samp{udp}.
17941
17942 @end deftypevr
17943
17944 @deftypevr {@code{openvpn-client-configuration} parameter} dev dev
17945 The device type used to represent the VPN connection.
17946
17947 Defaults to @samp{tun}.
17948
17949 @end deftypevr
17950
17951 @deftypevr {@code{openvpn-client-configuration} parameter} string ca
17952 The certificate authority to check connections against.
17953
17954 Defaults to @samp{"/etc/openvpn/ca.crt"}.
17955
17956 @end deftypevr
17957
17958 @deftypevr {@code{openvpn-client-configuration} parameter} string cert
17959 The certificate of the machine the daemon is running on. It should be
17960 signed by the authority given in @code{ca}.
17961
17962 Defaults to @samp{"/etc/openvpn/client.crt"}.
17963
17964 @end deftypevr
17965
17966 @deftypevr {@code{openvpn-client-configuration} parameter} string key
17967 The key of the machine the daemon is running on. It must be the key whose
17968 certificate is @code{cert}.
17969
17970 Defaults to @samp{"/etc/openvpn/client.key"}.
17971
17972 @end deftypevr
17973
17974 @deftypevr {@code{openvpn-client-configuration} parameter} boolean comp-lzo?
17975 Whether to use the lzo compression algorithm.
17976
17977 Defaults to @samp{#t}.
17978
17979 @end deftypevr
17980
17981 @deftypevr {@code{openvpn-client-configuration} parameter} boolean persist-key?
17982 Don't re-read key files across SIGUSR1 or --ping-restart.
17983
17984 Defaults to @samp{#t}.
17985
17986 @end deftypevr
17987
17988 @deftypevr {@code{openvpn-client-configuration} parameter} boolean persist-tun?
17989 Don't close and reopen TUN/TAP device or run up/down scripts across
17990 SIGUSR1 or --ping-restart restarts.
17991
17992 Defaults to @samp{#t}.
17993
17994 @end deftypevr
17995
17996 @deftypevr {@code{openvpn-client-configuration} parameter} number verbosity
17997 Verbosity level.
17998
17999 Defaults to @samp{3}.
18000
18001 @end deftypevr
18002
18003 @deftypevr {@code{openvpn-client-configuration} parameter} tls-auth-client tls-auth
18004 Add an additional layer of HMAC authentication on top of the TLS control
18005 channel to protect against DoS attacks.
18006
18007 Defaults to @samp{#f}.
18008
18009 @end deftypevr
18010
18011 @deftypevr {@code{openvpn-client-configuration} parameter} key-usage verify-key-usage?
18012 Whether to check the server certificate has server usage extension.
18013
18014 Defaults to @samp{#t}.
18015
18016 @end deftypevr
18017
18018 @deftypevr {@code{openvpn-client-configuration} parameter} bind bind?
18019 Bind to a specific local port number.
18020
18021 Defaults to @samp{#f}.
18022
18023 @end deftypevr
18024
18025 @deftypevr {@code{openvpn-client-configuration} parameter} resolv-retry resolv-retry?
18026 Retry resolving server address.
18027
18028 Defaults to @samp{#t}.
18029
18030 @end deftypevr
18031
18032 @deftypevr {@code{openvpn-client-configuration} parameter} openvpn-remote-list remote
18033 A list of remote servers to connect to.
18034
18035 Defaults to @samp{()}.
18036
18037 Available @code{openvpn-remote-configuration} fields are:
18038
18039 @deftypevr {@code{openvpn-remote-configuration} parameter} string name
18040 Server name.
18041
18042 Defaults to @samp{"my-server"}.
18043
18044 @end deftypevr
18045
18046 @deftypevr {@code{openvpn-remote-configuration} parameter} number port
18047 Port number the server listens to.
18048
18049 Defaults to @samp{1194}.
18050
18051 @end deftypevr
18052
18053 @end deftypevr
18054 @c %end of automatic openvpn-client documentation
18055
18056 @c %automatically generated documentation
18057
18058 Available @code{openvpn-server-configuration} fields are:
18059
18060 @deftypevr {@code{openvpn-server-configuration} parameter} package openvpn
18061 The OpenVPN package.
18062
18063 @end deftypevr
18064
18065 @deftypevr {@code{openvpn-server-configuration} parameter} string pid-file
18066 The OpenVPN pid file.
18067
18068 Defaults to @samp{"/var/run/openvpn/openvpn.pid"}.
18069
18070 @end deftypevr
18071
18072 @deftypevr {@code{openvpn-server-configuration} parameter} proto proto
18073 The protocol (UDP or TCP) used to open a channel between clients and
18074 servers.
18075
18076 Defaults to @samp{udp}.
18077
18078 @end deftypevr
18079
18080 @deftypevr {@code{openvpn-server-configuration} parameter} dev dev
18081 The device type used to represent the VPN connection.
18082
18083 Defaults to @samp{tun}.
18084
18085 @end deftypevr
18086
18087 @deftypevr {@code{openvpn-server-configuration} parameter} string ca
18088 The certificate authority to check connections against.
18089
18090 Defaults to @samp{"/etc/openvpn/ca.crt"}.
18091
18092 @end deftypevr
18093
18094 @deftypevr {@code{openvpn-server-configuration} parameter} string cert
18095 The certificate of the machine the daemon is running on. It should be
18096 signed by the authority given in @code{ca}.
18097
18098 Defaults to @samp{"/etc/openvpn/client.crt"}.
18099
18100 @end deftypevr
18101
18102 @deftypevr {@code{openvpn-server-configuration} parameter} string key
18103 The key of the machine the daemon is running on. It must be the key whose
18104 certificate is @code{cert}.
18105
18106 Defaults to @samp{"/etc/openvpn/client.key"}.
18107
18108 @end deftypevr
18109
18110 @deftypevr {@code{openvpn-server-configuration} parameter} boolean comp-lzo?
18111 Whether to use the lzo compression algorithm.
18112
18113 Defaults to @samp{#t}.
18114
18115 @end deftypevr
18116
18117 @deftypevr {@code{openvpn-server-configuration} parameter} boolean persist-key?
18118 Don't re-read key files across SIGUSR1 or --ping-restart.
18119
18120 Defaults to @samp{#t}.
18121
18122 @end deftypevr
18123
18124 @deftypevr {@code{openvpn-server-configuration} parameter} boolean persist-tun?
18125 Don't close and reopen TUN/TAP device or run up/down scripts across
18126 SIGUSR1 or --ping-restart restarts.
18127
18128 Defaults to @samp{#t}.
18129
18130 @end deftypevr
18131
18132 @deftypevr {@code{openvpn-server-configuration} parameter} number verbosity
18133 Verbosity level.
18134
18135 Defaults to @samp{3}.
18136
18137 @end deftypevr
18138
18139 @deftypevr {@code{openvpn-server-configuration} parameter} tls-auth-server tls-auth
18140 Add an additional layer of HMAC authentication on top of the TLS control
18141 channel to protect against DoS attacks.
18142
18143 Defaults to @samp{#f}.
18144
18145 @end deftypevr
18146
18147 @deftypevr {@code{openvpn-server-configuration} parameter} number port
18148 Specifies the port number on which the server listens.
18149
18150 Defaults to @samp{1194}.
18151
18152 @end deftypevr
18153
18154 @deftypevr {@code{openvpn-server-configuration} parameter} ip-mask server
18155 An ip and mask specifying the subnet inside the virtual network.
18156
18157 Defaults to @samp{"10.8.0.0 255.255.255.0"}.
18158
18159 @end deftypevr
18160
18161 @deftypevr {@code{openvpn-server-configuration} parameter} cidr6 server-ipv6
18162 A CIDR notation specifying the IPv6 subnet inside the virtual network.
18163
18164 Defaults to @samp{#f}.
18165
18166 @end deftypevr
18167
18168 @deftypevr {@code{openvpn-server-configuration} parameter} string dh
18169 The Diffie-Hellman parameters file.
18170
18171 Defaults to @samp{"/etc/openvpn/dh2048.pem"}.
18172
18173 @end deftypevr
18174
18175 @deftypevr {@code{openvpn-server-configuration} parameter} string ifconfig-pool-persist
18176 The file that records client IPs.
18177
18178 Defaults to @samp{"/etc/openvpn/ipp.txt"}.
18179
18180 @end deftypevr
18181
18182 @deftypevr {@code{openvpn-server-configuration} parameter} gateway redirect-gateway?
18183 When true, the server will act as a gateway for its clients.
18184
18185 Defaults to @samp{#f}.
18186
18187 @end deftypevr
18188
18189 @deftypevr {@code{openvpn-server-configuration} parameter} boolean client-to-client?
18190 When true, clients are allowed to talk to each other inside the VPN.
18191
18192 Defaults to @samp{#f}.
18193
18194 @end deftypevr
18195
18196 @deftypevr {@code{openvpn-server-configuration} parameter} keepalive keepalive
18197 Causes ping-like messages to be sent back and forth over the link so
18198 that each side knows when the other side has gone down. @code{keepalive}
18199 requires a pair. The first element is the period of the ping sending,
18200 and the second element is the timeout before considering the other side
18201 down.
18202
18203 @end deftypevr
18204
18205 @deftypevr {@code{openvpn-server-configuration} parameter} number max-clients
18206 The maximum number of clients.
18207
18208 Defaults to @samp{100}.
18209
18210 @end deftypevr
18211
18212 @deftypevr {@code{openvpn-server-configuration} parameter} string status
18213 The status file. This file shows a small report on current connection.
18214 It is truncated and rewritten every minute.
18215
18216 Defaults to @samp{"/var/run/openvpn/status"}.
18217
18218 @end deftypevr
18219
18220 @deftypevr {@code{openvpn-server-configuration} parameter} openvpn-ccd-list client-config-dir
18221 The list of configuration for some clients.
18222
18223 Defaults to @samp{()}.
18224
18225 Available @code{openvpn-ccd-configuration} fields are:
18226
18227 @deftypevr {@code{openvpn-ccd-configuration} parameter} string name
18228 Client name.
18229
18230 Defaults to @samp{"client"}.
18231
18232 @end deftypevr
18233
18234 @deftypevr {@code{openvpn-ccd-configuration} parameter} ip-mask iroute
18235 Client own network
18236
18237 Defaults to @samp{#f}.
18238
18239 @end deftypevr
18240
18241 @deftypevr {@code{openvpn-ccd-configuration} parameter} ip-mask ifconfig-push
18242 Client VPN IP.
18243
18244 Defaults to @samp{#f}.
18245
18246 @end deftypevr
18247
18248 @end deftypevr
18249
18250
18251 @c %end of automatic openvpn-server documentation
18252
18253
18254 @node Network File System
18255 @subsubsection Network File System
18256 @cindex NFS
18257
18258 The @code{(gnu services nfs)} module provides the following services,
18259 which are most commonly used in relation to mounting or exporting
18260 directory trees as @dfn{network file systems} (NFS).
18261
18262 @subsubheading RPC Bind Service
18263 @cindex rpcbind
18264
18265 The RPC Bind service provides a facility to map program numbers into
18266 universal addresses.
18267 Many NFS related services use this facility. Hence it is automatically
18268 started when a dependent service starts.
18269
18270 @defvr {Scheme Variable} rpcbind-service-type
18271 A service type for the RPC portmapper daemon.
18272 @end defvr
18273
18274
18275 @deftp {Data Type} rpcbind-configuration
18276 Data type representing the configuration of the RPC Bind Service.
18277 This type has the following parameters:
18278 @table @asis
18279 @item @code{rpcbind} (default: @code{rpcbind})
18280 The rpcbind package to use.
18281
18282 @item @code{warm-start?} (default: @code{#t})
18283 If this parameter is @code{#t}, then the daemon will read a
18284 state file on startup thus reloading state information saved by a previous
18285 instance.
18286 @end table
18287 @end deftp
18288
18289
18290 @subsubheading Pipefs Pseudo File System
18291 @cindex pipefs
18292 @cindex rpc_pipefs
18293
18294 The pipefs file system is used to transfer NFS related data
18295 between the kernel and user space programs.
18296
18297 @defvr {Scheme Variable} pipefs-service-type
18298 A service type for the pipefs pseudo file system.
18299 @end defvr
18300
18301 @deftp {Data Type} pipefs-configuration
18302 Data type representing the configuration of the pipefs pseudo file system service.
18303 This type has the following parameters:
18304 @table @asis
18305 @item @code{mount-point} (default: @code{"/var/lib/nfs/rpc_pipefs"})
18306 The directory to which the file system is to be attached.
18307 @end table
18308 @end deftp
18309
18310
18311 @subsubheading GSS Daemon Service
18312 @cindex GSSD
18313 @cindex GSS
18314 @cindex global security system
18315
18316 The @dfn{global security system} (GSS) daemon provides strong security for RPC
18317 based protocols.
18318 Before exchanging RPC requests an RPC client must establish a security
18319 context. Typically this is done using the Kerberos command @command{kinit}
18320 or automatically at login time using PAM services (@pxref{Kerberos Services}).
18321
18322 @defvr {Scheme Variable} gss-service-type
18323 A service type for the Global Security System (GSS) daemon.
18324 @end defvr
18325
18326 @deftp {Data Type} gss-configuration
18327 Data type representing the configuration of the GSS daemon service.
18328 This type has the following parameters:
18329 @table @asis
18330 @item @code{nfs-utils} (default: @code{nfs-utils})
18331 The package in which the @command{rpc.gssd} command is to be found.
18332
18333 @item @code{pipefs-directory} (default: @code{"/var/lib/nfs/rpc_pipefs"})
18334 The directory where the pipefs file system is mounted.
18335
18336 @end table
18337 @end deftp
18338
18339
18340 @subsubheading IDMAP Daemon Service
18341 @cindex idmapd
18342 @cindex name mapper
18343
18344 The idmap daemon service provides mapping between user IDs and user names.
18345 Typically it is required in order to access file systems mounted via NFSv4.
18346
18347 @defvr {Scheme Variable} idmap-service-type
18348 A service type for the Identity Mapper (IDMAP) daemon.
18349 @end defvr
18350
18351 @deftp {Data Type} idmap-configuration
18352 Data type representing the configuration of the IDMAP daemon service.
18353 This type has the following parameters:
18354 @table @asis
18355 @item @code{nfs-utils} (default: @code{nfs-utils})
18356 The package in which the @command{rpc.idmapd} command is to be found.
18357
18358 @item @code{pipefs-directory} (default: @code{"/var/lib/nfs/rpc_pipefs"})
18359 The directory where the pipefs file system is mounted.
18360
18361 @item @code{domain} (default: @code{#f})
18362 The local NFSv4 domain name.
18363 This must be a string or @code{#f}.
18364 If it is @code{#f} then the daemon will use the host's fully qualified domain name.
18365
18366 @end table
18367 @end deftp
18368
18369 @node Continuous Integration
18370 @subsubsection Continuous Integration
18371
18372 @cindex continuous integration
18373 @uref{https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git, Cuirass} is a
18374 continuous integration tool for Guix. It can be used both for development and
18375 for providing substitutes to others (@pxref{Substitutes}).
18376
18377 The @code{(gnu services cuirass)} module provides the following service.
18378
18379 @defvr {Scheme Procedure} cuirass-service-type
18380 The type of the Cuirass service. Its value must be a
18381 @code{cuirass-configuration} object, as described below.
18382 @end defvr
18383
18384 To add build jobs, you have to set the @code{specifications} field of the
18385 configuration. Here is an example of a service that polls the Guix repository
18386 and builds the packages from a manifest. Some of the packages are defined in
18387 the @code{"custom-packages"} input, which is the equivalent of
18388 @code{GUIX_PACKAGE_PATH}.
18389
18390 @example
18391 (define %cuirass-specs
18392 #~(list
18393 '((#:name . "my-manifest")
18394 (#:load-path-inputs . ("guix"))
18395 (#:package-path-inputs . ("custom-packages"))
18396 (#:proc-input . "guix")
18397 (#:proc-file . "build-aux/cuirass/gnu-system.scm")
18398 (#:proc . cuirass-jobs)
18399 (#:proc-args . ((subset . "manifests")
18400 (systems . ("x86_64-linux"))
18401 (manifests . (("config" . "guix/manifest.scm")))))
18402 (#:inputs . (((#:name . "guix")
18403 (#:url . "git://git.savannah.gnu.org/guix.git")
18404 (#:load-path . ".")
18405 (#:branch . "master")
18406 (#:no-compile? . #t))
18407 ((#:name . "config")
18408 (#:url . "git://git.example.org/config.git")
18409 (#:load-path . ".")
18410 (#:branch . "master")
18411 (#:no-compile? . #t))
18412 ((#:name . "custom-packages")
18413 (#:url . "git://git.example.org/custom-packages.git")
18414 (#:load-path . ".")
18415 (#:branch . "master")
18416 (#:no-compile? . #t)))))))
18417
18418 (service cuirass-service-type
18419 (cuirass-configuration
18420 (specifications %cuirass-specs)))
18421 @end example
18422
18423 While information related to build jobs is located directly in the
18424 specifications, global settings for the @command{cuirass} process are
18425 accessible in other @code{cuirass-configuration} fields.
18426
18427 @deftp {Data Type} cuirass-configuration
18428 Data type representing the configuration of Cuirass.
18429
18430 @table @asis
18431 @item @code{log-file} (default: @code{"/var/log/cuirass.log"})
18432 Location of the log file.
18433
18434 @item @code{cache-directory} (default: @code{"/var/cache/cuirass"})
18435 Location of the repository cache.
18436
18437 @item @code{user} (default: @code{"cuirass"})
18438 Owner of the @code{cuirass} process.
18439
18440 @item @code{group} (default: @code{"cuirass"})
18441 Owner's group of the @code{cuirass} process.
18442
18443 @item @code{interval} (default: @code{60})
18444 Number of seconds between the poll of the repositories followed by the
18445 Cuirass jobs.
18446
18447 @item @code{database} (default: @code{"/var/lib/cuirass/cuirass.db"})
18448 Location of sqlite database which contains the build results and previously
18449 added specifications.
18450
18451 @item @code{port} (default: @code{8081})
18452 Port number used by the HTTP server.
18453
18454 @item --listen=@var{host}
18455 Listen on the network interface for @var{host}. The default is to
18456 accept connections from localhost.
18457
18458 @item @code{specifications} (default: @code{#~'()})
18459 A gexp (@pxref{G-Expressions}) that evaluates to a list of specifications,
18460 where a specification is an association list
18461 (@pxref{Associations Lists,,, guile, GNU Guile Reference Manual}) whose
18462 keys are keywords (@code{#:keyword-example}) as shown in the example
18463 above.
18464
18465 @item @code{use-substitutes?} (default: @code{#f})
18466 This allows using substitutes to avoid building every dependencies of a job
18467 from source.
18468
18469 @item @code{one-shot?} (default: @code{#f})
18470 Only evaluate specifications and build derivations once.
18471
18472 @item @code{fallback?} (default: @code{#f})
18473 When substituting a pre-built binary fails, fall back to building
18474 packages locally.
18475
18476 @item @code{cuirass} (default: @code{cuirass})
18477 The Cuirass package to use.
18478 @end table
18479 @end deftp
18480
18481 @node Power Management Services
18482 @subsubsection Power Management Services
18483
18484 @cindex tlp
18485 @cindex power management with TLP
18486 @subsubheading TLP daemon
18487
18488 The @code{(gnu services pm)} module provides a Guix service definition
18489 for the Linux power management tool TLP.
18490
18491 TLP enables various powersaving modes in userspace and kernel.
18492 Contrary to @code{upower-service}, it is not a passive,
18493 monitoring tool, as it will apply custom settings each time a new power
18494 source is detected. More information can be found at
18495 @uref{http://linrunner.de/en/tlp/tlp.html, TLP home page}.
18496
18497 @deffn {Scheme Variable} tlp-service-type
18498 The service type for the TLP tool. Its value should be a valid
18499 TLP configuration (see below). To use the default settings, simply
18500 write:
18501 @example
18502 (service tlp-service-type)
18503 @end example
18504 @end deffn
18505
18506 By default TLP does not need much configuration but most TLP parameters
18507 can be tweaked using @code{tlp-configuration}.
18508
18509 Each parameter definition is preceded by its type; for example,
18510 @samp{boolean foo} indicates that the @code{foo} parameter
18511 should be specified as a boolean. Types starting with
18512 @code{maybe-} denote parameters that won't show up in TLP config file
18513 when their value is @code{'disabled}.
18514
18515 @c The following documentation was initially generated by
18516 @c (generate-tlp-documentation) in (gnu services pm). Manually maintained
18517 @c documentation is better, so we shouldn't hesitate to edit below as
18518 @c needed. However if the change you want to make to this documentation
18519 @c can be done in an automated way, it's probably easier to change
18520 @c (generate-documentation) than to make it below and have to deal with
18521 @c the churn as TLP updates.
18522
18523 Available @code{tlp-configuration} fields are:
18524
18525 @deftypevr {@code{tlp-configuration} parameter} package tlp
18526 The TLP package.
18527
18528 @end deftypevr
18529
18530 @deftypevr {@code{tlp-configuration} parameter} boolean tlp-enable?
18531 Set to true if you wish to enable TLP.
18532
18533 Defaults to @samp{#t}.
18534
18535 @end deftypevr
18536
18537 @deftypevr {@code{tlp-configuration} parameter} string tlp-default-mode
18538 Default mode when no power supply can be detected. Alternatives are AC
18539 and BAT.
18540
18541 Defaults to @samp{"AC"}.
18542
18543 @end deftypevr
18544
18545 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer disk-idle-secs-on-ac
18546 Number of seconds Linux kernel has to wait after the disk goes idle,
18547 before syncing on AC.
18548
18549 Defaults to @samp{0}.
18550
18551 @end deftypevr
18552
18553 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer disk-idle-secs-on-bat
18554 Same as @code{disk-idle-ac} but on BAT mode.
18555
18556 Defaults to @samp{2}.
18557
18558 @end deftypevr
18559
18560 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer max-lost-work-secs-on-ac
18561 Dirty pages flushing periodicity, expressed in seconds.
18562
18563 Defaults to @samp{15}.
18564
18565 @end deftypevr
18566
18567 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer max-lost-work-secs-on-bat
18568 Same as @code{max-lost-work-secs-on-ac} but on BAT mode.
18569
18570 Defaults to @samp{60}.
18571
18572 @end deftypevr
18573
18574 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list cpu-scaling-governor-on-ac
18575 CPU frequency scaling governor on AC mode. With intel_pstate driver,
18576 alternatives are powersave and performance. With acpi-cpufreq driver,
18577 alternatives are ondemand, powersave, performance and conservative.
18578
18579 Defaults to @samp{disabled}.
18580
18581 @end deftypevr
18582
18583 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list cpu-scaling-governor-on-bat
18584 Same as @code{cpu-scaling-governor-on-ac} but on BAT mode.
18585
18586 Defaults to @samp{disabled}.
18587
18588 @end deftypevr
18589
18590 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-min-freq-on-ac
18591 Set the min available frequency for the scaling governor on AC.
18592
18593 Defaults to @samp{disabled}.
18594
18595 @end deftypevr
18596
18597 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-max-freq-on-ac
18598 Set the max available frequency for the scaling governor on AC.
18599
18600 Defaults to @samp{disabled}.
18601
18602 @end deftypevr
18603
18604 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-min-freq-on-bat
18605 Set the min available frequency for the scaling governor on BAT.
18606
18607 Defaults to @samp{disabled}.
18608
18609 @end deftypevr
18610
18611 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-scaling-max-freq-on-bat
18612 Set the max available frequency for the scaling governor on BAT.
18613
18614 Defaults to @samp{disabled}.
18615
18616 @end deftypevr
18617
18618 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-min-perf-on-ac
18619 Limit the min P-state to control the power dissipation of the CPU, in AC
18620 mode. Values are stated as a percentage of the available performance.
18621
18622 Defaults to @samp{disabled}.
18623
18624 @end deftypevr
18625
18626 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-max-perf-on-ac
18627 Limit the max P-state to control the power dissipation of the CPU, in AC
18628 mode. Values are stated as a percentage of the available performance.
18629
18630 Defaults to @samp{disabled}.
18631
18632 @end deftypevr
18633
18634 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-min-perf-on-bat
18635 Same as @code{cpu-min-perf-on-ac} on BAT mode.
18636
18637 Defaults to @samp{disabled}.
18638
18639 @end deftypevr
18640
18641 @deftypevr {@code{tlp-configuration} parameter} maybe-non-negative-integer cpu-max-perf-on-bat
18642 Same as @code{cpu-max-perf-on-ac} on BAT mode.
18643
18644 Defaults to @samp{disabled}.
18645
18646 @end deftypevr
18647
18648 @deftypevr {@code{tlp-configuration} parameter} maybe-boolean cpu-boost-on-ac?
18649 Enable CPU turbo boost feature on AC mode.
18650
18651 Defaults to @samp{disabled}.
18652
18653 @end deftypevr
18654
18655 @deftypevr {@code{tlp-configuration} parameter} maybe-boolean cpu-boost-on-bat?
18656 Same as @code{cpu-boost-on-ac?} on BAT mode.
18657
18658 Defaults to @samp{disabled}.
18659
18660 @end deftypevr
18661
18662 @deftypevr {@code{tlp-configuration} parameter} boolean sched-powersave-on-ac?
18663 Allow Linux kernel to minimize the number of CPU cores/hyper-threads
18664 used under light load conditions.
18665
18666 Defaults to @samp{#f}.
18667
18668 @end deftypevr
18669
18670 @deftypevr {@code{tlp-configuration} parameter} boolean sched-powersave-on-bat?
18671 Same as @code{sched-powersave-on-ac?} but on BAT mode.
18672
18673 Defaults to @samp{#t}.
18674
18675 @end deftypevr
18676
18677 @deftypevr {@code{tlp-configuration} parameter} boolean nmi-watchdog?
18678 Enable Linux kernel NMI watchdog.
18679
18680 Defaults to @samp{#f}.
18681
18682 @end deftypevr
18683
18684 @deftypevr {@code{tlp-configuration} parameter} maybe-string phc-controls
18685 For Linux kernels with PHC patch applied, change CPU voltages. An
18686 example value would be @samp{"F:V F:V F:V F:V"}.
18687
18688 Defaults to @samp{disabled}.
18689
18690 @end deftypevr
18691
18692 @deftypevr {@code{tlp-configuration} parameter} string energy-perf-policy-on-ac
18693 Set CPU performance versus energy saving policy on AC. Alternatives are
18694 performance, normal, powersave.
18695
18696 Defaults to @samp{"performance"}.
18697
18698 @end deftypevr
18699
18700 @deftypevr {@code{tlp-configuration} parameter} string energy-perf-policy-on-bat
18701 Same as @code{energy-perf-policy-ac} but on BAT mode.
18702
18703 Defaults to @samp{"powersave"}.
18704
18705 @end deftypevr
18706
18707 @deftypevr {@code{tlp-configuration} parameter} space-separated-string-list disks-devices
18708 Hard disk devices.
18709
18710 @end deftypevr
18711
18712 @deftypevr {@code{tlp-configuration} parameter} space-separated-string-list disk-apm-level-on-ac
18713 Hard disk advanced power management level.
18714
18715 @end deftypevr
18716
18717 @deftypevr {@code{tlp-configuration} parameter} space-separated-string-list disk-apm-level-on-bat
18718 Same as @code{disk-apm-bat} but on BAT mode.
18719
18720 @end deftypevr
18721
18722 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-spindown-timeout-on-ac
18723 Hard disk spin down timeout. One value has to be specified for each
18724 declared hard disk.
18725
18726 Defaults to @samp{disabled}.
18727
18728 @end deftypevr
18729
18730 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-spindown-timeout-on-bat
18731 Same as @code{disk-spindown-timeout-on-ac} but on BAT mode.
18732
18733 Defaults to @samp{disabled}.
18734
18735 @end deftypevr
18736
18737 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list disk-iosched
18738 Select IO scheduler for disk devices. One value has to be specified for
18739 each declared hard disk. Example alternatives are cfq, deadline and
18740 noop.
18741
18742 Defaults to @samp{disabled}.
18743
18744 @end deftypevr
18745
18746 @deftypevr {@code{tlp-configuration} parameter} string sata-linkpwr-on-ac
18747 SATA aggressive link power management (ALPM) level. Alternatives are
18748 min_power, medium_power, max_performance.
18749
18750 Defaults to @samp{"max_performance"}.
18751
18752 @end deftypevr
18753
18754 @deftypevr {@code{tlp-configuration} parameter} string sata-linkpwr-on-bat
18755 Same as @code{sata-linkpwr-ac} but on BAT mode.
18756
18757 Defaults to @samp{"min_power"}.
18758
18759 @end deftypevr
18760
18761 @deftypevr {@code{tlp-configuration} parameter} maybe-string sata-linkpwr-blacklist
18762 Exclude specified SATA host devices for link power management.
18763
18764 Defaults to @samp{disabled}.
18765
18766 @end deftypevr
18767
18768 @deftypevr {@code{tlp-configuration} parameter} maybe-on-off-boolean ahci-runtime-pm-on-ac?
18769 Enable Runtime Power Management for AHCI controller and disks on AC
18770 mode.
18771
18772 Defaults to @samp{disabled}.
18773
18774 @end deftypevr
18775
18776 @deftypevr {@code{tlp-configuration} parameter} maybe-on-off-boolean ahci-runtime-pm-on-bat?
18777 Same as @code{ahci-runtime-pm-on-ac} on BAT mode.
18778
18779 Defaults to @samp{disabled}.
18780
18781 @end deftypevr
18782
18783 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer ahci-runtime-pm-timeout
18784 Seconds of inactivity before disk is suspended.
18785
18786 Defaults to @samp{15}.
18787
18788 @end deftypevr
18789
18790 @deftypevr {@code{tlp-configuration} parameter} string pcie-aspm-on-ac
18791 PCI Express Active State Power Management level. Alternatives are
18792 default, performance, powersave.
18793
18794 Defaults to @samp{"performance"}.
18795
18796 @end deftypevr
18797
18798 @deftypevr {@code{tlp-configuration} parameter} string pcie-aspm-on-bat
18799 Same as @code{pcie-aspm-ac} but on BAT mode.
18800
18801 Defaults to @samp{"powersave"}.
18802
18803 @end deftypevr
18804
18805 @deftypevr {@code{tlp-configuration} parameter} string radeon-power-profile-on-ac
18806 Radeon graphics clock speed level. Alternatives are low, mid, high,
18807 auto, default.
18808
18809 Defaults to @samp{"high"}.
18810
18811 @end deftypevr
18812
18813 @deftypevr {@code{tlp-configuration} parameter} string radeon-power-profile-on-bat
18814 Same as @code{radeon-power-ac} but on BAT mode.
18815
18816 Defaults to @samp{"low"}.
18817
18818 @end deftypevr
18819
18820 @deftypevr {@code{tlp-configuration} parameter} string radeon-dpm-state-on-ac
18821 Radeon dynamic power management method (DPM). Alternatives are battery,
18822 performance.
18823
18824 Defaults to @samp{"performance"}.
18825
18826 @end deftypevr
18827
18828 @deftypevr {@code{tlp-configuration} parameter} string radeon-dpm-state-on-bat
18829 Same as @code{radeon-dpm-state-ac} but on BAT mode.
18830
18831 Defaults to @samp{"battery"}.
18832
18833 @end deftypevr
18834
18835 @deftypevr {@code{tlp-configuration} parameter} string radeon-dpm-perf-level-on-ac
18836 Radeon DPM performance level. Alternatives are auto, low, high.
18837
18838 Defaults to @samp{"auto"}.
18839
18840 @end deftypevr
18841
18842 @deftypevr {@code{tlp-configuration} parameter} string radeon-dpm-perf-level-on-bat
18843 Same as @code{radeon-dpm-perf-ac} but on BAT mode.
18844
18845 Defaults to @samp{"auto"}.
18846
18847 @end deftypevr
18848
18849 @deftypevr {@code{tlp-configuration} parameter} on-off-boolean wifi-pwr-on-ac?
18850 Wifi power saving mode.
18851
18852 Defaults to @samp{#f}.
18853
18854 @end deftypevr
18855
18856 @deftypevr {@code{tlp-configuration} parameter} on-off-boolean wifi-pwr-on-bat?
18857 Same as @code{wifi-power-ac?} but on BAT mode.
18858
18859 Defaults to @samp{#t}.
18860
18861 @end deftypevr
18862
18863 @deftypevr {@code{tlp-configuration} parameter} y-n-boolean wol-disable?
18864 Disable wake on LAN.
18865
18866 Defaults to @samp{#t}.
18867
18868 @end deftypevr
18869
18870 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer sound-power-save-on-ac
18871 Timeout duration in seconds before activating audio power saving on
18872 Intel HDA and AC97 devices. A value of 0 disables power saving.
18873
18874 Defaults to @samp{0}.
18875
18876 @end deftypevr
18877
18878 @deftypevr {@code{tlp-configuration} parameter} non-negative-integer sound-power-save-on-bat
18879 Same as @code{sound-powersave-ac} but on BAT mode.
18880
18881 Defaults to @samp{1}.
18882
18883 @end deftypevr
18884
18885 @deftypevr {@code{tlp-configuration} parameter} y-n-boolean sound-power-save-controller?
18886 Disable controller in powersaving mode on Intel HDA devices.
18887
18888 Defaults to @samp{#t}.
18889
18890 @end deftypevr
18891
18892 @deftypevr {@code{tlp-configuration} parameter} boolean bay-poweroff-on-bat?
18893 Enable optical drive in UltraBay/MediaBay on BAT mode. Drive can be
18894 powered on again by releasing (and reinserting) the eject lever or by
18895 pressing the disc eject button on newer models.
18896
18897 Defaults to @samp{#f}.
18898
18899 @end deftypevr
18900
18901 @deftypevr {@code{tlp-configuration} parameter} string bay-device
18902 Name of the optical drive device to power off.
18903
18904 Defaults to @samp{"sr0"}.
18905
18906 @end deftypevr
18907
18908 @deftypevr {@code{tlp-configuration} parameter} string runtime-pm-on-ac
18909 Runtime Power Management for PCI(e) bus devices. Alternatives are on
18910 and auto.
18911
18912 Defaults to @samp{"on"}.
18913
18914 @end deftypevr
18915
18916 @deftypevr {@code{tlp-configuration} parameter} string runtime-pm-on-bat
18917 Same as @code{runtime-pm-ac} but on BAT mode.
18918
18919 Defaults to @samp{"auto"}.
18920
18921 @end deftypevr
18922
18923 @deftypevr {@code{tlp-configuration} parameter} boolean runtime-pm-all?
18924 Runtime Power Management for all PCI(e) bus devices, except blacklisted
18925 ones.
18926
18927 Defaults to @samp{#t}.
18928
18929 @end deftypevr
18930
18931 @deftypevr {@code{tlp-configuration} parameter} maybe-space-separated-string-list runtime-pm-blacklist
18932 Exclude specified PCI(e) device addresses from Runtime Power Management.
18933
18934 Defaults to @samp{disabled}.
18935
18936 @end deftypevr
18937
18938 @deftypevr {@code{tlp-configuration} parameter} space-separated-string-list runtime-pm-driver-blacklist
18939 Exclude PCI(e) devices assigned to the specified drivers from Runtime
18940 Power Management.
18941
18942 @end deftypevr
18943
18944 @deftypevr {@code{tlp-configuration} parameter} boolean usb-autosuspend?
18945 Enable USB autosuspend feature.
18946
18947 Defaults to @samp{#t}.
18948
18949 @end deftypevr
18950
18951 @deftypevr {@code{tlp-configuration} parameter} maybe-string usb-blacklist
18952 Exclude specified devices from USB autosuspend.
18953
18954 Defaults to @samp{disabled}.
18955
18956 @end deftypevr
18957
18958 @deftypevr {@code{tlp-configuration} parameter} boolean usb-blacklist-wwan?
18959 Exclude WWAN devices from USB autosuspend.
18960
18961 Defaults to @samp{#t}.
18962
18963 @end deftypevr
18964
18965 @deftypevr {@code{tlp-configuration} parameter} maybe-string usb-whitelist
18966 Include specified devices into USB autosuspend, even if they are already
18967 excluded by the driver or via @code{usb-blacklist-wwan?}.
18968
18969 Defaults to @samp{disabled}.
18970
18971 @end deftypevr
18972
18973 @deftypevr {@code{tlp-configuration} parameter} maybe-boolean usb-autosuspend-disable-on-shutdown?
18974 Enable USB autosuspend before shutdown.
18975
18976 Defaults to @samp{disabled}.
18977
18978 @end deftypevr
18979
18980 @deftypevr {@code{tlp-configuration} parameter} boolean restore-device-state-on-startup?
18981 Restore radio device state (bluetooth, wifi, wwan) from previous
18982 shutdown on system startup.
18983
18984 Defaults to @samp{#f}.
18985
18986 @end deftypevr
18987
18988 @cindex thermald
18989 @cindex CPU frequency scaling with thermald
18990 @subsubheading Thermald daemon
18991
18992 The @code{(gnu services pm)} module provides an interface to
18993 thermald, a CPU frequency scaling service which helps prevent overheating.
18994
18995 @defvr {Scheme Variable} thermald-service-type
18996 This is the service type for
18997 @uref{https://01.org/linux-thermal-daemon/, thermald}, the Linux
18998 Thermal Daemon, which is responsible for controlling the thermal state
18999 of processors and preventing overheating.
19000 @end defvr
19001
19002 @deftp {Data Type} thermald-configuration
19003 Data type representing the configuration of @code{thermald-service-type}.
19004
19005 @table @asis
19006 @item @code{ignore-cpuid-check?} (default: @code{#f})
19007 Ignore cpuid check for supported CPU models.
19008
19009 @item @code{thermald} (default: @var{thermald})
19010 Package object of thermald.
19011
19012 @end table
19013 @end deftp
19014
19015 @node Audio Services
19016 @subsubsection Audio Services
19017
19018 The @code{(gnu services audio)} module provides a service to start MPD
19019 (the Music Player Daemon).
19020
19021 @cindex mpd
19022 @subsubheading Music Player Daemon
19023
19024 The Music Player Daemon (MPD) is a service that can play music while
19025 being controlled from the local machine or over the network by a variety
19026 of clients.
19027
19028 The following example shows how one might run @code{mpd} as user
19029 @code{"bob"} on port @code{6666}. It uses pulseaudio for output.
19030
19031 @example
19032 (service mpd-service-type
19033 (mpd-configuration
19034 (user "bob")
19035 (port "6666")))
19036 @end example
19037
19038 @defvr {Scheme Variable} mpd-service-type
19039 The service type for @command{mpd}
19040 @end defvr
19041
19042 @deftp {Data Type} mpd-configuration
19043 Data type representing the configuration of @command{mpd}.
19044
19045 @table @asis
19046 @item @code{user} (default: @code{"mpd"})
19047 The user to run mpd as.
19048
19049 @item @code{music-dir} (default: @code{"~/Music"})
19050 The directory to scan for music files.
19051
19052 @item @code{playlist-dir} (default: @code{"~/.mpd/playlists"})
19053 The directory to store playlists.
19054
19055 @item @code{port} (default: @code{"6600"})
19056 The port to run mpd on.
19057
19058 @item @code{address} (default: @code{"any"})
19059 The address that mpd will bind to. To use a Unix domain socket,
19060 an absolute path can be specified here.
19061
19062 @end table
19063 @end deftp
19064
19065 @node Virtualization Services
19066 @subsubsection Virtualization services
19067
19068 The @code{(gnu services virtualization)} module provides services for
19069 the libvirt and virtlog daemons, as well as other virtualization-related
19070 services.
19071
19072 @subsubheading Libvirt daemon
19073 @code{libvirtd} is the server side daemon component of the libvirt
19074 virtualization management system. This daemon runs on host servers
19075 and performs required management tasks for virtualized guests.
19076
19077 @deffn {Scheme Variable} libvirt-service-type
19078 This is the type of the @uref{https://libvirt.org, libvirt daemon}.
19079 Its value must be a @code{libvirt-configuration}.
19080
19081 @example
19082 (service libvirt-service-type
19083 (libvirt-configuration
19084 (unix-sock-group "libvirt")
19085 (tls-port "16555")))
19086 @end example
19087 @end deffn
19088
19089 @c Auto-generated with (generate-libvirt-documentation)
19090 Available @code{libvirt-configuration} fields are:
19091
19092 @deftypevr {@code{libvirt-configuration} parameter} package libvirt
19093 Libvirt package.
19094
19095 @end deftypevr
19096
19097 @deftypevr {@code{libvirt-configuration} parameter} boolean listen-tls?
19098 Flag listening for secure TLS connections on the public TCP/IP port.
19099 must set @code{listen} for this to have any effect.
19100
19101 It is necessary to setup a CA and issue server certificates before using
19102 this capability.
19103
19104 Defaults to @samp{#t}.
19105
19106 @end deftypevr
19107
19108 @deftypevr {@code{libvirt-configuration} parameter} boolean listen-tcp?
19109 Listen for unencrypted TCP connections on the public TCP/IP port. must
19110 set @code{listen} for this to have any effect.
19111
19112 Using the TCP socket requires SASL authentication by default. Only SASL
19113 mechanisms which support data encryption are allowed. This is
19114 DIGEST_MD5 and GSSAPI (Kerberos5)
19115
19116 Defaults to @samp{#f}.
19117
19118 @end deftypevr
19119
19120 @deftypevr {@code{libvirt-configuration} parameter} string tls-port
19121 Port for accepting secure TLS connections This can be a port number, or
19122 service name
19123
19124 Defaults to @samp{"16514"}.
19125
19126 @end deftypevr
19127
19128 @deftypevr {@code{libvirt-configuration} parameter} string tcp-port
19129 Port for accepting insecure TCP connections This can be a port number,
19130 or service name
19131
19132 Defaults to @samp{"16509"}.
19133
19134 @end deftypevr
19135
19136 @deftypevr {@code{libvirt-configuration} parameter} string listen-addr
19137 IP address or hostname used for client connections.
19138
19139 Defaults to @samp{"0.0.0.0"}.
19140
19141 @end deftypevr
19142
19143 @deftypevr {@code{libvirt-configuration} parameter} boolean mdns-adv?
19144 Flag toggling mDNS advertisement of the libvirt service.
19145
19146 Alternatively can disable for all services on a host by stopping the
19147 Avahi daemon.
19148
19149 Defaults to @samp{#f}.
19150
19151 @end deftypevr
19152
19153 @deftypevr {@code{libvirt-configuration} parameter} string mdns-name
19154 Default mDNS advertisement name. This must be unique on the immediate
19155 broadcast network.
19156
19157 Defaults to @samp{"Virtualization Host <hostname>"}.
19158
19159 @end deftypevr
19160
19161 @deftypevr {@code{libvirt-configuration} parameter} string unix-sock-group
19162 UNIX domain socket group ownership. This can be used to allow a
19163 'trusted' set of users access to management capabilities without
19164 becoming root.
19165
19166 Defaults to @samp{"root"}.
19167
19168 @end deftypevr
19169
19170 @deftypevr {@code{libvirt-configuration} parameter} string unix-sock-ro-perms
19171 UNIX socket permissions for the R/O socket. This is used for monitoring
19172 VM status only.
19173
19174 Defaults to @samp{"0777"}.
19175
19176 @end deftypevr
19177
19178 @deftypevr {@code{libvirt-configuration} parameter} string unix-sock-rw-perms
19179 UNIX socket permissions for the R/W socket. Default allows only root.
19180 If PolicyKit is enabled on the socket, the default will change to allow
19181 everyone (eg, 0777)
19182
19183 Defaults to @samp{"0770"}.
19184
19185 @end deftypevr
19186
19187 @deftypevr {@code{libvirt-configuration} parameter} string unix-sock-admin-perms
19188 UNIX socket permissions for the admin socket. Default allows only owner
19189 (root), do not change it unless you are sure to whom you are exposing
19190 the access to.
19191
19192 Defaults to @samp{"0777"}.
19193
19194 @end deftypevr
19195
19196 @deftypevr {@code{libvirt-configuration} parameter} string unix-sock-dir
19197 The directory in which sockets will be found/created.
19198
19199 Defaults to @samp{"/var/run/libvirt"}.
19200
19201 @end deftypevr
19202
19203 @deftypevr {@code{libvirt-configuration} parameter} string auth-unix-ro
19204 Authentication scheme for UNIX read-only sockets. By default socket
19205 permissions allow anyone to connect
19206
19207 Defaults to @samp{"polkit"}.
19208
19209 @end deftypevr
19210
19211 @deftypevr {@code{libvirt-configuration} parameter} string auth-unix-rw
19212 Authentication scheme for UNIX read-write sockets. By default socket
19213 permissions only allow root. If PolicyKit support was compiled into
19214 libvirt, the default will be to use 'polkit' auth.
19215
19216 Defaults to @samp{"polkit"}.
19217
19218 @end deftypevr
19219
19220 @deftypevr {@code{libvirt-configuration} parameter} string auth-tcp
19221 Authentication scheme for TCP sockets. If you don't enable SASL, then
19222 all TCP traffic is cleartext. Don't do this outside of a dev/test
19223 scenario.
19224
19225 Defaults to @samp{"sasl"}.
19226
19227 @end deftypevr
19228
19229 @deftypevr {@code{libvirt-configuration} parameter} string auth-tls
19230 Authentication scheme for TLS sockets. TLS sockets already have
19231 encryption provided by the TLS layer, and limited authentication is done
19232 by certificates.
19233
19234 It is possible to make use of any SASL authentication mechanism as well,
19235 by using 'sasl' for this option
19236
19237 Defaults to @samp{"none"}.
19238
19239 @end deftypevr
19240
19241 @deftypevr {@code{libvirt-configuration} parameter} optional-list access-drivers
19242 API access control scheme.
19243
19244 By default an authenticated user is allowed access to all APIs. Access
19245 drivers can place restrictions on this.
19246
19247 Defaults to @samp{()}.
19248
19249 @end deftypevr
19250
19251 @deftypevr {@code{libvirt-configuration} parameter} string key-file
19252 Server key file path. If set to an empty string, then no private key is
19253 loaded.
19254
19255 Defaults to @samp{""}.
19256
19257 @end deftypevr
19258
19259 @deftypevr {@code{libvirt-configuration} parameter} string cert-file
19260 Server key file path. If set to an empty string, then no certificate is
19261 loaded.
19262
19263 Defaults to @samp{""}.
19264
19265 @end deftypevr
19266
19267 @deftypevr {@code{libvirt-configuration} parameter} string ca-file
19268 Server key file path. If set to an empty string, then no CA certificate
19269 is loaded.
19270
19271 Defaults to @samp{""}.
19272
19273 @end deftypevr
19274
19275 @deftypevr {@code{libvirt-configuration} parameter} string crl-file
19276 Certificate revocation list path. If set to an empty string, then no
19277 CRL is loaded.
19278
19279 Defaults to @samp{""}.
19280
19281 @end deftypevr
19282
19283 @deftypevr {@code{libvirt-configuration} parameter} boolean tls-no-sanity-cert
19284 Disable verification of our own server certificates.
19285
19286 When libvirtd starts it performs some sanity checks against its own
19287 certificates.
19288
19289 Defaults to @samp{#f}.
19290
19291 @end deftypevr
19292
19293 @deftypevr {@code{libvirt-configuration} parameter} boolean tls-no-verify-cert
19294 Disable verification of client certificates.
19295
19296 Client certificate verification is the primary authentication mechanism.
19297 Any client which does not present a certificate signed by the CA will be
19298 rejected.
19299
19300 Defaults to @samp{#f}.
19301
19302 @end deftypevr
19303
19304 @deftypevr {@code{libvirt-configuration} parameter} optional-list tls-allowed-dn-list
19305 Whitelist of allowed x509 Distinguished Name.
19306
19307 Defaults to @samp{()}.
19308
19309 @end deftypevr
19310
19311 @deftypevr {@code{libvirt-configuration} parameter} optional-list sasl-allowed-usernames
19312 Whitelist of allowed SASL usernames. The format for username depends on
19313 the SASL authentication mechanism.
19314
19315 Defaults to @samp{()}.
19316
19317 @end deftypevr
19318
19319 @deftypevr {@code{libvirt-configuration} parameter} string tls-priority
19320 Override the compile time default TLS priority string. The default is
19321 usually "NORMAL" unless overridden at build time. Only set this is it
19322 is desired for libvirt to deviate from the global default settings.
19323
19324 Defaults to @samp{"NORMAL"}.
19325
19326 @end deftypevr
19327
19328 @deftypevr {@code{libvirt-configuration} parameter} integer max-clients
19329 Maximum number of concurrent client connections to allow over all
19330 sockets combined.
19331
19332 Defaults to @samp{5000}.
19333
19334 @end deftypevr
19335
19336 @deftypevr {@code{libvirt-configuration} parameter} integer max-queued-clients
19337 Maximum length of queue of connections waiting to be accepted by the
19338 daemon. Note, that some protocols supporting retransmission may obey
19339 this so that a later reattempt at connection succeeds.
19340
19341 Defaults to @samp{1000}.
19342
19343 @end deftypevr
19344
19345 @deftypevr {@code{libvirt-configuration} parameter} integer max-anonymous-clients
19346 Maximum length of queue of accepted but not yet authenticated clients.
19347 Set this to zero to turn this feature off
19348
19349 Defaults to @samp{20}.
19350
19351 @end deftypevr
19352
19353 @deftypevr {@code{libvirt-configuration} parameter} integer min-workers
19354 Number of workers to start up initially.
19355
19356 Defaults to @samp{5}.
19357
19358 @end deftypevr
19359
19360 @deftypevr {@code{libvirt-configuration} parameter} integer max-workers
19361 Maximum number of worker threads.
19362
19363 If the number of active clients exceeds @code{min-workers}, then more
19364 threads are spawned, up to max_workers limit. Typically you'd want
19365 max_workers to equal maximum number of clients allowed.
19366
19367 Defaults to @samp{20}.
19368
19369 @end deftypevr
19370
19371 @deftypevr {@code{libvirt-configuration} parameter} integer prio-workers
19372 Number of priority workers. If all workers from above pool are stuck,
19373 some calls marked as high priority (notably domainDestroy) can be
19374 executed in this pool.
19375
19376 Defaults to @samp{5}.
19377
19378 @end deftypevr
19379
19380 @deftypevr {@code{libvirt-configuration} parameter} integer max-requests
19381 Total global limit on concurrent RPC calls.
19382
19383 Defaults to @samp{20}.
19384
19385 @end deftypevr
19386
19387 @deftypevr {@code{libvirt-configuration} parameter} integer max-client-requests
19388 Limit on concurrent requests from a single client connection. To avoid
19389 one client monopolizing the server this should be a small fraction of
19390 the global max_requests and max_workers parameter.
19391
19392 Defaults to @samp{5}.
19393
19394 @end deftypevr
19395
19396 @deftypevr {@code{libvirt-configuration} parameter} integer admin-min-workers
19397 Same as @code{min-workers} but for the admin interface.
19398
19399 Defaults to @samp{1}.
19400
19401 @end deftypevr
19402
19403 @deftypevr {@code{libvirt-configuration} parameter} integer admin-max-workers
19404 Same as @code{max-workers} but for the admin interface.
19405
19406 Defaults to @samp{5}.
19407
19408 @end deftypevr
19409
19410 @deftypevr {@code{libvirt-configuration} parameter} integer admin-max-clients
19411 Same as @code{max-clients} but for the admin interface.
19412
19413 Defaults to @samp{5}.
19414
19415 @end deftypevr
19416
19417 @deftypevr {@code{libvirt-configuration} parameter} integer admin-max-queued-clients
19418 Same as @code{max-queued-clients} but for the admin interface.
19419
19420 Defaults to @samp{5}.
19421
19422 @end deftypevr
19423
19424 @deftypevr {@code{libvirt-configuration} parameter} integer admin-max-client-requests
19425 Same as @code{max-client-requests} but for the admin interface.
19426
19427 Defaults to @samp{5}.
19428
19429 @end deftypevr
19430
19431 @deftypevr {@code{libvirt-configuration} parameter} integer log-level
19432 Logging level. 4 errors, 3 warnings, 2 information, 1 debug.
19433
19434 Defaults to @samp{3}.
19435
19436 @end deftypevr
19437
19438 @deftypevr {@code{libvirt-configuration} parameter} string log-filters
19439 Logging filters.
19440
19441 A filter allows to select a different logging level for a given category
19442 of logs The format for a filter is one of:
19443
19444 @itemize @bullet
19445 @item
19446 x:name
19447
19448 @item
19449 x:+name
19450
19451 @end itemize
19452
19453 where @code{name} is a string which is matched against the category
19454 given in the @code{VIR_LOG_INIT()} at the top of each libvirt source
19455 file, e.g., "remote", "qemu", or "util.json" (the name in the filter can
19456 be a substring of the full category name, in order to match multiple
19457 similar categories), the optional "+" prefix tells libvirt to log stack
19458 trace for each message matching name, and @code{x} is the minimal level
19459 where matching messages should be logged:
19460
19461 @itemize @bullet
19462 @item
19463 1: DEBUG
19464
19465 @item
19466 2: INFO
19467
19468 @item
19469 3: WARNING
19470
19471 @item
19472 4: ERROR
19473
19474 @end itemize
19475
19476 Multiple filters can be defined in a single filters statement, they just
19477 need to be separated by spaces.
19478
19479 Defaults to @samp{"3:remote 4:event"}.
19480
19481 @end deftypevr
19482
19483 @deftypevr {@code{libvirt-configuration} parameter} string log-outputs
19484 Logging outputs.
19485
19486 An output is one of the places to save logging information The format
19487 for an output can be:
19488
19489 @table @code
19490 @item x:stderr
19491 output goes to stderr
19492
19493 @item x:syslog:name
19494 use syslog for the output and use the given name as the ident
19495
19496 @item x:file:file_path
19497 output to a file, with the given filepath
19498
19499 @item x:journald
19500 output to journald logging system
19501
19502 @end table
19503
19504 In all case the x prefix is the minimal level, acting as a filter
19505
19506 @itemize @bullet
19507 @item
19508 1: DEBUG
19509
19510 @item
19511 2: INFO
19512
19513 @item
19514 3: WARNING
19515
19516 @item
19517 4: ERROR
19518
19519 @end itemize
19520
19521 Multiple outputs can be defined, they just need to be separated by
19522 spaces.
19523
19524 Defaults to @samp{"3:stderr"}.
19525
19526 @end deftypevr
19527
19528 @deftypevr {@code{libvirt-configuration} parameter} integer audit-level
19529 Allows usage of the auditing subsystem to be altered
19530
19531 @itemize @bullet
19532 @item
19533 0: disable all auditing
19534
19535 @item
19536 1: enable auditing, only if enabled on host
19537
19538 @item
19539 2: enable auditing, and exit if disabled on host.
19540
19541 @end itemize
19542
19543 Defaults to @samp{1}.
19544
19545 @end deftypevr
19546
19547 @deftypevr {@code{libvirt-configuration} parameter} boolean audit-logging
19548 Send audit messages via libvirt logging infrastructure.
19549
19550 Defaults to @samp{#f}.
19551
19552 @end deftypevr
19553
19554 @deftypevr {@code{libvirt-configuration} parameter} optional-string host-uuid
19555 Host UUID. UUID must not have all digits be the same.
19556
19557 Defaults to @samp{""}.
19558
19559 @end deftypevr
19560
19561 @deftypevr {@code{libvirt-configuration} parameter} string host-uuid-source
19562 Source to read host UUID.
19563
19564 @itemize @bullet
19565 @item
19566 @code{smbios}: fetch the UUID from @code{dmidecode -s system-uuid}
19567
19568 @item
19569 @code{machine-id}: fetch the UUID from @code{/etc/machine-id}
19570
19571 @end itemize
19572
19573 If @code{dmidecode} does not provide a valid UUID a temporary UUID will
19574 be generated.
19575
19576 Defaults to @samp{"smbios"}.
19577
19578 @end deftypevr
19579
19580 @deftypevr {@code{libvirt-configuration} parameter} integer keepalive-interval
19581 A keepalive message is sent to a client after @code{keepalive_interval}
19582 seconds of inactivity to check if the client is still responding. If
19583 set to -1, libvirtd will never send keepalive requests; however clients
19584 can still send them and the daemon will send responses.
19585
19586 Defaults to @samp{5}.
19587
19588 @end deftypevr
19589
19590 @deftypevr {@code{libvirt-configuration} parameter} integer keepalive-count
19591 Maximum number of keepalive messages that are allowed to be sent to the
19592 client without getting any response before the connection is considered
19593 broken.
19594
19595 In other words, the connection is automatically closed approximately
19596 after @code{keepalive_interval * (keepalive_count + 1)} seconds since
19597 the last message received from the client. When @code{keepalive-count}
19598 is set to 0, connections will be automatically closed after
19599 @code{keepalive-interval} seconds of inactivity without sending any
19600 keepalive messages.
19601
19602 Defaults to @samp{5}.
19603
19604 @end deftypevr
19605
19606 @deftypevr {@code{libvirt-configuration} parameter} integer admin-keepalive-interval
19607 Same as above but for admin interface.
19608
19609 Defaults to @samp{5}.
19610
19611 @end deftypevr
19612
19613 @deftypevr {@code{libvirt-configuration} parameter} integer admin-keepalive-count
19614 Same as above but for admin interface.
19615
19616 Defaults to @samp{5}.
19617
19618 @end deftypevr
19619
19620 @deftypevr {@code{libvirt-configuration} parameter} integer ovs-timeout
19621 Timeout for Open vSwitch calls.
19622
19623 The @code{ovs-vsctl} utility is used for the configuration and its
19624 timeout option is set by default to 5 seconds to avoid potential
19625 infinite waits blocking libvirt.
19626
19627 Defaults to @samp{5}.
19628
19629 @end deftypevr
19630
19631 @c %end of autogenerated docs
19632
19633 @subsubheading Virtlog daemon
19634 The virtlogd service is a server side daemon component of libvirt that is
19635 used to manage logs from virtual machine consoles.
19636
19637 This daemon is not used directly by libvirt client applications, rather it
19638 is called on their behalf by @code{libvirtd}. By maintaining the logs in a
19639 standalone daemon, the main @code{libvirtd} daemon can be restarted without
19640 risk of losing logs. The @code{virtlogd} daemon has the ability to re-exec()
19641 itself upon receiving @code{SIGUSR1}, to allow live upgrades without downtime.
19642
19643 @deffn {Scheme Variable} virtlog-service-type
19644 This is the type of the virtlog daemon.
19645 Its value must be a @code{virtlog-configuration}.
19646
19647 @example
19648 (service virtlog-service-type
19649 (virtlog-configuration
19650 (max-clients 1000)))
19651 @end example
19652 @end deffn
19653
19654 @deftypevr {@code{virtlog-configuration} parameter} integer log-level
19655 Logging level. 4 errors, 3 warnings, 2 information, 1 debug.
19656
19657 Defaults to @samp{3}.
19658
19659 @end deftypevr
19660
19661 @deftypevr {@code{virtlog-configuration} parameter} string log-filters
19662 Logging filters.
19663
19664 A filter allows to select a different logging level for a given category
19665 of logs The format for a filter is one of:
19666
19667 @itemize @bullet
19668 @item
19669 x:name
19670
19671 @item
19672 x:+name
19673
19674 @end itemize
19675
19676 where @code{name} is a string which is matched against the category
19677 given in the @code{VIR_LOG_INIT()} at the top of each libvirt source
19678 file, e.g., "remote", "qemu", or "util.json" (the name in the filter can
19679 be a substring of the full category name, in order to match multiple
19680 similar categories), the optional "+" prefix tells libvirt to log stack
19681 trace for each message matching name, and @code{x} is the minimal level
19682 where matching messages should be logged:
19683
19684 @itemize @bullet
19685 @item
19686 1: DEBUG
19687
19688 @item
19689 2: INFO
19690
19691 @item
19692 3: WARNING
19693
19694 @item
19695 4: ERROR
19696
19697 @end itemize
19698
19699 Multiple filters can be defined in a single filters statement, they just
19700 need to be separated by spaces.
19701
19702 Defaults to @samp{"3:remote 4:event"}.
19703
19704 @end deftypevr
19705
19706 @deftypevr {@code{virtlog-configuration} parameter} string log-outputs
19707 Logging outputs.
19708
19709 An output is one of the places to save logging information The format
19710 for an output can be:
19711
19712 @table @code
19713 @item x:stderr
19714 output goes to stderr
19715
19716 @item x:syslog:name
19717 use syslog for the output and use the given name as the ident
19718
19719 @item x:file:file_path
19720 output to a file, with the given filepath
19721
19722 @item x:journald
19723 output to journald logging system
19724
19725 @end table
19726
19727 In all case the x prefix is the minimal level, acting as a filter
19728
19729 @itemize @bullet
19730 @item
19731 1: DEBUG
19732
19733 @item
19734 2: INFO
19735
19736 @item
19737 3: WARNING
19738
19739 @item
19740 4: ERROR
19741
19742 @end itemize
19743
19744 Multiple outputs can be defined, they just need to be separated by
19745 spaces.
19746
19747 Defaults to @samp{"3:stderr"}.
19748
19749 @end deftypevr
19750
19751 @deftypevr {@code{virtlog-configuration} parameter} integer max-clients
19752 Maximum number of concurrent client connections to allow over all
19753 sockets combined.
19754
19755 Defaults to @samp{1024}.
19756
19757 @end deftypevr
19758
19759 @deftypevr {@code{virtlog-configuration} parameter} integer max-size
19760 Maximum file size before rolling over.
19761
19762 Defaults to @samp{2MB}
19763
19764 @end deftypevr
19765
19766 @deftypevr {@code{virtlog-configuration} parameter} integer max-backups
19767 Maximum number of backup files to keep.
19768
19769 Defaults to @samp{3}
19770
19771 @end deftypevr
19772
19773 @subsubheading Transparent Emulation with QEMU
19774
19775 @cindex emulation
19776 @cindex @code{binfmt_misc}
19777 @code{qemu-binfmt-service-type} provides support for transparent
19778 emulation of program binaries built for different architectures---e.g.,
19779 it allows you to transparently execute an ARMv7 program on an x86_64
19780 machine. It achieves this by combining the @uref{https://www.qemu.org,
19781 QEMU} emulator and the @code{binfmt_misc} feature of the kernel Linux.
19782
19783 @defvr {Scheme Variable} qemu-binfmt-service-type
19784 This is the type of the QEMU/binfmt service for transparent emulation.
19785 Its value must be a @code{qemu-binfmt-configuration} object, which
19786 specifies the QEMU package to use as well as the architecture we want to
19787 emulated:
19788
19789 @example
19790 (service qemu-binfmt-service-type
19791 (qemu-binfmt-configuration
19792 (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc"))))
19793 @end example
19794
19795 In this example, we enable transparent emulation for the ARM and aarch64
19796 platforms. Running @code{herd stop qemu-binfmt} turns it off, and
19797 running @code{herd start qemu-binfmt} turns it back on (@pxref{Invoking
19798 herd, the @command{herd} command,, shepherd, The GNU Shepherd Manual}).
19799 @end defvr
19800
19801 @deftp {Data Type} qemu-binfmt-configuration
19802 This is the configuration for the @code{qemu-binfmt} service.
19803
19804 @table @asis
19805 @item @code{platforms} (default: @code{'()})
19806 The list of emulated QEMU platforms. Each item must be a @dfn{platform
19807 object} as returned by @code{lookup-qemu-platforms} (see below).
19808
19809 @item @code{guix-support?} (default: @code{#f})
19810 When it is true, QEMU and all its dependencies are added to the build
19811 environment of @command{guix-daemon} (@pxref{Invoking guix-daemon,
19812 @code{--chroot-directory} option}). This allows the @code{binfmt_misc}
19813 handlers to be used within the build environment, which in turn means
19814 that you can transparently build programs for another architecture.
19815
19816 For example, let's suppose you're on an x86_64 machine and you have this
19817 service:
19818
19819 @example
19820 (service qemu-binfmt-service-type
19821 (qemu-binfmt-configuration
19822 (platforms (lookup-qemu-platforms "arm"))
19823 (guix-support? #t)))
19824 @end example
19825
19826 You can run:
19827
19828 @example
19829 guix build -s armhf-linux inkscape
19830 @end example
19831
19832 @noindent
19833 and it will build Inkscape for ARMv7 @emph{as if it were a native
19834 build}, transparently using QEMU to emulate the ARMv7 CPU. Pretty handy
19835 if you'd like to test a package build for an architecture you don't have
19836 access to!
19837
19838 @item @code{qemu} (default: @code{qemu})
19839 The QEMU package to use.
19840 @end table
19841 @end deftp
19842
19843 @deffn {Scheme Procedure} lookup-qemu-platforms @var{platforms}@dots{}
19844 Return the list of QEMU platform objects corresponding to
19845 @var{platforms}@dots{}. @var{platforms} must be a list of strings
19846 corresponding to platform names, such as @code{"arm"}, @code{"sparc"},
19847 @code{"mips64el"}, and so on.
19848 @end deffn
19849
19850 @deffn {Scheme Procedure} qemu-platform? @var{obj}
19851 Return true if @var{obj} is a platform object.
19852 @end deffn
19853
19854 @deffn {Scheme Procedure} qemu-platform-name @var{platform}
19855 Return the name of @var{platform}---a string such as @code{"arm"}.
19856 @end deffn
19857
19858 @node Version Control Services
19859 @subsubsection Version Control Services
19860
19861 The @code{(gnu services version-control)} module provides a service to
19862 allow remote access to local Git repositories. There are three options:
19863 the @code{git-daemon-service}, which provides access to repositories via
19864 the @code{git://} unsecured TCP-based protocol, extending the
19865 @code{nginx} web server to proxy some requests to
19866 @code{git-http-backend}, or providing a web interface with
19867 @code{cgit-service-type}.
19868
19869 @deffn {Scheme Procedure} git-daemon-service [#:config (git-daemon-configuration)]
19870
19871 Return a service that runs @command{git daemon}, a simple TCP server to
19872 expose repositories over the Git protocol for anonymous access.
19873
19874 The optional @var{config} argument should be a
19875 @code{<git-daemon-configuration>} object, by default it allows read-only
19876 access to exported@footnote{By creating the magic file
19877 "git-daemon-export-ok" in the repository directory.} repositories under
19878 @file{/srv/git}.
19879
19880 @end deffn
19881
19882 @deftp {Data Type} git-daemon-configuration
19883 Data type representing the configuration for @code{git-daemon-service}.
19884
19885 @table @asis
19886 @item @code{package} (default: @var{git})
19887 Package object of the Git distributed version control system.
19888
19889 @item @code{export-all?} (default: @var{#f})
19890 Whether to allow access for all Git repositories, even if they do not
19891 have the @file{git-daemon-export-ok} file.
19892
19893 @item @code{base-path} (default: @file{/srv/git})
19894 Whether to remap all the path requests as relative to the given path.
19895 If you run git daemon with @var{(base-path "/srv/git")} on example.com,
19896 then if you later try to pull @code{git://example.com/hello.git}, git
19897 daemon will interpret the path as @code{/srv/git/hello.git}.
19898
19899 @item @code{user-path} (default: @var{#f})
19900 Whether to allow @code{~user} notation to be used in requests. When
19901 specified with empty string, requests to @code{git://host/~alice/foo} is
19902 taken as a request to access @code{foo} repository in the home directory
19903 of user @code{alice}. If @var{(user-path "path")} is specified, the
19904 same request is taken as a request to access @code{path/foo} repository
19905 in the home directory of user @code{alice}.
19906
19907 @item @code{listen} (default: @var{'()})
19908 Whether to listen on specific IP addresses or hostnames, defaults to
19909 all.
19910
19911 @item @code{port} (default: @var{#f})
19912 Whether to listen on an alternative port, which defaults to 9418.
19913
19914 @item @code{whitelist} (default: @var{'()})
19915 If not empty, only allow access to this list of directories.
19916
19917 @item @code{extra-options} (default: @var{'()})
19918 Extra options will be passed to @code{git daemon}, please run
19919 @command{man git-daemon} for more information.
19920
19921 @end table
19922 @end deftp
19923
19924 The @code{git://} protocol lacks authentication. When you pull from a
19925 repository fetched via @code{git://}, you don't know that the data you
19926 receive was modified is really coming from the specified host, and you
19927 have your connection is subject to eavesdropping. It's better to use an
19928 authenticated and encrypted transport, such as @code{https}. Although Git allows you
19929 to serve repositories using unsophisticated file-based web servers,
19930 there is a faster protocol implemented by the @code{git-http-backend}
19931 program. This program is the back-end of a proper Git web service. It
19932 is designed to sit behind a FastCGI proxy. @xref{Web Services}, for more
19933 on running the necessary @code{fcgiwrap} daemon.
19934
19935 Guix has a separate configuration data type for serving Git repositories
19936 over HTTP.
19937
19938 @deftp {Data Type} git-http-configuration
19939 Data type representing the configuration for @code{git-http-service}.
19940
19941 @table @asis
19942 @item @code{package} (default: @var{git})
19943 Package object of the Git distributed version control system.
19944
19945 @item @code{git-root} (default: @file{/srv/git})
19946 Directory containing the Git repositories to expose to the world.
19947
19948 @item @code{export-all?} (default: @var{#f})
19949 Whether to expose access for all Git repositories in @var{git-root},
19950 even if they do not have the @file{git-daemon-export-ok} file.
19951
19952 @item @code{uri-path} (default: @file{/git/})
19953 Path prefix for Git access. With the default @code{/git/} prefix, this
19954 will map @code{http://@var{server}/git/@var{repo}.git} to
19955 @code{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin
19956 with this prefix are not passed on to this Git instance.
19957
19958 @item @code{fcgiwrap-socket} (default: @code{127.0.0.1:9000})
19959 The socket on which the @code{fcgiwrap} daemon is listening. @xref{Web
19960 Services}.
19961 @end table
19962 @end deftp
19963
19964 There is no @code{git-http-service-type}, currently; instead you can
19965 create an @code{nginx-location-configuration} from a
19966 @code{git-http-configuration} and then add that location to a web
19967 server.
19968
19969 @deffn {Scheme Procedure} git-http-nginx-location-configuration @
19970 [config=(git-http-configuration)]
19971 Compute an @code{nginx-location-configuration} that corresponds to the
19972 given Git http configuration. An example nginx service definition to
19973 serve the default @file{/srv/git} over HTTPS might be:
19974
19975 @example
19976 (service nginx-service-type
19977 (nginx-configuration
19978 (server-blocks
19979 (list
19980 (nginx-server-configuration
19981 (listen '("443 ssl"))
19982 (server-name "git.my-host.org")
19983 (ssl-certificate
19984 "/etc/letsencrypt/live/git.my-host.org/fullchain.pem")
19985 (ssl-certificate-key
19986 "/etc/letsencrypt/live/git.my-host.org/privkey.pem")
19987 (locations
19988 (list
19989 (git-http-nginx-location-configuration
19990 (git-http-configuration (uri-path "/"))))))))))
19991 @end example
19992
19993 This example assumes that you are using Let's Encrypt to get your TLS
19994 certificate. @xref{Certificate Services}. The default @code{certbot}
19995 service will redirect all HTTP traffic on @code{git.my-host.org} to
19996 HTTPS. You will also need to add an @code{fcgiwrap} proxy to your
19997 system services. @xref{Web Services}.
19998 @end deffn
19999
20000 @subsubheading Cgit Service
20001
20002 @cindex Cgit service
20003 @cindex Git, web interface
20004 @uref{https://git.zx2c4.com/cgit/, Cgit} is a web frontend for Git
20005 repositories written in C.
20006
20007 The following example will configure the service with default values.
20008 By default, Cgit can be accessed on port 80 (@code{http://localhost:80}).
20009
20010 @example
20011 (service cgit-service-type)
20012 @end example
20013
20014 The @code{file-object} type designates either a file-like object
20015 (@pxref{G-Expressions, file-like objects}) or a string.
20016
20017 @c %start of fragment
20018
20019 Available @code{cgit-configuration} fields are:
20020
20021 @deftypevr {@code{cgit-configuration} parameter} package package
20022 The CGIT package.
20023
20024 @end deftypevr
20025
20026 @deftypevr {@code{cgit-configuration} parameter} nginx-server-configuration-list nginx
20027 NGINX configuration.
20028
20029 @end deftypevr
20030
20031 @deftypevr {@code{cgit-configuration} parameter} file-object about-filter
20032 Specifies a command which will be invoked to format the content of about
20033 pages (both top-level and for each repository).
20034
20035 Defaults to @samp{""}.
20036
20037 @end deftypevr
20038
20039 @deftypevr {@code{cgit-configuration} parameter} string agefile
20040 Specifies a path, relative to each repository path, which can be used to
20041 specify the date and time of the youngest commit in the repository.
20042
20043 Defaults to @samp{""}.
20044
20045 @end deftypevr
20046
20047 @deftypevr {@code{cgit-configuration} parameter} file-object auth-filter
20048 Specifies a command that will be invoked for authenticating repository
20049 access.
20050
20051 Defaults to @samp{""}.
20052
20053 @end deftypevr
20054
20055 @deftypevr {@code{cgit-configuration} parameter} string branch-sort
20056 Flag which, when set to @samp{age}, enables date ordering in the branch
20057 ref list, and when set @samp{name} enables ordering by branch name.
20058
20059 Defaults to @samp{"name"}.
20060
20061 @end deftypevr
20062
20063 @deftypevr {@code{cgit-configuration} parameter} string cache-root
20064 Path used to store the cgit cache entries.
20065
20066 Defaults to @samp{"/var/cache/cgit"}.
20067
20068 @end deftypevr
20069
20070 @deftypevr {@code{cgit-configuration} parameter} integer cache-static-ttl
20071 Number which specifies the time-to-live, in minutes, for the cached
20072 version of repository pages accessed with a fixed SHA1.
20073
20074 Defaults to @samp{-1}.
20075
20076 @end deftypevr
20077
20078 @deftypevr {@code{cgit-configuration} parameter} integer cache-dynamic-ttl
20079 Number which specifies the time-to-live, in minutes, for the cached
20080 version of repository pages accessed without a fixed SHA1.
20081
20082 Defaults to @samp{5}.
20083
20084 @end deftypevr
20085
20086 @deftypevr {@code{cgit-configuration} parameter} integer cache-repo-ttl
20087 Number which specifies the time-to-live, in minutes, for the cached
20088 version of the repository summary page.
20089
20090 Defaults to @samp{5}.
20091
20092 @end deftypevr
20093
20094 @deftypevr {@code{cgit-configuration} parameter} integer cache-root-ttl
20095 Number which specifies the time-to-live, in minutes, for the cached
20096 version of the repository index page.
20097
20098 Defaults to @samp{5}.
20099
20100 @end deftypevr
20101
20102 @deftypevr {@code{cgit-configuration} parameter} integer cache-scanrc-ttl
20103 Number which specifies the time-to-live, in minutes, for the result of
20104 scanning a path for Git repositories.
20105
20106 Defaults to @samp{15}.
20107
20108 @end deftypevr
20109
20110 @deftypevr {@code{cgit-configuration} parameter} integer cache-about-ttl
20111 Number which specifies the time-to-live, in minutes, for the cached
20112 version of the repository about page.
20113
20114 Defaults to @samp{15}.
20115
20116 @end deftypevr
20117
20118 @deftypevr {@code{cgit-configuration} parameter} integer cache-snapshot-ttl
20119 Number which specifies the time-to-live, in minutes, for the cached
20120 version of snapshots.
20121
20122 Defaults to @samp{5}.
20123
20124 @end deftypevr
20125
20126 @deftypevr {@code{cgit-configuration} parameter} integer cache-size
20127 The maximum number of entries in the cgit cache. When set to @samp{0},
20128 caching is disabled.
20129
20130 Defaults to @samp{0}.
20131
20132 @end deftypevr
20133
20134 @deftypevr {@code{cgit-configuration} parameter} boolean case-sensitive-sort?
20135 Sort items in the repo list case sensitively.
20136
20137 Defaults to @samp{#t}.
20138
20139 @end deftypevr
20140
20141 @deftypevr {@code{cgit-configuration} parameter} list clone-prefix
20142 List of common prefixes which, when combined with a repository URL,
20143 generates valid clone URLs for the repository.
20144
20145 Defaults to @samp{()}.
20146
20147 @end deftypevr
20148
20149 @deftypevr {@code{cgit-configuration} parameter} list clone-url
20150 List of @code{clone-url} templates.
20151
20152 Defaults to @samp{()}.
20153
20154 @end deftypevr
20155
20156 @deftypevr {@code{cgit-configuration} parameter} file-object commit-filter
20157 Command which will be invoked to format commit messages.
20158
20159 Defaults to @samp{""}.
20160
20161 @end deftypevr
20162
20163 @deftypevr {@code{cgit-configuration} parameter} string commit-sort
20164 Flag which, when set to @samp{date}, enables strict date ordering in the
20165 commit log, and when set to @samp{topo} enables strict topological
20166 ordering.
20167
20168 Defaults to @samp{"git log"}.
20169
20170 @end deftypevr
20171
20172 @deftypevr {@code{cgit-configuration} parameter} file-object css
20173 URL which specifies the css document to include in all cgit pages.
20174
20175 Defaults to @samp{"/share/cgit/cgit.css"}.
20176
20177 @end deftypevr
20178
20179 @deftypevr {@code{cgit-configuration} parameter} file-object email-filter
20180 Specifies a command which will be invoked to format names and email
20181 address of committers, authors, and taggers, as represented in various
20182 places throughout the cgit interface.
20183
20184 Defaults to @samp{""}.
20185
20186 @end deftypevr
20187
20188 @deftypevr {@code{cgit-configuration} parameter} boolean embedded?
20189 Flag which, when set to @samp{#t}, will make cgit generate a HTML
20190 fragment suitable for embedding in other HTML pages.
20191
20192 Defaults to @samp{#f}.
20193
20194 @end deftypevr
20195
20196 @deftypevr {@code{cgit-configuration} parameter} boolean enable-commit-graph?
20197 Flag which, when set to @samp{#t}, will make cgit print an ASCII-art
20198 commit history graph to the left of the commit messages in the
20199 repository log page.
20200
20201 Defaults to @samp{#f}.
20202
20203 @end deftypevr
20204
20205 @deftypevr {@code{cgit-configuration} parameter} boolean enable-filter-overrides?
20206 Flag which, when set to @samp{#t}, allows all filter settings to be
20207 overridden in repository-specific cgitrc files.
20208
20209 Defaults to @samp{#f}.
20210
20211 @end deftypevr
20212
20213 @deftypevr {@code{cgit-configuration} parameter} boolean enable-follow-links?
20214 Flag which, when set to @samp{#t}, allows users to follow a file in the
20215 log view.
20216
20217 Defaults to @samp{#f}.
20218
20219 @end deftypevr
20220
20221 @deftypevr {@code{cgit-configuration} parameter} boolean enable-http-clone?
20222 If set to @samp{#t}, cgit will act as an dumb HTTP endpoint for Git
20223 clones.
20224
20225 Defaults to @samp{#t}.
20226
20227 @end deftypevr
20228
20229 @deftypevr {@code{cgit-configuration} parameter} boolean enable-index-links?
20230 Flag which, when set to @samp{#t}, will make cgit generate extra links
20231 "summary", "commit", "tree" for each repo in the repository index.
20232
20233 Defaults to @samp{#f}.
20234
20235 @end deftypevr
20236
20237 @deftypevr {@code{cgit-configuration} parameter} boolean enable-index-owner?
20238 Flag which, when set to @samp{#t}, will make cgit display the owner of
20239 each repo in the repository index.
20240
20241 Defaults to @samp{#t}.
20242
20243 @end deftypevr
20244
20245 @deftypevr {@code{cgit-configuration} parameter} boolean enable-log-filecount?
20246 Flag which, when set to @samp{#t}, will make cgit print the number of
20247 modified files for each commit on the repository log page.
20248
20249 Defaults to @samp{#f}.
20250
20251 @end deftypevr
20252
20253 @deftypevr {@code{cgit-configuration} parameter} boolean enable-log-linecount?
20254 Flag which, when set to @samp{#t}, will make cgit print the number of
20255 added and removed lines for each commit on the repository log page.
20256
20257 Defaults to @samp{#f}.
20258
20259 @end deftypevr
20260
20261 @deftypevr {@code{cgit-configuration} parameter} boolean enable-remote-branches?
20262 Flag which, when set to @code{#t}, will make cgit display remote
20263 branches in the summary and refs views.
20264
20265 Defaults to @samp{#f}.
20266
20267 @end deftypevr
20268
20269 @deftypevr {@code{cgit-configuration} parameter} boolean enable-subject-links?
20270 Flag which, when set to @code{1}, will make cgit use the subject of the
20271 parent commit as link text when generating links to parent commits in
20272 commit view.
20273
20274 Defaults to @samp{#f}.
20275
20276 @end deftypevr
20277
20278 @deftypevr {@code{cgit-configuration} parameter} boolean enable-html-serving?
20279 Flag which, when set to @samp{#t}, will make cgit use the subject of the
20280 parent commit as link text when generating links to parent commits in
20281 commit view.
20282
20283 Defaults to @samp{#f}.
20284
20285 @end deftypevr
20286
20287 @deftypevr {@code{cgit-configuration} parameter} boolean enable-tree-linenumbers?
20288 Flag which, when set to @samp{#t}, will make cgit generate linenumber
20289 links for plaintext blobs printed in the tree view.
20290
20291 Defaults to @samp{#t}.
20292
20293 @end deftypevr
20294
20295 @deftypevr {@code{cgit-configuration} parameter} boolean enable-git-config?
20296 Flag which, when set to @samp{#f}, will allow cgit to use Git config to
20297 set any repo specific settings.
20298
20299 Defaults to @samp{#f}.
20300
20301 @end deftypevr
20302
20303 @deftypevr {@code{cgit-configuration} parameter} file-object favicon
20304 URL used as link to a shortcut icon for cgit.
20305
20306 Defaults to @samp{"/favicon.ico"}.
20307
20308 @end deftypevr
20309
20310 @deftypevr {@code{cgit-configuration} parameter} string footer
20311 The content of the file specified with this option will be included
20312 verbatim at the bottom of all pages (i.e. it replaces the standard
20313 "generated by..." message).
20314
20315 Defaults to @samp{""}.
20316
20317 @end deftypevr
20318
20319 @deftypevr {@code{cgit-configuration} parameter} string head-include
20320 The content of the file specified with this option will be included
20321 verbatim in the HTML HEAD section on all pages.
20322
20323 Defaults to @samp{""}.
20324
20325 @end deftypevr
20326
20327 @deftypevr {@code{cgit-configuration} parameter} string header
20328 The content of the file specified with this option will be included
20329 verbatim at the top of all pages.
20330
20331 Defaults to @samp{""}.
20332
20333 @end deftypevr
20334
20335 @deftypevr {@code{cgit-configuration} parameter} file-object include
20336 Name of a configfile to include before the rest of the current config-
20337 file is parsed.
20338
20339 Defaults to @samp{""}.
20340
20341 @end deftypevr
20342
20343 @deftypevr {@code{cgit-configuration} parameter} string index-header
20344 The content of the file specified with this option will be included
20345 verbatim above the repository index.
20346
20347 Defaults to @samp{""}.
20348
20349 @end deftypevr
20350
20351 @deftypevr {@code{cgit-configuration} parameter} string index-info
20352 The content of the file specified with this option will be included
20353 verbatim below the heading on the repository index page.
20354
20355 Defaults to @samp{""}.
20356
20357 @end deftypevr
20358
20359 @deftypevr {@code{cgit-configuration} parameter} boolean local-time?
20360 Flag which, if set to @samp{#t}, makes cgit print commit and tag times
20361 in the servers timezone.
20362
20363 Defaults to @samp{#f}.
20364
20365 @end deftypevr
20366
20367 @deftypevr {@code{cgit-configuration} parameter} file-object logo
20368 URL which specifies the source of an image which will be used as a logo
20369 on all cgit pages.
20370
20371 Defaults to @samp{"/share/cgit/cgit.png"}.
20372
20373 @end deftypevr
20374
20375 @deftypevr {@code{cgit-configuration} parameter} string logo-link
20376 URL loaded when clicking on the cgit logo image.
20377
20378 Defaults to @samp{""}.
20379
20380 @end deftypevr
20381
20382 @deftypevr {@code{cgit-configuration} parameter} file-object owner-filter
20383 Command which will be invoked to format the Owner column of the main
20384 page.
20385
20386 Defaults to @samp{""}.
20387
20388 @end deftypevr
20389
20390 @deftypevr {@code{cgit-configuration} parameter} integer max-atom-items
20391 Number of items to display in atom feeds view.
20392
20393 Defaults to @samp{10}.
20394
20395 @end deftypevr
20396
20397 @deftypevr {@code{cgit-configuration} parameter} integer max-commit-count
20398 Number of entries to list per page in "log" view.
20399
20400 Defaults to @samp{50}.
20401
20402 @end deftypevr
20403
20404 @deftypevr {@code{cgit-configuration} parameter} integer max-message-length
20405 Number of commit message characters to display in "log" view.
20406
20407 Defaults to @samp{80}.
20408
20409 @end deftypevr
20410
20411 @deftypevr {@code{cgit-configuration} parameter} integer max-repo-count
20412 Specifies the number of entries to list per page on the repository index
20413 page.
20414
20415 Defaults to @samp{50}.
20416
20417 @end deftypevr
20418
20419 @deftypevr {@code{cgit-configuration} parameter} integer max-repodesc-length
20420 Specifies the maximum number of repo description characters to display
20421 on the repository index page.
20422
20423 Defaults to @samp{80}.
20424
20425 @end deftypevr
20426
20427 @deftypevr {@code{cgit-configuration} parameter} integer max-blob-size
20428 Specifies the maximum size of a blob to display HTML for in KBytes.
20429
20430 Defaults to @samp{0}.
20431
20432 @end deftypevr
20433
20434 @deftypevr {@code{cgit-configuration} parameter} string max-stats
20435 Maximum statistics period. Valid values are @samp{week},@samp{month},
20436 @samp{quarter} and @samp{year}.
20437
20438 Defaults to @samp{""}.
20439
20440 @end deftypevr
20441
20442 @deftypevr {@code{cgit-configuration} parameter} mimetype-alist mimetype
20443 Mimetype for the specified filename extension.
20444
20445 Defaults to @samp{((gif "image/gif") (html "text/html") (jpg
20446 "image/jpeg") (jpeg "image/jpeg") (pdf "application/pdf") (png
20447 "image/png") (svg "image/svg+xml"))}.
20448
20449 @end deftypevr
20450
20451 @deftypevr {@code{cgit-configuration} parameter} file-object mimetype-file
20452 Specifies the file to use for automatic mimetype lookup.
20453
20454 Defaults to @samp{""}.
20455
20456 @end deftypevr
20457
20458 @deftypevr {@code{cgit-configuration} parameter} string module-link
20459 Text which will be used as the formatstring for a hyperlink when a
20460 submodule is printed in a directory listing.
20461
20462 Defaults to @samp{""}.
20463
20464 @end deftypevr
20465
20466 @deftypevr {@code{cgit-configuration} parameter} boolean nocache?
20467 If set to the value @samp{#t} caching will be disabled.
20468
20469 Defaults to @samp{#f}.
20470
20471 @end deftypevr
20472
20473 @deftypevr {@code{cgit-configuration} parameter} boolean noplainemail?
20474 If set to @samp{#t} showing full author email addresses will be
20475 disabled.
20476
20477 Defaults to @samp{#f}.
20478
20479 @end deftypevr
20480
20481 @deftypevr {@code{cgit-configuration} parameter} boolean noheader?
20482 Flag which, when set to @samp{#t}, will make cgit omit the standard
20483 header on all pages.
20484
20485 Defaults to @samp{#f}.
20486
20487 @end deftypevr
20488
20489 @deftypevr {@code{cgit-configuration} parameter} project-list project-list
20490 A list of subdirectories inside of @code{repository-directory}, relative
20491 to it, that should loaded as Git repositories. An empty list means that
20492 all subdirectories will be loaded.
20493
20494 Defaults to @samp{()}.
20495
20496 @end deftypevr
20497
20498 @deftypevr {@code{cgit-configuration} parameter} file-object readme
20499 Text which will be used as default value for @code{cgit-repo-readme}.
20500
20501 Defaults to @samp{""}.
20502
20503 @end deftypevr
20504
20505 @deftypevr {@code{cgit-configuration} parameter} boolean remove-suffix?
20506 If set to @code{#t} and @code{repository-directory} is enabled, if any
20507 repositories are found with a suffix of @code{.git}, this suffix will be
20508 removed for the URL and name.
20509
20510 Defaults to @samp{#f}.
20511
20512 @end deftypevr
20513
20514 @deftypevr {@code{cgit-configuration} parameter} integer renamelimit
20515 Maximum number of files to consider when detecting renames.
20516
20517 Defaults to @samp{-1}.
20518
20519 @end deftypevr
20520
20521 @deftypevr {@code{cgit-configuration} parameter} string repository-sort
20522 The way in which repositories in each section are sorted.
20523
20524 Defaults to @samp{""}.
20525
20526 @end deftypevr
20527
20528 @deftypevr {@code{cgit-configuration} parameter} robots-list robots
20529 Text used as content for the @code{robots} meta-tag.
20530
20531 Defaults to @samp{("noindex" "nofollow")}.
20532
20533 @end deftypevr
20534
20535 @deftypevr {@code{cgit-configuration} parameter} string root-desc
20536 Text printed below the heading on the repository index page.
20537
20538 Defaults to @samp{"a fast webinterface for the git dscm"}.
20539
20540 @end deftypevr
20541
20542 @deftypevr {@code{cgit-configuration} parameter} string root-readme
20543 The content of the file specified with this option will be included
20544 verbatim below thef "about" link on the repository index page.
20545
20546 Defaults to @samp{""}.
20547
20548 @end deftypevr
20549
20550 @deftypevr {@code{cgit-configuration} parameter} string root-title
20551 Text printed as heading on the repository index page.
20552
20553 Defaults to @samp{""}.
20554
20555 @end deftypevr
20556
20557 @deftypevr {@code{cgit-configuration} parameter} boolean scan-hidden-path
20558 If set to @samp{#t} and repository-directory is enabled,
20559 repository-directory will recurse into directories whose name starts
20560 with a period. Otherwise, repository-directory will stay away from such
20561 directories, considered as "hidden". Note that this does not apply to
20562 the ".git" directory in non-bare repos.
20563
20564 Defaults to @samp{#f}.
20565
20566 @end deftypevr
20567
20568 @deftypevr {@code{cgit-configuration} parameter} list snapshots
20569 Text which specifies the default set of snapshot formats that cgit
20570 generates links for.
20571
20572 Defaults to @samp{()}.
20573
20574 @end deftypevr
20575
20576 @deftypevr {@code{cgit-configuration} parameter} repository-directory repository-directory
20577 Name of the directory to scan for repositories (represents
20578 @code{scan-path}).
20579
20580 Defaults to @samp{"/srv/git"}.
20581
20582 @end deftypevr
20583
20584 @deftypevr {@code{cgit-configuration} parameter} string section
20585 The name of the current repository section - all repositories defined
20586 after this option will inherit the current section name.
20587
20588 Defaults to @samp{""}.
20589
20590 @end deftypevr
20591
20592 @deftypevr {@code{cgit-configuration} parameter} string section-sort
20593 Flag which, when set to @samp{1}, will sort the sections on the
20594 repository listing by name.
20595
20596 Defaults to @samp{""}.
20597
20598 @end deftypevr
20599
20600 @deftypevr {@code{cgit-configuration} parameter} integer section-from-path
20601 A number which, if defined prior to repository-directory, specifies how
20602 many path elements from each repo path to use as a default section name.
20603
20604 Defaults to @samp{0}.
20605
20606 @end deftypevr
20607
20608 @deftypevr {@code{cgit-configuration} parameter} boolean side-by-side-diffs?
20609 If set to @samp{#t} shows side-by-side diffs instead of unidiffs per
20610 default.
20611
20612 Defaults to @samp{#f}.
20613
20614 @end deftypevr
20615
20616 @deftypevr {@code{cgit-configuration} parameter} file-object source-filter
20617 Specifies a command which will be invoked to format plaintext blobs in
20618 the tree view.
20619
20620 Defaults to @samp{""}.
20621
20622 @end deftypevr
20623
20624 @deftypevr {@code{cgit-configuration} parameter} integer summary-branches
20625 Specifies the number of branches to display in the repository "summary"
20626 view.
20627
20628 Defaults to @samp{10}.
20629
20630 @end deftypevr
20631
20632 @deftypevr {@code{cgit-configuration} parameter} integer summary-log
20633 Specifies the number of log entries to display in the repository
20634 "summary" view.
20635
20636 Defaults to @samp{10}.
20637
20638 @end deftypevr
20639
20640 @deftypevr {@code{cgit-configuration} parameter} integer summary-tags
20641 Specifies the number of tags to display in the repository "summary"
20642 view.
20643
20644 Defaults to @samp{10}.
20645
20646 @end deftypevr
20647
20648 @deftypevr {@code{cgit-configuration} parameter} string strict-export
20649 Filename which, if specified, needs to be present within the repository
20650 for cgit to allow access to that repository.
20651
20652 Defaults to @samp{""}.
20653
20654 @end deftypevr
20655
20656 @deftypevr {@code{cgit-configuration} parameter} string virtual-root
20657 URL which, if specified, will be used as root for all cgit links.
20658
20659 Defaults to @samp{"/"}.
20660
20661 @end deftypevr
20662
20663 @deftypevr {@code{cgit-configuration} parameter} repository-cgit-configuration-list repositories
20664 A list of @dfn{cgit-repo} records to use with config.
20665
20666 Defaults to @samp{()}.
20667
20668 Available @code{repository-cgit-configuration} fields are:
20669
20670 @deftypevr {@code{repository-cgit-configuration} parameter} repo-list snapshots
20671 A mask of snapshot formats for this repo that cgit generates links for,
20672 restricted by the global @code{snapshots} setting.
20673
20674 Defaults to @samp{()}.
20675
20676 @end deftypevr
20677
20678 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object source-filter
20679 Override the default @code{source-filter}.
20680
20681 Defaults to @samp{""}.
20682
20683 @end deftypevr
20684
20685 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string url
20686 The relative URL used to access the repository.
20687
20688 Defaults to @samp{""}.
20689
20690 @end deftypevr
20691
20692 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object about-filter
20693 Override the default @code{about-filter}.
20694
20695 Defaults to @samp{""}.
20696
20697 @end deftypevr
20698
20699 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string branch-sort
20700 Flag which, when set to @samp{age}, enables date ordering in the branch
20701 ref list, and when set to @samp{name} enables ordering by branch name.
20702
20703 Defaults to @samp{""}.
20704
20705 @end deftypevr
20706
20707 @deftypevr {@code{repository-cgit-configuration} parameter} repo-list clone-url
20708 A list of URLs which can be used to clone repo.
20709
20710 Defaults to @samp{()}.
20711
20712 @end deftypevr
20713
20714 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object commit-filter
20715 Override the default @code{commit-filter}.
20716
20717 Defaults to @samp{""}.
20718
20719 @end deftypevr
20720
20721 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string commit-sort
20722 Flag which, when set to @samp{date}, enables strict date ordering in the
20723 commit log, and when set to @samp{topo} enables strict topological
20724 ordering.
20725
20726 Defaults to @samp{""}.
20727
20728 @end deftypevr
20729
20730 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string defbranch
20731 The name of the default branch for this repository. If no such branch
20732 exists in the repository, the first branch name (when sorted) is used as
20733 default instead. By default branch pointed to by HEAD, or "master" if
20734 there is no suitable HEAD.
20735
20736 Defaults to @samp{""}.
20737
20738 @end deftypevr
20739
20740 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string desc
20741 The value to show as repository description.
20742
20743 Defaults to @samp{""}.
20744
20745 @end deftypevr
20746
20747 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string homepage
20748 The value to show as repository homepage.
20749
20750 Defaults to @samp{""}.
20751
20752 @end deftypevr
20753
20754 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object email-filter
20755 Override the default @code{email-filter}.
20756
20757 Defaults to @samp{""}.
20758
20759 @end deftypevr
20760
20761 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-commit-graph?
20762 A flag which can be used to disable the global setting
20763 @code{enable-commit-graph?}.
20764
20765 Defaults to @samp{disabled}.
20766
20767 @end deftypevr
20768
20769 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-filecount?
20770 A flag which can be used to disable the global setting
20771 @code{enable-log-filecount?}.
20772
20773 Defaults to @samp{disabled}.
20774
20775 @end deftypevr
20776
20777 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-linecount?
20778 A flag which can be used to disable the global setting
20779 @code{enable-log-linecount?}.
20780
20781 Defaults to @samp{disabled}.
20782
20783 @end deftypevr
20784
20785 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-remote-branches?
20786 Flag which, when set to @code{#t}, will make cgit display remote
20787 branches in the summary and refs views.
20788
20789 Defaults to @samp{disabled}.
20790
20791 @end deftypevr
20792
20793 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-subject-links?
20794 A flag which can be used to override the global setting
20795 @code{enable-subject-links?}.
20796
20797 Defaults to @samp{disabled}.
20798
20799 @end deftypevr
20800
20801 @deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-html-serving?
20802 A flag which can be used to override the global setting
20803 @code{enable-html-serving?}.
20804
20805 Defaults to @samp{disabled}.
20806
20807 @end deftypevr
20808
20809 @deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean hide?
20810 Flag which, when set to @code{#t}, hides the repository from the
20811 repository index.
20812
20813 Defaults to @samp{#f}.
20814
20815 @end deftypevr
20816
20817 @deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean ignore?
20818 Flag which, when set to @samp{#t}, ignores the repository.
20819
20820 Defaults to @samp{#f}.
20821
20822 @end deftypevr
20823
20824 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object logo
20825 URL which specifies the source of an image which will be used as a logo
20826 on this repo’s pages.
20827
20828 Defaults to @samp{""}.
20829
20830 @end deftypevr
20831
20832 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string logo-link
20833 URL loaded when clicking on the cgit logo image.
20834
20835 Defaults to @samp{""}.
20836
20837 @end deftypevr
20838
20839 @deftypevr {@code{repository-cgit-configuration} parameter} repo-file-object owner-filter
20840 Override the default @code{owner-filter}.
20841
20842 Defaults to @samp{""}.
20843
20844 @end deftypevr
20845
20846 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string module-link
20847 Text which will be used as the formatstring for a hyperlink when a
20848 submodule is printed in a directory listing. The arguments for the
20849 formatstring are the path and SHA1 of the submodule commit.
20850
20851 Defaults to @samp{""}.
20852
20853 @end deftypevr
20854
20855 @deftypevr {@code{repository-cgit-configuration} parameter} module-link-path module-link-path
20856 Text which will be used as the formatstring for a hyperlink when a
20857 submodule with the specified subdirectory path is printed in a directory
20858 listing.
20859
20860 Defaults to @samp{()}.
20861
20862 @end deftypevr
20863
20864 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string max-stats
20865 Override the default maximum statistics period.
20866
20867 Defaults to @samp{""}.
20868
20869 @end deftypevr
20870
20871 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string name
20872 The value to show as repository name.
20873
20874 Defaults to @samp{""}.
20875
20876 @end deftypevr
20877
20878 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string owner
20879 A value used to identify the owner of the repository.
20880
20881 Defaults to @samp{""}.
20882
20883 @end deftypevr
20884
20885 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string path
20886 An absolute path to the repository directory.
20887
20888 Defaults to @samp{""}.
20889
20890 @end deftypevr
20891
20892 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string readme
20893 A path (relative to repo) which specifies a file to include verbatim as
20894 the "About" page for this repo.
20895
20896 Defaults to @samp{""}.
20897
20898 @end deftypevr
20899
20900 @deftypevr {@code{repository-cgit-configuration} parameter} repo-string section
20901 The name of the current repository section - all repositories defined
20902 after this option will inherit the current section name.
20903
20904 Defaults to @samp{""}.
20905
20906 @end deftypevr
20907
20908 @deftypevr {@code{repository-cgit-configuration} parameter} repo-list extra-options
20909 Extra options will be appended to cgitrc file.
20910
20911 Defaults to @samp{()}.
20912
20913 @end deftypevr
20914
20915 @end deftypevr
20916
20917 @deftypevr {@code{cgit-configuration} parameter} list extra-options
20918 Extra options will be appended to cgitrc file.
20919
20920 Defaults to @samp{()}.
20921
20922 @end deftypevr
20923
20924
20925 @c %end of fragment
20926
20927 However, it could be that you just want to get a @code{cgitrc} up and
20928 running. In that case, you can pass an @code{opaque-cgit-configuration}
20929 as a record to @code{cgit-service-type}. As its name indicates, an
20930 opaque configuration does not have easy reflective capabilities.
20931
20932 Available @code{opaque-cgit-configuration} fields are:
20933
20934 @deftypevr {@code{opaque-cgit-configuration} parameter} package cgit
20935 The cgit package.
20936 @end deftypevr
20937
20938 @deftypevr {@code{opaque-cgit-configuration} parameter} string string
20939 The contents of the @code{cgitrc}, as a string.
20940 @end deftypevr
20941
20942 For example, if your @code{cgitrc} is just the empty string, you
20943 could instantiate a cgit service like this:
20944
20945 @example
20946 (service cgit-service-type
20947 (opaque-cgit-configuration
20948 (cgitrc "")))
20949 @end example
20950
20951
20952 @node Game Services
20953 @subsubsection Game Services
20954
20955 @subsubheading The Battle for Wesnoth Service
20956 @cindex wesnothd
20957 @uref{https://wesnoth.org, The Battle for Wesnoth} is a fantasy, turn
20958 based tactical strategy game, with several single player campaigns, and
20959 multiplayer games (both networked and local).
20960
20961 @defvar {Scheme Variable} wesnothd-service-type
20962 Service type for the wesnothd service. Its value must be a
20963 @code{wesnothd-configuration} object. To run wesnothd in the default
20964 configuration, instantiate it as:
20965
20966 @example
20967 (service wesnothd-service-type)
20968 @end example
20969 @end defvar
20970
20971 @deftp {Data Type} wesnothd-configuration
20972 Data type representing the configuration of @command{wesnothd}.
20973
20974 @table @asis
20975 @item @code{package} (default: @code{wesnoth-server})
20976 The wesnoth server package to use.
20977
20978 @item @code{port} (default: @code{15000})
20979 The port to bind the server to.
20980 @end table
20981 @end deftp
20982
20983 @node Miscellaneous Services
20984 @subsubsection Miscellaneous Services
20985
20986 @cindex fingerprint
20987 @subsubheading Fingerprint Service
20988
20989 The @code{(gnu services fingerprint)} module provides a DBus service to
20990 read and identify fingerprints via a fingerprint sensor.
20991
20992 @defvr {Scheme Variable} fprintd-service-type
20993 The service type for @command{fprintd}, which provides the fingerprint
20994 reading capability.
20995
20996 @example
20997 (service fprintd-service-type)
20998 @end example
20999 @end defvr
21000
21001 @cindex sysctl
21002 @subsubheading System Control Service
21003
21004 The @code{(gnu services sysctl)} provides a service to configure kernel
21005 parameters at boot.
21006
21007 @defvr {Scheme Variable} sysctl-service-type
21008 The service type for @command{sysctl}, which modifies kernel parameters
21009 under @file{/proc/sys/}. To enable IPv4 forwarding, it can be
21010 instantiated as:
21011
21012 @example
21013 (service sysctl-service-type
21014 (sysctl-configuration
21015 (settings '(("net.ipv4.ip_forward" . "1")))))
21016 @end example
21017 @end defvr
21018
21019 @deftp {Data Type} sysctl-configuration
21020 The data type representing the configuration of @command{sysctl}.
21021
21022 @table @asis
21023 @item @code{sysctl} (default: @code{(file-append procps "/sbin/sysctl"})
21024 The @command{sysctl} executable to use.
21025
21026 @item @code{settings} (default: @code{'()})
21027 An association list specifies kernel parameters and their values.
21028 @end table
21029 @end deftp
21030
21031 @cindex pcscd
21032 @subsubheading PC/SC Smart Card Daemon Service
21033
21034 The @code{(gnu services security-token)} module provides the following service
21035 to run @command{pcscd}, the PC/SC Smart Card Daemon. @command{pcscd} is the
21036 daemon program for pcsc-lite and the MuscleCard framework. It is a resource
21037 manager that coordinates communications with smart card readers, smart cards
21038 and cryptographic tokens that are connected to the system.
21039
21040 @defvr {Scheme Variable} pcscd-service-type
21041 Service type for the @command{pcscd} service. Its value must be a
21042 @code{pcscd-configuration} object. To run pcscd in the default
21043 configuration, instantiate it as:
21044
21045 @example
21046 (service pcscd-service-type)
21047 @end example
21048 @end defvr
21049
21050 @deftp {Data Type} pcscd-configuration
21051 The data type representing the configuration of @command{pcscd}.
21052
21053 @table @asis
21054 @item @code{pcsc-lite} (default: @code{pcsc-lite})
21055 The pcsc-lite package that provides pcscd.
21056 @item @code{usb-drivers} (default: @code{(list ccid)})
21057 List of packages that provide USB drivers to pcscd. Drivers are expected to be
21058 under @file{pcsc/drivers} in the store directory of the package.
21059 @end table
21060 @end deftp
21061
21062 @cindex lirc
21063 @subsubheading Lirc Service
21064
21065 The @code{(gnu services lirc)} module provides the following service.
21066
21067 @deffn {Scheme Procedure} lirc-service [#:lirc lirc] @
21068 [#:device #f] [#:driver #f] [#:config-file #f] @
21069 [#:extra-options '()]
21070 Return a service that runs @url{http://www.lirc.org,LIRC}, a daemon that
21071 decodes infrared signals from remote controls.
21072
21073 Optionally, @var{device}, @var{driver} and @var{config-file}
21074 (configuration file name) may be specified. See @command{lircd} manual
21075 for details.
21076
21077 Finally, @var{extra-options} is a list of additional command-line options
21078 passed to @command{lircd}.
21079 @end deffn
21080
21081 @cindex spice
21082 @subsubheading Spice Service
21083
21084 The @code{(gnu services spice)} module provides the following service.
21085
21086 @deffn {Scheme Procedure} spice-vdagent-service [#:spice-vdagent]
21087 Returns a service that runs @url{http://www.spice-space.org,VDAGENT}, a daemon
21088 that enables sharing the clipboard with a vm and setting the guest display
21089 resolution when the graphical console window resizes.
21090 @end deffn
21091
21092 @subsubsection Dictionary Services
21093 @cindex dictionary
21094 The @code{(gnu services dict)} module provides the following service:
21095
21096 @deffn {Scheme Procedure} dicod-service [#:config (dicod-configuration)]
21097 Return a service that runs the @command{dicod} daemon, an implementation
21098 of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual}).
21099
21100 The optional @var{config} argument specifies the configuration for
21101 @command{dicod}, which should be a @code{<dicod-configuration>} object, by
21102 default it serves the GNU Collaborative International Dictonary of English.
21103
21104 You can add @command{open localhost} to your @file{~/.dico} file to make
21105 @code{localhost} the default server for @command{dico} client
21106 (@pxref{Initialization File,,, dico, GNU Dico Manual}).
21107 @end deffn
21108
21109 @deftp {Data Type} dicod-configuration
21110 Data type representing the configuration of dicod.
21111
21112 @table @asis
21113 @item @code{dico} (default: @var{dico})
21114 Package object of the GNU Dico dictionary server.
21115
21116 @item @code{interfaces} (default: @var{'("localhost")})
21117 This is the list of IP addresses and ports and possibly socket file
21118 names to listen to (@pxref{Server Settings, @code{listen} directive,,
21119 dico, GNU Dico Manual}).
21120
21121 @item @code{handlers} (default: @var{'()})
21122 List of @code{<dicod-handler>} objects denoting handlers (module instances).
21123
21124 @item @code{databases} (default: @var{(list %dicod-database:gcide)})
21125 List of @code{<dicod-database>} objects denoting dictionaries to be served.
21126 @end table
21127 @end deftp
21128
21129 @deftp {Data Type} dicod-handler
21130 Data type representing a dictionary handler (module instance).
21131
21132 @table @asis
21133 @item @code{name}
21134 Name of the handler (module instance).
21135
21136 @item @code{module} (default: @var{#f})
21137 Name of the dicod module of the handler (instance). If it is @code{#f},
21138 the module has the same name as the handler.
21139 (@pxref{Modules,,, dico, GNU Dico Manual}).
21140
21141 @item @code{options}
21142 List of strings or gexps representing the arguments for the module handler
21143 @end table
21144 @end deftp
21145
21146 @deftp {Data Type} dicod-database
21147 Data type representing a dictionary database.
21148
21149 @table @asis
21150 @item @code{name}
21151 Name of the database, will be used in DICT commands.
21152
21153 @item @code{handler}
21154 Name of the dicod handler (module instance) used by this database
21155 (@pxref{Handlers,,, dico, GNU Dico Manual}).
21156
21157 @item @code{complex?} (default: @var{#f})
21158 Whether the database configuration complex. The complex configuration
21159 will need a corresponding @code{<dicod-handler>} object, otherwise not.
21160
21161 @item @code{options}
21162 List of strings or gexps representing the arguments for the database
21163 (@pxref{Databases,,, dico, GNU Dico Manual}).
21164 @end table
21165 @end deftp
21166
21167 @defvr {Scheme Variable} %dicod-database:gcide
21168 A @code{<dicod-database>} object serving the GNU Collaborative International
21169 Dictionary of English using the @code{gcide} package.
21170 @end defvr
21171
21172 The following is an example @code{dicod-service} configuration.
21173
21174 @example
21175 (dicod-service #:config
21176 (dicod-configuration
21177 (handlers (list (dicod-handler
21178 (name "wordnet")
21179 (module "dictorg")
21180 (options
21181 (list #~(string-append "dbdir=" #$wordnet))))))
21182 (databases (list (dicod-database
21183 (name "wordnet")
21184 (complex? #t)
21185 (handler "wordnet")
21186 (options '("database=wn")))
21187 %dicod-database:gcide))))
21188 @end example
21189
21190 @node Setuid Programs
21191 @subsection Setuid Programs
21192
21193 @cindex setuid programs
21194 Some programs need to run with ``root'' privileges, even when they are
21195 launched by unprivileged users. A notorious example is the
21196 @command{passwd} program, which users can run to change their
21197 password, and which needs to access the @file{/etc/passwd} and
21198 @file{/etc/shadow} files---something normally restricted to root, for
21199 obvious security reasons. To address that, these executables are
21200 @dfn{setuid-root}, meaning that they always run with root privileges
21201 (@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual},
21202 for more info about the setuid mechanism.)
21203
21204 The store itself @emph{cannot} contain setuid programs: that would be a
21205 security issue since any user on the system can write derivations that
21206 populate the store (@pxref{The Store}). Thus, a different mechanism is
21207 used: instead of changing the setuid bit directly on files that are in
21208 the store, we let the system administrator @emph{declare} which programs
21209 should be setuid root.
21210
21211 The @code{setuid-programs} field of an @code{operating-system}
21212 declaration contains a list of G-expressions denoting the names of
21213 programs to be setuid-root (@pxref{Using the Configuration System}).
21214 For instance, the @command{passwd} program, which is part of the Shadow
21215 package, can be designated by this G-expression (@pxref{G-Expressions}):
21216
21217 @example
21218 #~(string-append #$shadow "/bin/passwd")
21219 @end example
21220
21221 A default set of setuid programs is defined by the
21222 @code{%setuid-programs} variable of the @code{(gnu system)} module.
21223
21224 @defvr {Scheme Variable} %setuid-programs
21225 A list of G-expressions denoting common programs that are setuid-root.
21226
21227 The list includes commands such as @command{passwd}, @command{ping},
21228 @command{su}, and @command{sudo}.
21229 @end defvr
21230
21231 Under the hood, the actual setuid programs are created in the
21232 @file{/run/setuid-programs} directory at system activation time. The
21233 files in this directory refer to the ``real'' binaries, which are in the
21234 store.
21235
21236 @node X.509 Certificates
21237 @subsection X.509 Certificates
21238
21239 @cindex HTTPS, certificates
21240 @cindex X.509 certificates
21241 @cindex TLS
21242 Web servers available over HTTPS (that is, HTTP over the transport-layer
21243 security mechanism, TLS) send client programs an @dfn{X.509 certificate}
21244 that the client can then use to @emph{authenticate} the server. To do
21245 that, clients verify that the server's certificate is signed by a
21246 so-called @dfn{certificate authority} (CA). But to verify the CA's
21247 signature, clients must have first acquired the CA's certificate.
21248
21249 Web browsers such as GNU@tie{}IceCat include their own set of CA
21250 certificates, such that they are able to verify CA signatures
21251 out-of-the-box.
21252
21253 However, most other programs that can talk HTTPS---@command{wget},
21254 @command{git}, @command{w3m}, etc.---need to be told where CA
21255 certificates can be found.
21256
21257 @cindex @code{nss-certs}
21258 In GuixSD, this is done by adding a package that provides certificates
21259 to the @code{packages} field of the @code{operating-system} declaration
21260 (@pxref{operating-system Reference}). GuixSD includes one such package,
21261 @code{nss-certs}, which is a set of CA certificates provided as part of
21262 Mozilla's Network Security Services.
21263
21264 Note that it is @emph{not} part of @var{%base-packages}, so you need to
21265 explicitly add it. The @file{/etc/ssl/certs} directory, which is where
21266 most applications and libraries look for certificates by default, points
21267 to the certificates installed globally.
21268
21269 Unprivileged users, including users of Guix on a foreign distro,
21270 can also install their own certificate package in
21271 their profile. A number of environment variables need to be defined so
21272 that applications and libraries know where to find them. Namely, the
21273 OpenSSL library honors the @code{SSL_CERT_DIR} and @code{SSL_CERT_FILE}
21274 variables. Some applications add their own environment variables; for
21275 instance, the Git version control system honors the certificate bundle
21276 pointed to by the @code{GIT_SSL_CAINFO} environment variable. Thus, you
21277 would typically run something like:
21278
21279 @example
21280 $ guix package -i nss-certs
21281 $ export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
21282 $ export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
21283 $ export GIT_SSL_CAINFO="$SSL_CERT_FILE"
21284 @end example
21285
21286 As another example, R requires the @code{CURL_CA_BUNDLE} environment
21287 variable to point to a certificate bundle, so you would have to run
21288 something like this:
21289
21290 @example
21291 $ guix package -i nss-certs
21292 $ export CURL_CA_BUNDLE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
21293 @end example
21294
21295 For other applications you may want to look up the required environment
21296 variable in the relevant documentation.
21297
21298
21299 @node Name Service Switch
21300 @subsection Name Service Switch
21301
21302 @cindex name service switch
21303 @cindex NSS
21304 The @code{(gnu system nss)} module provides bindings to the
21305 configuration file of the libc @dfn{name service switch} or @dfn{NSS}
21306 (@pxref{NSS Configuration File,,, libc, The GNU C Library Reference
21307 Manual}). In a nutshell, the NSS is a mechanism that allows libc to be
21308 extended with new ``name'' lookup methods for system databases, which
21309 includes host names, service names, user accounts, and more (@pxref{Name
21310 Service Switch, System Databases and Name Service Switch,, libc, The GNU
21311 C Library Reference Manual}).
21312
21313 The NSS configuration specifies, for each system database, which lookup
21314 method is to be used, and how the various methods are chained
21315 together---for instance, under which circumstances NSS should try the
21316 next method in the list. The NSS configuration is given in the
21317 @code{name-service-switch} field of @code{operating-system} declarations
21318 (@pxref{operating-system Reference, @code{name-service-switch}}).
21319
21320 @cindex nss-mdns
21321 @cindex .local, host name lookup
21322 As an example, the declaration below configures the NSS to use the
21323 @uref{http://0pointer.de/lennart/projects/nss-mdns/, @code{nss-mdns}
21324 back-end}, which supports host name lookups over multicast DNS (mDNS)
21325 for host names ending in @code{.local}:
21326
21327 @example
21328 (name-service-switch
21329 (hosts (list %files ;first, check /etc/hosts
21330
21331 ;; If the above did not succeed, try
21332 ;; with 'mdns_minimal'.
21333 (name-service
21334 (name "mdns_minimal")
21335
21336 ;; 'mdns_minimal' is authoritative for
21337 ;; '.local'. When it returns "not found",
21338 ;; no need to try the next methods.
21339 (reaction (lookup-specification
21340 (not-found => return))))
21341
21342 ;; Then fall back to DNS.
21343 (name-service
21344 (name "dns"))
21345
21346 ;; Finally, try with the "full" 'mdns'.
21347 (name-service
21348 (name "mdns")))))
21349 @end example
21350
21351 Do not worry: the @code{%mdns-host-lookup-nss} variable (see below)
21352 contains this configuration, so you will not have to type it if all you
21353 want is to have @code{.local} host lookup working.
21354
21355 Note that, in this case, in addition to setting the
21356 @code{name-service-switch} of the @code{operating-system} declaration,
21357 you also need to use @code{avahi-service} (@pxref{Networking Services,
21358 @code{avahi-service}}), or @var{%desktop-services}, which includes it
21359 (@pxref{Desktop Services}). Doing this makes @code{nss-mdns} accessible
21360 to the name service cache daemon (@pxref{Base Services,
21361 @code{nscd-service}}).
21362
21363 For convenience, the following variables provide typical NSS
21364 configurations.
21365
21366 @defvr {Scheme Variable} %default-nss
21367 This is the default name service switch configuration, a
21368 @code{name-service-switch} object.
21369 @end defvr
21370
21371 @defvr {Scheme Variable} %mdns-host-lookup-nss
21372 This is the name service switch configuration with support for host name
21373 lookup over multicast DNS (mDNS) for host names ending in @code{.local}.
21374 @end defvr
21375
21376 The reference for name service switch configuration is given below. It
21377 is a direct mapping of the configuration file format of the C library , so
21378 please refer to the C library manual for more information (@pxref{NSS
21379 Configuration File,,, libc, The GNU C Library Reference Manual}).
21380 Compared to the configuration file format of libc NSS, it has the advantage
21381 not only of adding this warm parenthetic feel that we like, but also
21382 static checks: you will know about syntax errors and typos as soon as you
21383 run @command{guix system}.
21384
21385 @deftp {Data Type} name-service-switch
21386
21387 This is the data type representation the configuration of libc's name
21388 service switch (NSS). Each field below represents one of the supported
21389 system databases.
21390
21391 @table @code
21392 @item aliases
21393 @itemx ethers
21394 @itemx group
21395 @itemx gshadow
21396 @itemx hosts
21397 @itemx initgroups
21398 @itemx netgroup
21399 @itemx networks
21400 @itemx password
21401 @itemx public-key
21402 @itemx rpc
21403 @itemx services
21404 @itemx shadow
21405 The system databases handled by the NSS. Each of these fields must be a
21406 list of @code{<name-service>} objects (see below).
21407 @end table
21408 @end deftp
21409
21410 @deftp {Data Type} name-service
21411
21412 This is the data type representing an actual name service and the
21413 associated lookup action.
21414
21415 @table @code
21416 @item name
21417 A string denoting the name service (@pxref{Services in the NSS
21418 configuration,,, libc, The GNU C Library Reference Manual}).
21419
21420 Note that name services listed here must be visible to nscd. This is
21421 achieved by passing the @code{#:name-services} argument to
21422 @code{nscd-service} the list of packages providing the needed name
21423 services (@pxref{Base Services, @code{nscd-service}}).
21424
21425 @item reaction
21426 An action specified using the @code{lookup-specification} macro
21427 (@pxref{Actions in the NSS configuration,,, libc, The GNU C Library
21428 Reference Manual}). For example:
21429
21430 @example
21431 (lookup-specification (unavailable => continue)
21432 (success => return))
21433 @end example
21434 @end table
21435 @end deftp
21436
21437 @node Initial RAM Disk
21438 @subsection Initial RAM Disk
21439
21440 @cindex initrd
21441 @cindex initial RAM disk
21442 For bootstrapping purposes, the Linux-Libre kernel is passed an
21443 @dfn{initial RAM disk}, or @dfn{initrd}. An initrd contains a temporary
21444 root file system as well as an initialization script. The latter is
21445 responsible for mounting the real root file system, and for loading any
21446 kernel modules that may be needed to achieve that.
21447
21448 The @code{initrd-modules} field of an @code{operating-system}
21449 declaration allows you to specify Linux-libre kernel modules that must
21450 be available in the initrd. In particular, this is where you would list
21451 modules needed to actually drive the hard disk where your root partition
21452 is---although the default value of @code{initrd-modules} should cover
21453 most use cases. For example, assuming you need the @code{megaraid_sas}
21454 module in addition to the default modules to be able to access your root
21455 file system, you would write:
21456
21457 @example
21458 (operating-system
21459 ;; @dots{}
21460 (initrd-modules (cons "megaraid_sas" %base-initrd-modules)))
21461 @end example
21462
21463 @defvr {Scheme Variable} %base-initrd-modules
21464 This is the list of kernel modules included in the initrd by default.
21465 @end defvr
21466
21467 Furthermore, if you need lower-level customization, the @code{initrd}
21468 field of an @code{operating-system} declaration allows
21469 you to specify which initrd you would like to use. The @code{(gnu
21470 system linux-initrd)} module provides three ways to build an initrd: the
21471 high-level @code{base-initrd} procedure and the low-level
21472 @code{raw-initrd} and @code{expression->initrd} procedures.
21473
21474 The @code{base-initrd} procedure is intended to cover most common uses.
21475 For example, if you want to add a bunch of kernel modules to be loaded
21476 at boot time, you can define the @code{initrd} field of the operating
21477 system declaration like this:
21478
21479 @example
21480 (initrd (lambda (file-systems . rest)
21481 ;; Create a standard initrd but set up networking
21482 ;; with the parameters QEMU expects by default.
21483 (apply base-initrd file-systems
21484 #:qemu-networking? #t
21485 rest)))
21486 @end example
21487
21488 The @code{base-initrd} procedure also handles common use cases that
21489 involves using the system as a QEMU guest, or as a ``live'' system with
21490 volatile root file system.
21491
21492 The @code{base-initrd} procedure is built from @code{raw-initrd} procedure.
21493 Unlike @code{base-initrd}, @code{raw-initrd} doesn't do anything high-level,
21494 such as trying to guess which kernel modules and packages should be included
21495 to the initrd. An example use of @code{raw-initrd} is when a user has
21496 a custom Linux kernel configuration and default kernel modules included by
21497 @code{base-initrd} are not available.
21498
21499 The initial RAM disk produced by @code{base-initrd} or @code{raw-initrd}
21500 honors several options passed on the Linux kernel command line
21501 (that is, arguments passed @i{via} the @code{linux} command of GRUB, or the
21502 @code{-append} option of QEMU), notably:
21503
21504 @table @code
21505 @item --load=@var{boot}
21506 Tell the initial RAM disk to load @var{boot}, a file containing a Scheme
21507 program, once it has mounted the root file system.
21508
21509 GuixSD uses this option to yield control to a boot program that runs the
21510 service activation programs and then spawns the GNU@tie{}Shepherd, the
21511 initialization system.
21512
21513 @item --root=@var{root}
21514 Mount @var{root} as the root file system. @var{root} can be a
21515 device name like @code{/dev/sda1}, a file system label, or a file system
21516 UUID.
21517
21518 @item --system=@var{system}
21519 Have @file{/run/booted-system} and @file{/run/current-system} point to
21520 @var{system}.
21521
21522 @item modprobe.blacklist=@var{modules}@dots{}
21523 @cindex module, black-listing
21524 @cindex black list, of kernel modules
21525 Instruct the initial RAM disk as well as the @command{modprobe} command
21526 (from the kmod package) to refuse to load @var{modules}. @var{modules}
21527 must be a comma-separated list of module names---e.g.,
21528 @code{usbkbd,9pnet}.
21529
21530 @item --repl
21531 Start a read-eval-print loop (REPL) from the initial RAM disk before it
21532 tries to load kernel modules and to mount the root file system. Our
21533 marketing team calls it @dfn{boot-to-Guile}. The Schemer in you will
21534 love it. @xref{Using Guile Interactively,,, guile, GNU Guile Reference
21535 Manual}, for more information on Guile's REPL.
21536
21537 @end table
21538
21539 Now that you know all the features that initial RAM disks produced by
21540 @code{base-initrd} and @code{raw-initrd} provide,
21541 here is how to use it and customize it further.
21542
21543 @cindex initrd
21544 @cindex initial RAM disk
21545 @deffn {Monadic Procedure} raw-initrd @var{file-systems} @
21546 [#:linux-modules '()] [#:mapped-devices '()] @
21547 [#:helper-packages '()] [#:qemu-networking? #f] [#:volatile-root? #f]
21548 Return a monadic derivation that builds a raw initrd. @var{file-systems} is
21549 a list of file systems to be mounted by the initrd, possibly in addition to
21550 the root file system specified on the kernel command line via @code{--root}.
21551 @var{linux-modules} is a list of kernel modules to be loaded at boot time.
21552 @var{mapped-devices} is a list of device mappings to realize before
21553 @var{file-systems} are mounted (@pxref{Mapped Devices}).
21554 @var{helper-packages} is a list of packages to be copied in the initrd. It may
21555 include @code{e2fsck/static} or other packages needed by the initrd to check
21556 the root file system.
21557
21558 When @var{qemu-networking?} is true, set up networking with the standard QEMU
21559 parameters. When @var{virtio?} is true, load additional modules so that the
21560 initrd can be used as a QEMU guest with para-virtualized I/O drivers.
21561
21562 When @var{volatile-root?} is true, the root file system is writable but any changes
21563 to it are lost.
21564 @end deffn
21565
21566 @deffn {Monadic Procedure} base-initrd @var{file-systems} @
21567 [#:mapped-devices '()] [#:qemu-networking? #f] [#:volatile-root? #f]@
21568 [#:linux-modules '()]
21569 Return a monadic derivation that builds a generic initrd, with kernel
21570 modules taken from @var{linux}. @var{file-systems} is a list of file-systems to be
21571 mounted by the initrd, possibly in addition to the root file system specified
21572 on the kernel command line via @code{--root}. @var{mapped-devices} is a list of device
21573 mappings to realize before @var{file-systems} are mounted.
21574
21575 @var{qemu-networking?} and @var{volatile-root?} behaves as in @code{raw-initrd}.
21576
21577 The initrd is automatically populated with all the kernel modules necessary
21578 for @var{file-systems} and for the given options. Additional kernel
21579 modules can be listed in @var{linux-modules}. They will be added to the initrd, and
21580 loaded at boot time in the order in which they appear.
21581 @end deffn
21582
21583 Needless to say, the initrds we produce and use embed a
21584 statically-linked Guile, and the initialization program is a Guile
21585 program. That gives a lot of flexibility. The
21586 @code{expression->initrd} procedure builds such an initrd, given the
21587 program to run in that initrd.
21588
21589 @deffn {Monadic Procedure} expression->initrd @var{exp} @
21590 [#:guile %guile-static-stripped] [#:name "guile-initrd"]
21591 Return a derivation that builds a Linux initrd (a gzipped cpio archive)
21592 containing @var{guile} and that evaluates @var{exp}, a G-expression,
21593 upon booting. All the derivations referenced by @var{exp} are
21594 automatically copied to the initrd.
21595 @end deffn
21596
21597 @node Bootloader Configuration
21598 @subsection Bootloader Configuration
21599
21600 @cindex bootloader
21601 @cindex boot loader
21602
21603 The operating system supports multiple bootloaders. The bootloader is
21604 configured using @code{bootloader-configuration} declaration. All the
21605 fields of this structure are bootloader agnostic except for one field,
21606 @code{bootloader} that indicates the bootloader to be configured and
21607 installed.
21608
21609 Some of the bootloaders do not honor every field of
21610 @code{bootloader-configuration}. For instance, the extlinux
21611 bootloader does not support themes and thus ignores the @code{theme}
21612 field.
21613
21614 @deftp {Data Type} bootloader-configuration
21615 The type of a bootloader configuration declaration.
21616
21617 @table @asis
21618
21619 @item @code{bootloader}
21620 @cindex EFI, bootloader
21621 @cindex UEFI, bootloader
21622 @cindex BIOS, bootloader
21623 The bootloader to use, as a @code{bootloader} object. For now
21624 @code{grub-bootloader}, @code{grub-efi-bootloader},
21625 @code{extlinux-bootloader} and @code{u-boot-bootloader} are supported.
21626
21627 @vindex grub-efi-bootloader
21628 @code{grub-efi-bootloader} allows to boot on modern systems using the
21629 @dfn{Unified Extensible Firmware Interface} (UEFI). This is what you should
21630 use if the installation image contains a @file{/sys/firmware/efi} directory
21631 when you boot it on your system.
21632
21633 @vindex grub-bootloader
21634 @code{grub-bootloader} allows you to boot in particular Intel-based machines
21635 in ``legacy'' BIOS mode.
21636
21637 @cindex ARM, bootloaders
21638 @cindex AArch64, bootloaders
21639 Available bootloaders are described in @code{(gnu bootloader @dots{})}
21640 modules. In particular, @code{(gnu bootloader u-boot)} contains definitions
21641 of bootloaders for a wide range of ARM and AArch64 systems, using the
21642 @uref{http://www.denx.de/wiki/U-Boot/, U-Boot bootloader}.
21643
21644 @item @code{target}
21645 This is a string denoting the target onto which to install the
21646 bootloader.
21647
21648 The interpretation depends on the bootloader in question. For
21649 @code{grub-bootloader}, for example, it should be a device name understood by
21650 the bootloader @command{installer} command, such as @code{/dev/sda} or
21651 @code{(hd0)} (@pxref{Invoking grub-install,,, grub, GNU GRUB Manual}). For
21652 @code{grub-efi-bootloader}, it should be the mount point of the EFI file
21653 system, usually @file{/boot/efi}.
21654
21655 @item @code{menu-entries} (default: @code{()})
21656 A possibly empty list of @code{menu-entry} objects (see below), denoting
21657 entries to appear in the bootloader menu, in addition to the current
21658 system entry and the entry pointing to previous system generations.
21659
21660 @item @code{default-entry} (default: @code{0})
21661 The index of the default boot menu entry. Index 0 is for the entry of the
21662 current system.
21663
21664 @item @code{timeout} (default: @code{5})
21665 The number of seconds to wait for keyboard input before booting. Set to
21666 0 to boot immediately, and to -1 to wait indefinitely.
21667
21668 @item @code{theme} (default: @var{#f})
21669 The bootloader theme object describing the theme to use. If no theme
21670 is provided, some bootloaders might use a default theme, that's true
21671 for GRUB.
21672
21673 @item @code{terminal-outputs} (default: @code{'gfxterm})
21674 The output terminals used for the bootloader boot menu, as a list of
21675 symbols. GRUB accepts the values: @code{console}, @code{serial},
21676 @code{serial_@{0-3@}}, @code{gfxterm}, @code{vga_text},
21677 @code{mda_text}, @code{morse}, and @code{pkmodem}. This field
21678 corresponds to the GRUB variable @code{GRUB_TERMINAL_OUTPUT} (@pxref{Simple
21679 configuration,,, grub,GNU GRUB manual}).
21680
21681 @item @code{terminal-inputs} (default: @code{'()})
21682 The input terminals used for the bootloader boot menu, as a list of
21683 symbols. For GRUB, the default is the native platform terminal as
21684 determined at run-time. GRUB accepts the values: @code{console},
21685 @code{serial}, @code{serial_@{0-3@}}, @code{at_keyboard}, and
21686 @code{usb_keyboard}. This field corresponds to the GRUB variable
21687 @code{GRUB_TERMINAL_INPUT} (@pxref{Simple configuration,,, grub,GNU GRUB
21688 manual}).
21689
21690 @item @code{serial-unit} (default: @code{#f})
21691 The serial unit used by the bootloader, as an integer from 0 to 3.
21692 For GRUB, it is chosen at run-time; currently GRUB chooses 0, which
21693 corresponds to COM1 (@pxref{Serial terminal,,, grub,GNU GRUB manual}).
21694
21695 @item @code{serial-speed} (default: @code{#f})
21696 The speed of the serial interface, as an integer. For GRUB, the
21697 default value is chosen at run-time; currently GRUB chooses
21698 9600@tie{}bps (@pxref{Serial terminal,,, grub,GNU GRUB manual}).
21699 @end table
21700
21701 @end deftp
21702
21703 @cindex dual boot
21704 @cindex boot menu
21705 Should you want to list additional boot menu entries @i{via} the
21706 @code{menu-entries} field above, you will need to create them with the
21707 @code{menu-entry} form. For example, imagine you want to be able to
21708 boot another distro (hard to imagine!), you can define a menu entry
21709 along these lines:
21710
21711 @example
21712 (menu-entry
21713 (label "The Other Distro")
21714 (linux "/boot/old/vmlinux-2.6.32")
21715 (linux-arguments '("root=/dev/sda2"))
21716 (initrd "/boot/old/initrd"))
21717 @end example
21718
21719 Details below.
21720
21721 @deftp {Data Type} menu-entry
21722 The type of an entry in the bootloader menu.
21723
21724 @table @asis
21725
21726 @item @code{label}
21727 The label to show in the menu---e.g., @code{"GNU"}.
21728
21729 @item @code{linux}
21730 The Linux kernel image to boot, for example:
21731
21732 @example
21733 (file-append linux-libre "/bzImage")
21734 @end example
21735
21736 For GRUB, it is also possible to specify a device explicitly in the
21737 file path using GRUB's device naming convention (@pxref{Naming
21738 convention,,, grub, GNU GRUB manual}), for example:
21739
21740 @example
21741 "(hd0,msdos1)/boot/vmlinuz"
21742 @end example
21743
21744 If the device is specified explicitly as above, then the @code{device}
21745 field is ignored entirely.
21746
21747 @item @code{linux-arguments} (default: @code{()})
21748 The list of extra Linux kernel command-line arguments---e.g.,
21749 @code{("console=ttyS0")}.
21750
21751 @item @code{initrd}
21752 A G-Expression or string denoting the file name of the initial RAM disk
21753 to use (@pxref{G-Expressions}).
21754 @item @code{device} (default: @code{#f})
21755 The device where the kernel and initrd are to be found---i.e., for GRUB,
21756 @dfn{root} for this menu entry (@pxref{root,,, grub, GNU GRUB manual}).
21757
21758 This may be a file system label (a string), a file system UUID (a
21759 bytevector, @pxref{File Systems}), or @code{#f}, in which case
21760 the bootloader will search the device containing the file specified by
21761 the @code{linux} field (@pxref{search,,, grub, GNU GRUB manual}). It
21762 must @emph{not} be an OS device name such as @file{/dev/sda1}.
21763
21764 @end table
21765 @end deftp
21766
21767 @c FIXME: Write documentation once it's stable.
21768 Fow now only GRUB has theme support. GRUB themes are created using
21769 the @code{grub-theme} form, which is not documented yet.
21770
21771 @defvr {Scheme Variable} %default-theme
21772 This is the default GRUB theme used by the operating system if no
21773 @code{theme} field is specified in @code{bootloader-configuration}
21774 record.
21775
21776 It comes with a fancy background image displaying the GNU and Guix
21777 logos.
21778 @end defvr
21779
21780
21781 @node Invoking guix system
21782 @subsection Invoking @code{guix system}
21783
21784 Once you have written an operating system declaration as seen in the
21785 previous section, it can be @dfn{instantiated} using the @command{guix
21786 system} command. The synopsis is:
21787
21788 @example
21789 guix system @var{options}@dots{} @var{action} @var{file}
21790 @end example
21791
21792 @var{file} must be the name of a file containing an
21793 @code{operating-system} declaration. @var{action} specifies how the
21794 operating system is instantiated. Currently the following values are
21795 supported:
21796
21797 @table @code
21798 @item search
21799 Display available service type definitions that match the given regular
21800 expressions, sorted by relevance:
21801
21802 @example
21803 $ guix system search console font
21804 name: console-fonts
21805 location: gnu/services/base.scm:729:2
21806 extends: shepherd-root
21807 description: Install the given fonts on the specified ttys (fonts are
21808 + per virtual console on GNU/Linux). The value of this service is a list
21809 + of tty/font pairs like:
21810 +
21811 + '(("tty1" . "LatGrkCyr-8x16"))
21812 relevance: 20
21813
21814 name: mingetty
21815 location: gnu/services/base.scm:1048:2
21816 extends: shepherd-root
21817 description: Provide console login using the `mingetty' program.
21818 relevance: 2
21819
21820 name: login
21821 location: gnu/services/base.scm:775:2
21822 extends: pam
21823 description: Provide a console log-in service as specified by its
21824 + configuration value, a `login-configuration' object.
21825 relevance: 2
21826
21827 @dots{}
21828 @end example
21829
21830 As for @command{guix package --search}, the result is written in
21831 @code{recutils} format, which makes it easy to filter the output
21832 (@pxref{Top, GNU recutils databases,, recutils, GNU recutils manual}).
21833
21834 @item reconfigure
21835 Build the operating system described in @var{file}, activate it, and
21836 switch to it@footnote{This action (and the related actions
21837 @code{switch-generation} and @code{roll-back}) are usable only on
21838 systems already running GuixSD.}.
21839
21840 This effects all the configuration specified in @var{file}: user
21841 accounts, system services, global package list, setuid programs, etc.
21842 The command starts system services specified in @var{file} that are not
21843 currently running; if a service is currently running, it does not
21844 attempt to upgrade it since this would not be possible without stopping it
21845 first.
21846
21847 This command creates a new generation whose number is one greater than
21848 the current generation (as reported by @command{guix system
21849 list-generations}). If that generation already exists, it will be
21850 overwritten. This behavior mirrors that of @command{guix package}
21851 (@pxref{Invoking guix package}).
21852
21853 It also adds a bootloader menu entry for the new OS configuration,
21854 ---unless @option{--no-bootloader} is passed. For GRUB, it moves
21855 entries for older configurations to a submenu, allowing you to choose
21856 an older system generation at boot time should you need it.
21857
21858 @quotation Note
21859 @c The paragraph below refers to the problem discussed at
21860 @c <http://lists.gnu.org/archive/html/guix-devel/2014-08/msg00057.html>.
21861 It is highly recommended to run @command{guix pull} once before you run
21862 @command{guix system reconfigure} for the first time (@pxref{Invoking
21863 guix pull}). Failing to do that you would see an older version of Guix
21864 once @command{reconfigure} has completed.
21865 @end quotation
21866
21867 @item switch-generation
21868 @cindex generations
21869 Switch to an existing system generation. This action atomically
21870 switches the system profile to the specified system generation. It
21871 also rearranges the system's existing bootloader menu entries. It
21872 makes the menu entry for the specified system generation the default,
21873 and it moves the entries for the other generatiors to a submenu, if
21874 supported by the bootloader being used. The next time the system
21875 boots, it will use the specified system generation.
21876
21877 The bootloader itself is not being reinstalled when using this
21878 command. Thus, the installed bootloader is used with an updated
21879 configuration file.
21880
21881 The target generation can be specified explicitly by its generation
21882 number. For example, the following invocation would switch to system
21883 generation 7:
21884
21885 @example
21886 guix system switch-generation 7
21887 @end example
21888
21889 The target generation can also be specified relative to the current
21890 generation with the form @code{+N} or @code{-N}, where @code{+3} means
21891 ``3 generations ahead of the current generation,'' and @code{-1} means
21892 ``1 generation prior to the current generation.'' When specifying a
21893 negative value such as @code{-1}, you must precede it with @code{--} to
21894 prevent it from being parsed as an option. For example:
21895
21896 @example
21897 guix system switch-generation -- -1
21898 @end example
21899
21900 Currently, the effect of invoking this action is @emph{only} to switch
21901 the system profile to an existing generation and rearrange the
21902 bootloader menu entries. To actually start using the target system
21903 generation, you must reboot after running this action. In the future,
21904 it will be updated to do the same things as @command{reconfigure},
21905 like activating and deactivating services.
21906
21907 This action will fail if the specified generation does not exist.
21908
21909 @item roll-back
21910 @cindex rolling back
21911 Switch to the preceding system generation. The next time the system
21912 boots, it will use the preceding system generation. This is the inverse
21913 of @command{reconfigure}, and it is exactly the same as invoking
21914 @command{switch-generation} with an argument of @code{-1}.
21915
21916 Currently, as with @command{switch-generation}, you must reboot after
21917 running this action to actually start using the preceding system
21918 generation.
21919
21920 @item build
21921 Build the derivation of the operating system, which includes all the
21922 configuration files and programs needed to boot and run the system.
21923 This action does not actually install anything.
21924
21925 @item init
21926 Populate the given directory with all the files necessary to run the
21927 operating system specified in @var{file}. This is useful for first-time
21928 installations of GuixSD. For instance:
21929
21930 @example
21931 guix system init my-os-config.scm /mnt
21932 @end example
21933
21934 copies to @file{/mnt} all the store items required by the configuration
21935 specified in @file{my-os-config.scm}. This includes configuration
21936 files, packages, and so on. It also creates other essential files
21937 needed for the system to operate correctly---e.g., the @file{/etc},
21938 @file{/var}, and @file{/run} directories, and the @file{/bin/sh} file.
21939
21940 This command also installs bootloader on the target specified in
21941 @file{my-os-config}, unless the @option{--no-bootloader} option was
21942 passed.
21943
21944 @item vm
21945 @cindex virtual machine
21946 @cindex VM
21947 @anchor{guix system vm}
21948 Build a virtual machine that contains the operating system declared in
21949 @var{file}, and return a script to run that virtual machine (VM).
21950 Arguments given to the script are passed to QEMU as in the example
21951 below, which enables networking and requests 1@tie{}GiB of RAM for the
21952 emulated machine:
21953
21954 @example
21955 $ /gnu/store/@dots{}-run-vm.sh -m 1024 -net user
21956 @end example
21957
21958 The VM shares its store with the host system.
21959
21960 Additional file systems can be shared between the host and the VM using
21961 the @code{--share} and @code{--expose} command-line options: the former
21962 specifies a directory to be shared with write access, while the latter
21963 provides read-only access to the shared directory.
21964
21965 The example below creates a VM in which the user's home directory is
21966 accessible read-only, and where the @file{/exchange} directory is a
21967 read-write mapping of @file{$HOME/tmp} on the host:
21968
21969 @example
21970 guix system vm my-config.scm \
21971 --expose=$HOME --share=$HOME/tmp=/exchange
21972 @end example
21973
21974 On GNU/Linux, the default is to boot directly to the kernel; this has
21975 the advantage of requiring only a very tiny root disk image since the
21976 store of the host can then be mounted.
21977
21978 The @code{--full-boot} option forces a complete boot sequence, starting
21979 with the bootloader. This requires more disk space since a root image
21980 containing at least the kernel, initrd, and bootloader data files must
21981 be created. The @code{--image-size} option can be used to specify the
21982 size of the image.
21983
21984 @cindex System images, creation in various formats
21985 @cindex Creating system images in various formats
21986 @item vm-image
21987 @itemx disk-image
21988 @itemx docker-image
21989 Return a virtual machine, disk image, or Docker image of the operating
21990 system declared in @var{file} that stands alone. By default,
21991 @command{guix system} estimates the size of the image needed to store
21992 the system, but you can use the @option{--image-size} option to specify
21993 a value. Docker images are built to contain exactly what they need, so
21994 the @option{--image-size} option is ignored in the case of
21995 @code{docker-image}.
21996
21997 You can specify the root file system type by using the
21998 @option{--file-system-type} option. It defaults to @code{ext4}.
21999
22000 When using @code{vm-image}, the returned image is in qcow2 format, which
22001 the QEMU emulator can efficiently use. @xref{Running GuixSD in a VM},
22002 for more information on how to run the image in a virtual machine.
22003
22004 When using @code{disk-image}, a raw disk image is produced; it can be
22005 copied as is to a USB stick, for instance. Assuming @code{/dev/sdc} is
22006 the device corresponding to a USB stick, one can copy the image to it
22007 using the following command:
22008
22009 @example
22010 # dd if=$(guix system disk-image my-os.scm) of=/dev/sdc
22011 @end example
22012
22013 When using @code{docker-image}, a Docker image is produced. Guix builds
22014 the image from scratch, not from a pre-existing Docker base image. As a
22015 result, it contains @emph{exactly} what you define in the operating
22016 system configuration file. You can then load the image and launch a
22017 Docker container using commands like the following:
22018
22019 @example
22020 image_id="$(docker load < guixsd-docker-image.tar.gz)"
22021 docker run -e GUIX_NEW_SYSTEM=/var/guix/profiles/system \\
22022 --entrypoint /var/guix/profiles/system/profile/bin/guile \\
22023 $image_id /var/guix/profiles/system/boot
22024 @end example
22025
22026 This command starts a new Docker container from the specified image. It
22027 will boot the GuixSD system in the usual manner, which means it will
22028 start any services you have defined in the operating system
22029 configuration. Depending on what you run in the Docker container, it
22030 may be necessary to give the container additional permissions. For
22031 example, if you intend to build software using Guix inside of the Docker
22032 container, you may need to pass the @option{--privileged} option to
22033 @code{docker run}.
22034
22035 @item container
22036 Return a script to run the operating system declared in @var{file}
22037 within a container. Containers are a set of lightweight isolation
22038 mechanisms provided by the kernel Linux-libre. Containers are
22039 substantially less resource-demanding than full virtual machines since
22040 the kernel, shared objects, and other resources can be shared with the
22041 host system; this also means they provide thinner isolation.
22042
22043 Currently, the script must be run as root in order to support more than
22044 a single user and group. The container shares its store with the host
22045 system.
22046
22047 As with the @code{vm} action (@pxref{guix system vm}), additional file
22048 systems to be shared between the host and container can be specified
22049 using the @option{--share} and @option{--expose} options:
22050
22051 @example
22052 guix system container my-config.scm \
22053 --expose=$HOME --share=$HOME/tmp=/exchange
22054 @end example
22055
22056 @quotation Note
22057 This option requires Linux-libre 3.19 or newer.
22058 @end quotation
22059
22060 @end table
22061
22062 @var{options} can contain any of the common build options (@pxref{Common
22063 Build Options}). In addition, @var{options} can contain one of the
22064 following:
22065
22066 @table @option
22067 @item --expression=@var{expr}
22068 @itemx -e @var{expr}
22069 Consider the operating-system @var{expr} evaluates to.
22070 This is an alternative to specifying a file which evaluates to an
22071 operating system.
22072 This is used to generate the GuixSD installer @pxref{Building the
22073 Installation Image}).
22074
22075 @item --system=@var{system}
22076 @itemx -s @var{system}
22077 Attempt to build for @var{system} instead of the host system type.
22078 This works as per @command{guix build} (@pxref{Invoking guix build}).
22079
22080 @item --derivation
22081 @itemx -d
22082 Return the derivation file name of the given operating system without
22083 building anything.
22084
22085 @item --file-system-type=@var{type}
22086 @itemx -t @var{type}
22087 For the @code{disk-image} action, create a file system of the given
22088 @var{type} on the image.
22089
22090 When this option is omitted, @command{guix system} uses @code{ext4}.
22091
22092 @cindex ISO-9660 format
22093 @cindex CD image format
22094 @cindex DVD image format
22095 @code{--file-system-type=iso9660} produces an ISO-9660 image, suitable
22096 for burning on CDs and DVDs.
22097
22098 @item --image-size=@var{size}
22099 For the @code{vm-image} and @code{disk-image} actions, create an image
22100 of the given @var{size}. @var{size} may be a number of bytes, or it may
22101 include a unit as a suffix (@pxref{Block size, size specifications,,
22102 coreutils, GNU Coreutils}).
22103
22104 When this option is omitted, @command{guix system} computes an estimate
22105 of the image size as a function of the size of the system declared in
22106 @var{file}.
22107
22108 @item --root=@var{file}
22109 @itemx -r @var{file}
22110 Make @var{file} a symlink to the result, and register it as a garbage
22111 collector root.
22112
22113 @item --skip-checks
22114 Skip pre-installation safety checks.
22115
22116 By default, @command{guix system init} and @command{guix system
22117 reconfigure} perform safety checks: they make sure the file systems that
22118 appear in the @code{operating-system} declaration actually exist
22119 (@pxref{File Systems}), and that any Linux kernel modules that may be
22120 needed at boot time are listed in @code{initrd-modules} (@pxref{Initial
22121 RAM Disk}). Passing this option skips these tests altogether.
22122
22123 @item --on-error=@var{strategy}
22124 Apply @var{strategy} when an error occurs when reading @var{file}.
22125 @var{strategy} may be one of the following:
22126
22127 @table @code
22128 @item nothing-special
22129 Report the error concisely and exit. This is the default strategy.
22130
22131 @item backtrace
22132 Likewise, but also display a backtrace.
22133
22134 @item debug
22135 Report the error and enter Guile's debugger. From there, you can run
22136 commands such as @code{,bt} to get a backtrace, @code{,locals} to
22137 display local variable values, and more generally inspect the state of the
22138 program. @xref{Debug Commands,,, guile, GNU Guile Reference Manual}, for
22139 a list of available debugging commands.
22140 @end table
22141 @end table
22142
22143 @quotation Note
22144 All the actions above, except @code{build} and @code{init},
22145 can use KVM support in the Linux-libre kernel. Specifically, if the
22146 machine has hardware virtualization support, the corresponding
22147 KVM kernel module should be loaded, and the @file{/dev/kvm} device node
22148 must exist and be readable and writable by the user and by the
22149 build users of the daemon (@pxref{Build Environment Setup}).
22150 @end quotation
22151
22152 Once you have built, configured, re-configured, and re-re-configured
22153 your GuixSD installation, you may find it useful to list the operating
22154 system generations available on disk---and that you can choose from the
22155 bootloader boot menu:
22156
22157 @table @code
22158
22159 @item list-generations
22160 List a summary of each generation of the operating system available on
22161 disk, in a human-readable way. This is similar to the
22162 @option{--list-generations} option of @command{guix package}
22163 (@pxref{Invoking guix package}).
22164
22165 Optionally, one can specify a pattern, with the same syntax that is used
22166 in @command{guix package --list-generations}, to restrict the list of
22167 generations displayed. For instance, the following command displays
22168 generations that are up to 10 days old:
22169
22170 @example
22171 $ guix system list-generations 10d
22172 @end example
22173
22174 @end table
22175
22176 The @command{guix system} command has even more to offer! The following
22177 sub-commands allow you to visualize how your system services relate to
22178 each other:
22179
22180 @anchor{system-extension-graph}
22181 @table @code
22182
22183 @item extension-graph
22184 Emit in Dot/Graphviz format to standard output the @dfn{service
22185 extension graph} of the operating system defined in @var{file}
22186 (@pxref{Service Composition}, for more information on service
22187 extensions.)
22188
22189 The command:
22190
22191 @example
22192 $ guix system extension-graph @var{file} | dot -Tpdf > services.pdf
22193 @end example
22194
22195 produces a PDF file showing the extension relations among services.
22196
22197 @anchor{system-shepherd-graph}
22198 @item shepherd-graph
22199 Emit in Dot/Graphviz format to standard output the @dfn{dependency
22200 graph} of shepherd services of the operating system defined in
22201 @var{file}. @xref{Shepherd Services}, for more information and for an
22202 example graph.
22203
22204 @end table
22205
22206 @node Running GuixSD in a VM
22207 @subsection Running GuixSD in a Virtual Machine
22208
22209 @cindex virtual machine
22210 To run GuixSD in a virtual machine (VM), one can either use the
22211 pre-built GuixSD VM image distributed at
22212 @indicateurl{https://alpha.gnu.org/gnu/guix/guixsd-vm-image-@value{VERSION}.@var{system}.xz}
22213 , or build their own virtual machine image using @command{guix system
22214 vm-image} (@pxref{Invoking guix system}). The returned image is in
22215 qcow2 format, which the @uref{http://qemu.org/, QEMU emulator} can
22216 efficiently use.
22217
22218 @cindex QEMU
22219 If you built your own image, you must copy it out of the store
22220 (@pxref{The Store}) and give yourself permission to write to the copy
22221 before you can use it. When invoking QEMU, you must choose a system
22222 emulator that is suitable for your hardware platform. Here is a minimal
22223 QEMU invocation that will boot the result of @command{guix system
22224 vm-image} on x86_64 hardware:
22225
22226 @example
22227 $ qemu-system-x86_64 \
22228 -net user -net nic,model=virtio \
22229 -enable-kvm -m 256 /tmp/qemu-image
22230 @end example
22231
22232 Here is what each of these options means:
22233
22234 @table @code
22235 @item qemu-system-x86_64
22236 This specifies the hardware platform to emulate. This should match the
22237 host.
22238
22239 @item -net user
22240 Enable the unprivileged user-mode network stack. The guest OS can
22241 access the host but not vice versa. This is the simplest way to get the
22242 guest OS online.
22243
22244 @item -net nic,model=virtio
22245 You must create a network interface of a given model. If you do not
22246 create a NIC, the boot will fail. Assuming your hardware platform is
22247 x86_64, you can get a list of available NIC models by running
22248 @command{qemu-system-x86_64 -net nic,model=help}.
22249
22250 @item -enable-kvm
22251 If your system has hardware virtualization extensions, enabling the
22252 virtual machine support (KVM) of the Linux kernel will make things run
22253 faster.
22254
22255 @item -m 256
22256 RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB,
22257 which may be insufficient for some operations.
22258
22259 @item /tmp/qemu-image
22260 The file name of the qcow2 image.
22261 @end table
22262
22263 The default @command{run-vm.sh} script that is returned by an invocation of
22264 @command{guix system vm} does not add a @command{-net user} flag by default.
22265 To get network access from within the vm add the @code{(dhcp-client-service)}
22266 to your system definition and start the VM using
22267 @command{`guix system vm config.scm` -net user}. An important caveat of using
22268 @command{-net user} for networking is that @command{ping} will not work, because
22269 it uses the ICMP protocol. You'll have to use a different command to check for
22270 network connectivity, for example @command{guix download}.
22271
22272 @subsubsection Connecting Through SSH
22273
22274 @cindex SSH
22275 @cindex SSH server
22276 To enable SSH inside a VM you need to add a SSH server like @code{(dropbear-service)}
22277 or @code{(lsh-service)} to your VM. The @code{(lsh-service}) doesn't currently
22278 boot unsupervised. It requires you to type some characters to initialize the
22279 randomness generator. In addition you need to forward the SSH port, 22 by
22280 default, to the host. You can do this with
22281
22282 @example
22283 `guix system vm config.scm` -net user,hostfwd=tcp::10022-:22
22284 @end example
22285
22286 To connect to the VM you can run
22287
22288 @example
22289 ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022
22290 @end example
22291
22292 The @command{-p} tells @command{ssh} the port you want to connect to.
22293 @command{-o UserKnownHostsFile=/dev/null} prevents @command{ssh} from complaining
22294 every time you modify your @command{config.scm} file and the
22295 @command{-o StrictHostKeyChecking=no} prevents you from having to allow a
22296 connection to an unknown host every time you connect.
22297
22298 @subsubsection Using @command{virt-viewer} with Spice
22299
22300 As an alternative to the default @command{qemu} graphical client you can
22301 use the @command{remote-viewer} from the @command{virt-viewer} package. To
22302 connect pass the @command{-spice port=5930,disable-ticketing} flag to
22303 @command{qemu}. See previous section for further information on how to do this.
22304
22305 Spice also allows you to do some nice stuff like share your clipboard with your
22306 VM. To enable that you'll also have to pass the following flags to @command{qemu}:
22307
22308 @example
22309 -device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5
22310 -chardev spicevmc,name=vdagent,id=vdagent
22311 -device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,
22312 name=com.redhat.spice.0
22313 @end example
22314
22315 You'll also need to add the @pxref{Miscellaneous Services, Spice service}.
22316
22317 @node Defining Services
22318 @subsection Defining Services
22319
22320 The previous sections show the available services and how one can combine
22321 them in an @code{operating-system} declaration. But how do we define
22322 them in the first place? And what is a service anyway?
22323
22324 @menu
22325 * Service Composition:: The model for composing services.
22326 * Service Types and Services:: Types and services.
22327 * Service Reference:: API reference.
22328 * Shepherd Services:: A particular type of service.
22329 @end menu
22330
22331 @node Service Composition
22332 @subsubsection Service Composition
22333
22334 @cindex services
22335 @cindex daemons
22336 Here we define a @dfn{service} as, broadly, something that extends the
22337 functionality of the operating system. Often a service is a process---a
22338 @dfn{daemon}---started when the system boots: a secure shell server, a
22339 Web server, the Guix build daemon, etc. Sometimes a service is a daemon
22340 whose execution can be triggered by another daemon---e.g., an FTP server
22341 started by @command{inetd} or a D-Bus service activated by
22342 @command{dbus-daemon}. Occasionally, a service does not map to a
22343 daemon. For instance, the ``account'' service collects user accounts
22344 and makes sure they exist when the system runs; the ``udev'' service
22345 collects device management rules and makes them available to the eudev
22346 daemon; the @file{/etc} service populates the @file{/etc} directory
22347 of the system.
22348
22349 @cindex service extensions
22350 GuixSD services are connected by @dfn{extensions}. For instance, the
22351 secure shell service @emph{extends} the Shepherd---the GuixSD
22352 initialization system, running as PID@tie{}1---by giving it the command
22353 lines to start and stop the secure shell daemon (@pxref{Networking
22354 Services, @code{lsh-service}}); the UPower service extends the D-Bus
22355 service by passing it its @file{.service} specification, and extends the
22356 udev service by passing it device management rules (@pxref{Desktop
22357 Services, @code{upower-service}}); the Guix daemon service extends the
22358 Shepherd by passing it the command lines to start and stop the daemon,
22359 and extends the account service by passing it a list of required build
22360 user accounts (@pxref{Base Services}).
22361
22362 All in all, services and their ``extends'' relations form a directed
22363 acyclic graph (DAG). If we represent services as boxes and extensions
22364 as arrows, a typical system might provide something like this:
22365
22366 @image{images/service-graph,,5in,Typical service extension graph.}
22367
22368 @cindex system service
22369 At the bottom, we see the @dfn{system service}, which produces the
22370 directory containing everything to run and boot the system, as returned
22371 by the @command{guix system build} command. @xref{Service Reference},
22372 to learn about the other service types shown here.
22373 @xref{system-extension-graph, the @command{guix system extension-graph}
22374 command}, for information on how to generate this representation for a
22375 particular operating system definition.
22376
22377 @cindex service types
22378 Technically, developers can define @dfn{service types} to express these
22379 relations. There can be any number of services of a given type on the
22380 system---for instance, a system running two instances of the GNU secure
22381 shell server (lsh) has two instances of @var{lsh-service-type}, with
22382 different parameters.
22383
22384 The following section describes the programming interface for service
22385 types and services.
22386
22387 @node Service Types and Services
22388 @subsubsection Service Types and Services
22389
22390 A @dfn{service type} is a node in the DAG described above. Let us start
22391 with a simple example, the service type for the Guix build daemon
22392 (@pxref{Invoking guix-daemon}):
22393
22394 @example
22395 (define guix-service-type
22396 (service-type
22397 (name 'guix)
22398 (extensions
22399 (list (service-extension shepherd-root-service-type guix-shepherd-service)
22400 (service-extension account-service-type guix-accounts)
22401 (service-extension activation-service-type guix-activation)))
22402 (default-value (guix-configuration))))
22403 @end example
22404
22405 @noindent
22406 It defines three things:
22407
22408 @enumerate
22409 @item
22410 A name, whose sole purpose is to make inspection and debugging easier.
22411
22412 @item
22413 A list of @dfn{service extensions}, where each extension designates the
22414 target service type and a procedure that, given the parameters of the
22415 service, returns a list of objects to extend the service of that type.
22416
22417 Every service type has at least one service extension. The only
22418 exception is the @dfn{boot service type}, which is the ultimate service.
22419
22420 @item
22421 Optionally, a default value for instances of this type.
22422 @end enumerate
22423
22424 In this example, @var{guix-service-type} extends three services:
22425
22426 @table @var
22427 @item shepherd-root-service-type
22428 The @var{guix-shepherd-service} procedure defines how the Shepherd
22429 service is extended. Namely, it returns a @code{<shepherd-service>}
22430 object that defines how @command{guix-daemon} is started and stopped
22431 (@pxref{Shepherd Services}).
22432
22433 @item account-service-type
22434 This extension for this service is computed by @var{guix-accounts},
22435 which returns a list of @code{user-group} and @code{user-account}
22436 objects representing the build user accounts (@pxref{Invoking
22437 guix-daemon}).
22438
22439 @item activation-service-type
22440 Here @var{guix-activation} is a procedure that returns a gexp, which is
22441 a code snippet to run at ``activation time''---e.g., when the service is
22442 booted.
22443 @end table
22444
22445 A service of this type is instantiated like this:
22446
22447 @example
22448 (service guix-service-type
22449 (guix-configuration
22450 (build-accounts 5)
22451 (use-substitutes? #f)))
22452 @end example
22453
22454 The second argument to the @code{service} form is a value representing
22455 the parameters of this specific service instance.
22456 @xref{guix-configuration-type, @code{guix-configuration}}, for
22457 information about the @code{guix-configuration} data type. When the
22458 value is omitted, the default value specified by
22459 @code{guix-service-type} is used:
22460
22461 @example
22462 (service guix-service-type)
22463 @end example
22464
22465 @var{guix-service-type} is quite simple because it extends other
22466 services but is not extensible itself.
22467
22468 @c @subsubsubsection Extensible Service Types
22469
22470 The service type for an @emph{extensible} service looks like this:
22471
22472 @example
22473 (define udev-service-type
22474 (service-type (name 'udev)
22475 (extensions
22476 (list (service-extension shepherd-root-service-type
22477 udev-shepherd-service)))
22478
22479 (compose concatenate) ;concatenate the list of rules
22480 (extend (lambda (config rules)
22481 (match config
22482 (($ <udev-configuration> udev initial-rules)
22483 (udev-configuration
22484 (udev udev) ;the udev package to use
22485 (rules (append initial-rules rules)))))))))
22486 @end example
22487
22488 This is the service type for the
22489 @uref{https://wiki.gentoo.org/wiki/Project:Eudev, eudev device
22490 management daemon}. Compared to the previous example, in addition to an
22491 extension of @var{shepherd-root-service-type}, we see two new fields:
22492
22493 @table @code
22494 @item compose
22495 This is the procedure to @dfn{compose} the list of extensions to
22496 services of this type.
22497
22498 Services can extend the udev service by passing it lists of rules; we
22499 compose those extensions simply by concatenating them.
22500
22501 @item extend
22502 This procedure defines how the value of the service is @dfn{extended} with
22503 the composition of the extensions.
22504
22505 Udev extensions are composed into a list of rules, but the udev service
22506 value is itself a @code{<udev-configuration>} record. So here, we
22507 extend that record by appending the list of rules it contains to the
22508 list of contributed rules.
22509
22510 @item description
22511 This is a string giving an overview of the service type. The string can
22512 contain Texinfo markup (@pxref{Overview,,, texinfo, GNU Texinfo}). The
22513 @command{guix system search} command searches these strings and displays
22514 them (@pxref{Invoking guix system}).
22515 @end table
22516
22517 There can be only one instance of an extensible service type such as
22518 @var{udev-service-type}. If there were more, the
22519 @code{service-extension} specifications would be ambiguous.
22520
22521 Still here? The next section provides a reference of the programming
22522 interface for services.
22523
22524 @node Service Reference
22525 @subsubsection Service Reference
22526
22527 We have seen an overview of service types (@pxref{Service Types and
22528 Services}). This section provides a reference on how to manipulate
22529 services and service types. This interface is provided by the
22530 @code{(gnu services)} module.
22531
22532 @deffn {Scheme Procedure} service @var{type} [@var{value}]
22533 Return a new service of @var{type}, a @code{<service-type>} object (see
22534 below.) @var{value} can be any object; it represents the parameters of
22535 this particular service instance.
22536
22537 When @var{value} is omitted, the default value specified by @var{type}
22538 is used; if @var{type} does not specify a default value, an error is
22539 raised.
22540
22541 For instance, this:
22542
22543 @example
22544 (service openssh-service-type)
22545 @end example
22546
22547 @noindent
22548 is equivalent to this:
22549
22550 @example
22551 (service openssh-service-type
22552 (openssh-configuration))
22553 @end example
22554
22555 In both cases the result is an instance of @code{openssh-service-type}
22556 with the default configuration.
22557 @end deffn
22558
22559 @deffn {Scheme Procedure} service? @var{obj}
22560 Return true if @var{obj} is a service.
22561 @end deffn
22562
22563 @deffn {Scheme Procedure} service-kind @var{service}
22564 Return the type of @var{service}---i.e., a @code{<service-type>} object.
22565 @end deffn
22566
22567 @deffn {Scheme Procedure} service-value @var{service}
22568 Return the value associated with @var{service}. It represents its
22569 parameters.
22570 @end deffn
22571
22572 Here is an example of how a service is created and manipulated:
22573
22574 @example
22575 (define s
22576 (service nginx-service-type
22577 (nginx-configuration
22578 (nginx nginx)
22579 (log-directory log-directory)
22580 (run-directory run-directory)
22581 (file config-file))))
22582
22583 (service? s)
22584 @result{} #t
22585
22586 (eq? (service-kind s) nginx-service-type)
22587 @result{} #t
22588 @end example
22589
22590 The @code{modify-services} form provides a handy way to change the
22591 parameters of some of the services of a list such as
22592 @var{%base-services} (@pxref{Base Services, @code{%base-services}}). It
22593 evaluates to a list of services. Of course, you could always use
22594 standard list combinators such as @code{map} and @code{fold} to do that
22595 (@pxref{SRFI-1, List Library,, guile, GNU Guile Reference Manual});
22596 @code{modify-services} simply provides a more concise form for this
22597 common pattern.
22598
22599 @deffn {Scheme Syntax} modify-services @var{services} @
22600 (@var{type} @var{variable} => @var{body}) @dots{}
22601
22602 Modify the services listed in @var{services} according to the given
22603 clauses. Each clause has the form:
22604
22605 @example
22606 (@var{type} @var{variable} => @var{body})
22607 @end example
22608
22609 where @var{type} is a service type---e.g.,
22610 @code{guix-service-type}---and @var{variable} is an identifier that is
22611 bound within the @var{body} to the service parameters---e.g., a
22612 @code{guix-configuration} instance---of the original service of that
22613 @var{type}.
22614
22615 The @var{body} should evaluate to the new service parameters, which will
22616 be used to configure the new service. This new service will replace the
22617 original in the resulting list. Because a service's service parameters
22618 are created using @code{define-record-type*}, you can write a succinct
22619 @var{body} that evaluates to the new service parameters by using the
22620 @code{inherit} feature that @code{define-record-type*} provides.
22621
22622 @xref{Using the Configuration System}, for example usage.
22623
22624 @end deffn
22625
22626 Next comes the programming interface for service types. This is
22627 something you want to know when writing new service definitions, but not
22628 necessarily when simply looking for ways to customize your
22629 @code{operating-system} declaration.
22630
22631 @deftp {Data Type} service-type
22632 @cindex service type
22633 This is the representation of a @dfn{service type} (@pxref{Service Types
22634 and Services}).
22635
22636 @table @asis
22637 @item @code{name}
22638 This is a symbol, used only to simplify inspection and debugging.
22639
22640 @item @code{extensions}
22641 A non-empty list of @code{<service-extension>} objects (see below).
22642
22643 @item @code{compose} (default: @code{#f})
22644 If this is @code{#f}, then the service type denotes services that cannot
22645 be extended---i.e., services that do not receive ``values'' from other
22646 services.
22647
22648 Otherwise, it must be a one-argument procedure. The procedure is called
22649 by @code{fold-services} and is passed a list of values collected from
22650 extensions. It may return any single value.
22651
22652 @item @code{extend} (default: @code{#f})
22653 If this is @code{#f}, services of this type cannot be extended.
22654
22655 Otherwise, it must be a two-argument procedure: @code{fold-services}
22656 calls it, passing it the initial value of the service as the first
22657 argument and the result of applying @code{compose} to the extension
22658 values as the second argument. It must return a value that is a valid
22659 parameter value for the service instance.
22660 @end table
22661
22662 @xref{Service Types and Services}, for examples.
22663 @end deftp
22664
22665 @deffn {Scheme Procedure} service-extension @var{target-type} @
22666 @var{compute}
22667 Return a new extension for services of type @var{target-type}.
22668 @var{compute} must be a one-argument procedure: @code{fold-services}
22669 calls it, passing it the value associated with the service that provides
22670 the extension; it must return a valid value for the target service.
22671 @end deffn
22672
22673 @deffn {Scheme Procedure} service-extension? @var{obj}
22674 Return true if @var{obj} is a service extension.
22675 @end deffn
22676
22677 Occasionally, you might want to simply extend an existing service. This
22678 involves creating a new service type and specifying the extension of
22679 interest, which can be verbose; the @code{simple-service} procedure
22680 provides a shorthand for this.
22681
22682 @deffn {Scheme Procedure} simple-service @var{name} @var{target} @var{value}
22683 Return a service that extends @var{target} with @var{value}. This works
22684 by creating a singleton service type @var{name}, of which the returned
22685 service is an instance.
22686
22687 For example, this extends mcron (@pxref{Scheduled Job Execution}) with
22688 an additional job:
22689
22690 @example
22691 (simple-service 'my-mcron-job mcron-service-type
22692 #~(job '(next-hour (3)) "guix gc -F 2G"))
22693 @end example
22694 @end deffn
22695
22696 At the core of the service abstraction lies the @code{fold-services}
22697 procedure, which is responsible for ``compiling'' a list of services
22698 down to a single directory that contains everything needed to boot and
22699 run the system---the directory shown by the @command{guix system build}
22700 command (@pxref{Invoking guix system}). In essence, it propagates
22701 service extensions down the service graph, updating each node parameters
22702 on the way, until it reaches the root node.
22703
22704 @deffn {Scheme Procedure} fold-services @var{services} @
22705 [#:target-type @var{system-service-type}]
22706 Fold @var{services} by propagating their extensions down to the root of
22707 type @var{target-type}; return the root service adjusted accordingly.
22708 @end deffn
22709
22710 Lastly, the @code{(gnu services)} module also defines several essential
22711 service types, some of which are listed below.
22712
22713 @defvr {Scheme Variable} system-service-type
22714 This is the root of the service graph. It produces the system directory
22715 as returned by the @command{guix system build} command.
22716 @end defvr
22717
22718 @defvr {Scheme Variable} boot-service-type
22719 The type of the ``boot service'', which produces the @dfn{boot script}.
22720 The boot script is what the initial RAM disk runs when booting.
22721 @end defvr
22722
22723 @defvr {Scheme Variable} etc-service-type
22724 The type of the @file{/etc} service. This service is used to create
22725 files under @file{/etc} and can be extended by
22726 passing it name/file tuples such as:
22727
22728 @example
22729 (list `("issue" ,(plain-file "issue" "Welcome!\n")))
22730 @end example
22731
22732 In this example, the effect would be to add an @file{/etc/issue} file
22733 pointing to the given file.
22734 @end defvr
22735
22736 @defvr {Scheme Variable} setuid-program-service-type
22737 Type for the ``setuid-program service''. This service collects lists of
22738 executable file names, passed as gexps, and adds them to the set of
22739 setuid-root programs on the system (@pxref{Setuid Programs}).
22740 @end defvr
22741
22742 @defvr {Scheme Variable} profile-service-type
22743 Type of the service that populates the @dfn{system profile}---i.e., the
22744 programs under @file{/run/current-system/profile}. Other services can
22745 extend it by passing it lists of packages to add to the system profile.
22746 @end defvr
22747
22748
22749 @node Shepherd Services
22750 @subsubsection Shepherd Services
22751
22752 @cindex shepherd services
22753 @cindex PID 1
22754 @cindex init system
22755 The @code{(gnu services shepherd)} module provides a way to define
22756 services managed by the GNU@tie{}Shepherd, which is the GuixSD
22757 initialization system---the first process that is started when the
22758 system boots, also known as PID@tie{}1
22759 (@pxref{Introduction,,, shepherd, The GNU Shepherd Manual}).
22760
22761 Services in the Shepherd can depend on each other. For instance, the
22762 SSH daemon may need to be started after the syslog daemon has been
22763 started, which in turn can only happen once all the file systems have
22764 been mounted. The simple operating system defined earlier (@pxref{Using
22765 the Configuration System}) results in a service graph like this:
22766
22767 @image{images/shepherd-graph,,5in,Typical shepherd service graph.}
22768
22769 You can actually generate such a graph for any operating system
22770 definition using the @command{guix system shepherd-graph} command
22771 (@pxref{system-shepherd-graph, @command{guix system shepherd-graph}}).
22772
22773 The @var{%shepherd-root-service} is a service object representing
22774 PID@tie{}1, of type @var{shepherd-root-service-type}; it can be extended
22775 by passing it lists of @code{<shepherd-service>} objects.
22776
22777 @deftp {Data Type} shepherd-service
22778 The data type representing a service managed by the Shepherd.
22779
22780 @table @asis
22781 @item @code{provision}
22782 This is a list of symbols denoting what the service provides.
22783
22784 These are the names that may be passed to @command{herd start},
22785 @command{herd status}, and similar commands (@pxref{Invoking herd,,,
22786 shepherd, The GNU Shepherd Manual}). @xref{Slots of services, the
22787 @code{provides} slot,, shepherd, The GNU Shepherd Manual}, for details.
22788
22789 @item @code{requirements} (default: @code{'()})
22790 List of symbols denoting the Shepherd services this one depends on.
22791
22792 @item @code{respawn?} (default: @code{#t})
22793 Whether to restart the service when it stops, for instance when the
22794 underlying process dies.
22795
22796 @item @code{start}
22797 @itemx @code{stop} (default: @code{#~(const #f)})
22798 The @code{start} and @code{stop} fields refer to the Shepherd's
22799 facilities to start and stop processes (@pxref{Service De- and
22800 Constructors,,, shepherd, The GNU Shepherd Manual}). They are given as
22801 G-expressions that get expanded in the Shepherd configuration file
22802 (@pxref{G-Expressions}).
22803
22804 @item @code{actions} (default: @code{'()})
22805 @cindex actions, of Shepherd services
22806 This is a list of @code{shepherd-action} objects (see below) defining
22807 @dfn{actions} supported by the service, in addition to the standard
22808 @code{start} and @code{stop} actions. Actions listed here become available as
22809 @command{herd} sub-commands:
22810
22811 @example
22812 herd @var{action} @var{service} [@var{arguments}@dots{}]
22813 @end example
22814
22815 @item @code{documentation}
22816 A documentation string, as shown when running:
22817
22818 @example
22819 herd doc @var{service-name}
22820 @end example
22821
22822 where @var{service-name} is one of the symbols in @var{provision}
22823 (@pxref{Invoking herd,,, shepherd, The GNU Shepherd Manual}).
22824
22825 @item @code{modules} (default: @var{%default-modules})
22826 This is the list of modules that must be in scope when @code{start} and
22827 @code{stop} are evaluated.
22828
22829 @end table
22830 @end deftp
22831
22832 @deftp {Data Type} shepherd-action
22833 This is the data type that defines additional actions implemented by a
22834 Shepherd service (see above).
22835
22836 @table @code
22837 @item name
22838 Symbol naming the action.
22839
22840 @item documentation
22841 This is a documentation string for the action. It can be viewed by running:
22842
22843 @example
22844 herd doc @var{service} action @var{action}
22845 @end example
22846
22847 @item procedure
22848 This should be a gexp that evaluates to a procedure of at least one argument,
22849 which is the ``running value'' of the service (@pxref{Slots of services,,,
22850 shepherd, The GNU Shepherd Manual}).
22851 @end table
22852
22853 The following example defines an action called @code{say-hello} that kindly
22854 greets the user:
22855
22856 @example
22857 (shepherd-action
22858 (name 'say-hello)
22859 (documentation "Say hi!")
22860 (procedure #~(lambda (running . args)
22861 (format #t "Hello, friend! arguments: ~s\n"
22862 args)
22863 #t)))
22864 @end example
22865
22866 Assuming this action is added to the @code{example} service, then you can do:
22867
22868 @example
22869 # herd say-hello example
22870 Hello, friend! arguments: ()
22871 # herd say-hello example a b c
22872 Hello, friend! arguments: ("a" "b" "c")
22873 @end example
22874
22875 This, as you can see, is a fairly sophisticated way to say hello.
22876 @xref{Service Convenience,,, shepherd, The GNU Shepherd Manual}, for more
22877 info on actions.
22878 @end deftp
22879
22880 @defvr {Scheme Variable} shepherd-root-service-type
22881 The service type for the Shepherd ``root service''---i.e., PID@tie{}1.
22882
22883 This is the service type that extensions target when they want to create
22884 shepherd services (@pxref{Service Types and Services}, for an example).
22885 Each extension must pass a list of @code{<shepherd-service>}.
22886 @end defvr
22887
22888 @defvr {Scheme Variable} %shepherd-root-service
22889 This service represents PID@tie{}1.
22890 @end defvr
22891
22892
22893 @node Documentation
22894 @section Documentation
22895
22896 @cindex documentation, searching for
22897 @cindex searching for documentation
22898 @cindex Info, documentation format
22899 @cindex man pages
22900 @cindex manual pages
22901 In most cases packages installed with Guix come with documentation.
22902 There are two main documentation formats: ``Info'', a browseable
22903 hypertext format used for GNU software, and ``manual pages'' (or ``man
22904 pages''), the linear documentation format traditionally found on Unix.
22905 Info manuals are accessed with the @command{info} command or with Emacs,
22906 and man pages are accessed using @command{man}.
22907
22908 You can look for documentation of software installed on your system by
22909 keyword. For example, the following command searches for information
22910 about ``TLS'' in Info manuals:
22911
22912 @example
22913 $ info -k TLS
22914 "(emacs)Network Security" -- STARTTLS
22915 "(emacs)Network Security" -- TLS
22916 "(gnutls)Core TLS API" -- gnutls_certificate_set_verify_flags
22917 "(gnutls)Core TLS API" -- gnutls_certificate_set_verify_function
22918 @dots{}
22919 @end example
22920
22921 @noindent
22922 The command below searches for the same keyword in man pages:
22923
22924 @example
22925 $ man -k TLS
22926 SSL (7) - OpenSSL SSL/TLS library
22927 certtool (1) - GnuTLS certificate tool
22928 @dots {}
22929 @end example
22930
22931 These searches are purely local to your computer so you have the
22932 guarantee that documentation you find corresponds to what you have
22933 actually installed, you can access it off-line, and your privacy is
22934 respected.
22935
22936 Once you have these results, you can view the relevant documentation by
22937 running, say:
22938
22939 @example
22940 $ info "(gnutls)Core TLS API"
22941 @end example
22942
22943 @noindent
22944 or:
22945
22946 @example
22947 $ man certtool
22948 @end example
22949
22950 Info manuals contain sections and indices as well as hyperlinks like
22951 those found in Web pages. The @command{info} reader (@pxref{Top, Info
22952 reader,, info-stnd, Stand-alone GNU Info}) and its Emacs counterpart
22953 (@pxref{Misc Help,,, emacs, The GNU Emacs Manual}) provide intuitive key
22954 bindings to navigate manuals. @xref{Getting Started,,, info, Info: An
22955 Introduction}, for an introduction to Info navigation.
22956
22957 @node Installing Debugging Files
22958 @section Installing Debugging Files
22959
22960 @cindex debugging files
22961 Program binaries, as produced by the GCC compilers for instance, are
22962 typically written in the ELF format, with a section containing
22963 @dfn{debugging information}. Debugging information is what allows the
22964 debugger, GDB, to map binary code to source code; it is required to
22965 debug a compiled program in good conditions.
22966
22967 The problem with debugging information is that is takes up a fair amount
22968 of disk space. For example, debugging information for the GNU C Library
22969 weighs in at more than 60 MiB. Thus, as a user, keeping all the
22970 debugging info of all the installed programs is usually not an option.
22971 Yet, space savings should not come at the cost of an impediment to
22972 debugging---especially in the GNU system, which should make it easier
22973 for users to exert their computing freedom (@pxref{GNU Distribution}).
22974
22975 Thankfully, the GNU Binary Utilities (Binutils) and GDB provide a
22976 mechanism that allows users to get the best of both worlds: debugging
22977 information can be stripped from the binaries and stored in separate
22978 files. GDB is then able to load debugging information from those files,
22979 when they are available (@pxref{Separate Debug Files,,, gdb, Debugging
22980 with GDB}).
22981
22982 The GNU distribution takes advantage of this by storing debugging
22983 information in the @code{lib/debug} sub-directory of a separate package
22984 output unimaginatively called @code{debug} (@pxref{Packages with
22985 Multiple Outputs}). Users can choose to install the @code{debug} output
22986 of a package when they need it. For instance, the following command
22987 installs the debugging information for the GNU C Library and for GNU
22988 Guile:
22989
22990 @example
22991 guix package -i glibc:debug guile:debug
22992 @end example
22993
22994 GDB must then be told to look for debug files in the user's profile, by
22995 setting the @code{debug-file-directory} variable (consider setting it
22996 from the @file{~/.gdbinit} file, @pxref{Startup,,, gdb, Debugging with
22997 GDB}):
22998
22999 @example
23000 (gdb) set debug-file-directory ~/.guix-profile/lib/debug
23001 @end example
23002
23003 From there on, GDB will pick up debugging information from the
23004 @code{.debug} files under @file{~/.guix-profile/lib/debug}.
23005
23006 In addition, you will most likely want GDB to be able to show the source
23007 code being debugged. To do that, you will have to unpack the source
23008 code of the package of interest (obtained with @code{guix build
23009 --source}, @pxref{Invoking guix build}), and to point GDB to that source
23010 directory using the @code{directory} command (@pxref{Source Path,
23011 @code{directory},, gdb, Debugging with GDB}).
23012
23013 @c XXX: keep me up-to-date
23014 The @code{debug} output mechanism in Guix is implemented by the
23015 @code{gnu-build-system} (@pxref{Build Systems}). Currently, it is
23016 opt-in---debugging information is available only for the packages
23017 with definitions explicitly declaring a @code{debug} output. This may be
23018 changed to opt-out in the future if our build farm servers can handle
23019 the load. To check whether a package has a @code{debug} output, use
23020 @command{guix package --list-available} (@pxref{Invoking guix package}).
23021
23022
23023 @node Security Updates
23024 @section Security Updates
23025
23026 @cindex security updates
23027 @cindex security vulnerabilities
23028 Occasionally, important security vulnerabilities are discovered in software
23029 packages and must be patched. Guix developers try hard to keep track of
23030 known vulnerabilities and to apply fixes as soon as possible in the
23031 @code{master} branch of Guix (we do not yet provide a ``stable'' branch
23032 containing only security updates.) The @command{guix lint} tool helps
23033 developers find out about vulnerable versions of software packages in the
23034 distribution:
23035
23036 @smallexample
23037 $ guix lint -c cve
23038 gnu/packages/base.scm:652:2: glibc@@2.21: probably vulnerable to CVE-2015-1781, CVE-2015-7547
23039 gnu/packages/gcc.scm:334:2: gcc@@4.9.3: probably vulnerable to CVE-2015-5276
23040 gnu/packages/image.scm:312:2: openjpeg@@2.1.0: probably vulnerable to CVE-2016-1923, CVE-2016-1924
23041 @dots{}
23042 @end smallexample
23043
23044 @xref{Invoking guix lint}, for more information.
23045
23046 @quotation Note
23047 As of version @value{VERSION}, the feature described below is considered
23048 ``beta''.
23049 @end quotation
23050
23051 Guix follows a functional
23052 package management discipline (@pxref{Introduction}), which implies
23053 that, when a package is changed, @emph{every package that depends on it}
23054 must be rebuilt. This can significantly slow down the deployment of
23055 fixes in core packages such as libc or Bash, since basically the whole
23056 distribution would need to be rebuilt. Using pre-built binaries helps
23057 (@pxref{Substitutes}), but deployment may still take more time than
23058 desired.
23059
23060 @cindex grafts
23061 To address this, Guix implements @dfn{grafts}, a mechanism that allows
23062 for fast deployment of critical updates without the costs associated
23063 with a whole-distribution rebuild. The idea is to rebuild only the
23064 package that needs to be patched, and then to ``graft'' it onto packages
23065 explicitly installed by the user and that were previously referring to
23066 the original package. The cost of grafting is typically very low, and
23067 order of magnitudes lower than a full rebuild of the dependency chain.
23068
23069 @cindex replacements of packages, for grafts
23070 For instance, suppose a security update needs to be applied to Bash.
23071 Guix developers will provide a package definition for the ``fixed''
23072 Bash, say @var{bash-fixed}, in the usual way (@pxref{Defining
23073 Packages}). Then, the original package definition is augmented with a
23074 @code{replacement} field pointing to the package containing the bug fix:
23075
23076 @example
23077 (define bash
23078 (package
23079 (name "bash")
23080 ;; @dots{}
23081 (replacement bash-fixed)))
23082 @end example
23083
23084 From there on, any package depending directly or indirectly on Bash---as
23085 reported by @command{guix gc --requisites} (@pxref{Invoking guix
23086 gc})---that is installed is automatically ``rewritten'' to refer to
23087 @var{bash-fixed} instead of @var{bash}. This grafting process takes
23088 time proportional to the size of the package, usually less than a
23089 minute for an ``average'' package on a recent machine. Grafting is
23090 recursive: when an indirect dependency requires grafting, then grafting
23091 ``propagates'' up to the package that the user is installing.
23092
23093 Currently, the length of the name and version of the graft and that of
23094 the package it replaces (@var{bash-fixed} and @var{bash} in the example
23095 above) must be equal. This restriction mostly comes from the fact that
23096 grafting works by patching files, including binary files, directly.
23097 Other restrictions may apply: for instance, when adding a graft to a
23098 package providing a shared library, the original shared library and its
23099 replacement must have the same @code{SONAME} and be binary-compatible.
23100
23101 The @option{--no-grafts} command-line option allows you to forcefully
23102 avoid grafting (@pxref{Common Build Options, @option{--no-grafts}}).
23103 Thus, the command:
23104
23105 @example
23106 guix build bash --no-grafts
23107 @end example
23108
23109 @noindent
23110 returns the store file name of the original Bash, whereas:
23111
23112 @example
23113 guix build bash
23114 @end example
23115
23116 @noindent
23117 returns the store file name of the ``fixed'', replacement Bash. This
23118 allows you to distinguish between the two variants of Bash.
23119
23120 To verify which Bash your whole profile refers to, you can run
23121 (@pxref{Invoking guix gc}):
23122
23123 @example
23124 guix gc -R `readlink -f ~/.guix-profile` | grep bash
23125 @end example
23126
23127 @noindent
23128 @dots{} and compare the store file names that you get with those above.
23129 Likewise for a complete GuixSD system generation:
23130
23131 @example
23132 guix gc -R `guix system build my-config.scm` | grep bash
23133 @end example
23134
23135 Lastly, to check which Bash running processes are using, you can use the
23136 @command{lsof} command:
23137
23138 @example
23139 lsof | grep /gnu/store/.*bash
23140 @end example
23141
23142
23143 @node Package Modules
23144 @section Package Modules
23145
23146 From a programming viewpoint, the package definitions of the
23147 GNU distribution are provided by Guile modules in the @code{(gnu packages
23148 @dots{})} name space@footnote{Note that packages under the @code{(gnu
23149 packages @dots{})} module name space are not necessarily ``GNU
23150 packages''. This module naming scheme follows the usual Guile module
23151 naming convention: @code{gnu} means that these modules are distributed
23152 as part of the GNU system, and @code{packages} identifies modules that
23153 define packages.} (@pxref{Modules, Guile modules,, guile, GNU Guile
23154 Reference Manual}). For instance, the @code{(gnu packages emacs)}
23155 module exports a variable named @code{emacs}, which is bound to a
23156 @code{<package>} object (@pxref{Defining Packages}).
23157
23158 The @code{(gnu packages @dots{})} module name space is
23159 automatically scanned for packages by the command-line tools. For
23160 instance, when running @code{guix package -i emacs}, all the @code{(gnu
23161 packages @dots{})} modules are scanned until one that exports a package
23162 object whose name is @code{emacs} is found. This package search
23163 facility is implemented in the @code{(gnu packages)} module.
23164
23165 @cindex customization, of packages
23166 @cindex package module search path
23167 Users can store package definitions in modules with different
23168 names---e.g., @code{(my-packages emacs)}@footnote{Note that the file
23169 name and module name must match. For instance, the @code{(my-packages
23170 emacs)} module must be stored in a @file{my-packages/emacs.scm} file
23171 relative to the load path specified with @option{--load-path} or
23172 @code{GUIX_PACKAGE_PATH}. @xref{Modules and the File System,,,
23173 guile, GNU Guile Reference Manual}, for details.}. There are two ways to make
23174 these package definitions visible to the user interfaces:
23175
23176 @enumerate
23177 @item
23178 By adding the directory containing your package modules to the search path
23179 with the @code{-L} flag of @command{guix package} and other commands
23180 (@pxref{Common Build Options}), or by setting the @code{GUIX_PACKAGE_PATH}
23181 environment variable described below.
23182
23183 @item
23184 By defining a @dfn{channel} and configuring @command{guix pull} so that it
23185 pulls from it. A channel is essentially a Git repository containing package
23186 modules. @xref{Channels}, for more information on how to define and use
23187 channels.
23188 @end enumerate
23189
23190 @code{GUIX_PACKAGE_PATH} works similarly to other search path variables:
23191
23192 @defvr {Environment Variable} GUIX_PACKAGE_PATH
23193 This is a colon-separated list of directories to search for additional
23194 package modules. Directories listed in this variable take precedence
23195 over the own modules of the distribution.
23196 @end defvr
23197
23198 The distribution is fully @dfn{bootstrapped} and @dfn{self-contained}:
23199 each package is built based solely on other packages in the
23200 distribution. The root of this dependency graph is a small set of
23201 @dfn{bootstrap binaries}, provided by the @code{(gnu packages
23202 bootstrap)} module. For more information on bootstrapping,
23203 @pxref{Bootstrapping}.
23204
23205 @node Packaging Guidelines
23206 @section Packaging Guidelines
23207
23208 @cindex packages, creating
23209 The GNU distribution is nascent and may well lack some of your favorite
23210 packages. This section describes how you can help make the distribution
23211 grow. @xref{Contributing}, for additional information on how you can
23212 help.
23213
23214 Free software packages are usually distributed in the form of
23215 @dfn{source code tarballs}---typically @file{tar.gz} files that contain
23216 all the source files. Adding a package to the distribution means
23217 essentially two things: adding a @dfn{recipe} that describes how to
23218 build the package, including a list of other packages required to build
23219 it, and adding @dfn{package metadata} along with that recipe, such as a
23220 description and licensing information.
23221
23222 In Guix all this information is embodied in @dfn{package definitions}.
23223 Package definitions provide a high-level view of the package. They are
23224 written using the syntax of the Scheme programming language; in fact,
23225 for each package we define a variable bound to the package definition,
23226 and export that variable from a module (@pxref{Package Modules}).
23227 However, in-depth Scheme knowledge is @emph{not} a prerequisite for
23228 creating packages. For more information on package definitions,
23229 @pxref{Defining Packages}.
23230
23231 Once a package definition is in place, stored in a file in the Guix
23232 source tree, it can be tested using the @command{guix build} command
23233 (@pxref{Invoking guix build}). For example, assuming the new package is
23234 called @code{gnew}, you may run this command from the Guix build tree
23235 (@pxref{Running Guix Before It Is Installed}):
23236
23237 @example
23238 ./pre-inst-env guix build gnew --keep-failed
23239 @end example
23240
23241 Using @code{--keep-failed} makes it easier to debug build failures since
23242 it provides access to the failed build tree. Another useful
23243 command-line option when debugging is @code{--log-file}, to access the
23244 build log.
23245
23246 If the package is unknown to the @command{guix} command, it may be that
23247 the source file contains a syntax error, or lacks a @code{define-public}
23248 clause to export the package variable. To figure it out, you may load
23249 the module from Guile to get more information about the actual error:
23250
23251 @example
23252 ./pre-inst-env guile -c '(use-modules (gnu packages gnew))'
23253 @end example
23254
23255 Once your package builds correctly, please send us a patch
23256 (@pxref{Contributing}). Well, if you need help, we will be happy to
23257 help you too. Once the patch is committed in the Guix repository, the
23258 new package automatically gets built on the supported platforms by
23259 @url{http://hydra.gnu.org/jobset/gnu/master, our continuous integration
23260 system}.
23261
23262 @cindex substituter
23263 Users can obtain the new package definition simply by running
23264 @command{guix pull} (@pxref{Invoking guix pull}). When
23265 @code{hydra.gnu.org} is done building the package, installing the
23266 package automatically downloads binaries from there
23267 (@pxref{Substitutes}). The only place where human intervention is
23268 needed is to review and apply the patch.
23269
23270
23271 @menu
23272 * Software Freedom:: What may go into the distribution.
23273 * Package Naming:: What's in a name?
23274 * Version Numbers:: When the name is not enough.
23275 * Synopses and Descriptions:: Helping users find the right package.
23276 * Python Modules:: A touch of British comedy.
23277 * Perl Modules:: Little pearls.
23278 * Java Packages:: Coffee break.
23279 * Fonts:: Fond of fonts.
23280 @end menu
23281
23282 @node Software Freedom
23283 @subsection Software Freedom
23284
23285 @c Adapted from http://www.gnu.org/philosophy/philosophy.html.
23286 @cindex free software
23287 The GNU operating system has been developed so that users can have
23288 freedom in their computing. GNU is @dfn{free software}, meaning that
23289 users have the @url{http://www.gnu.org/philosophy/free-sw.html,four
23290 essential freedoms}: to run the program, to study and change the program
23291 in source code form, to redistribute exact copies, and to distribute
23292 modified versions. Packages found in the GNU distribution provide only
23293 software that conveys these four freedoms.
23294
23295 In addition, the GNU distribution follow the
23296 @url{http://www.gnu.org/distros/free-system-distribution-guidelines.html,free
23297 software distribution guidelines}. Among other things, these guidelines
23298 reject non-free firmware, recommendations of non-free software, and
23299 discuss ways to deal with trademarks and patents.
23300
23301 Some otherwise free upstream package sources contain a small and optional
23302 subset that violates the above guidelines, for instance because this subset
23303 is itself non-free code. When that happens, the offending items are removed
23304 with appropriate patches or code snippets in the @code{origin} form of the
23305 package (@pxref{Defining Packages}). This way, @code{guix
23306 build --source} returns the ``freed'' source rather than the unmodified
23307 upstream source.
23308
23309
23310 @node Package Naming
23311 @subsection Package Naming
23312
23313 @cindex package name
23314 A package has actually two names associated with it:
23315 First, there is the name of the @emph{Scheme variable}, the one following
23316 @code{define-public}. By this name, the package can be made known in the
23317 Scheme code, for instance as input to another package. Second, there is
23318 the string in the @code{name} field of a package definition. This name
23319 is used by package management commands such as
23320 @command{guix package} and @command{guix build}.
23321
23322 Both are usually the same and correspond to the lowercase conversion of
23323 the project name chosen upstream, with underscores replaced with
23324 hyphens. For instance, GNUnet is available as @code{gnunet}, and
23325 SDL_net as @code{sdl-net}.
23326
23327 We do not add @code{lib} prefixes for library packages, unless these are
23328 already part of the official project name. But @pxref{Python
23329 Modules} and @ref{Perl Modules} for special rules concerning modules for
23330 the Python and Perl languages.
23331
23332 Font package names are handled differently, @pxref{Fonts}.
23333
23334
23335 @node Version Numbers
23336 @subsection Version Numbers
23337
23338 @cindex package version
23339 We usually package only the latest version of a given free software
23340 project. But sometimes, for instance for incompatible library versions,
23341 two (or more) versions of the same package are needed. These require
23342 different Scheme variable names. We use the name as defined
23343 in @ref{Package Naming}
23344 for the most recent version; previous versions use the same name, suffixed
23345 by @code{-} and the smallest prefix of the version number that may
23346 distinguish the two versions.
23347
23348 The name inside the package definition is the same for all versions of a
23349 package and does not contain any version number.
23350
23351 For instance, the versions 2.24.20 and 3.9.12 of GTK+ may be packaged as follows:
23352
23353 @example
23354 (define-public gtk+
23355 (package
23356 (name "gtk+")
23357 (version "3.9.12")
23358 ...))
23359 (define-public gtk+-2
23360 (package
23361 (name "gtk+")
23362 (version "2.24.20")
23363 ...))
23364 @end example
23365 If we also wanted GTK+ 3.8.2, this would be packaged as
23366 @example
23367 (define-public gtk+-3.8
23368 (package
23369 (name "gtk+")
23370 (version "3.8.2")
23371 ...))
23372 @end example
23373
23374 @c See <https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00425.html>,
23375 @c for a discussion of what follows.
23376 @cindex version number, for VCS snapshots
23377 Occasionally, we package snapshots of upstream's version control system
23378 (VCS) instead of formal releases. This should remain exceptional,
23379 because it is up to upstream developers to clarify what the stable
23380 release is. Yet, it is sometimes necessary. So, what should we put in
23381 the @code{version} field?
23382
23383 Clearly, we need to make the commit identifier of the VCS snapshot
23384 visible in the version string, but we also need to make sure that the
23385 version string is monotonically increasing so that @command{guix package
23386 --upgrade} can determine which version is newer. Since commit
23387 identifiers, notably with Git, are not monotonically increasing, we add
23388 a revision number that we increase each time we upgrade to a newer
23389 snapshot. The resulting version string looks like this:
23390
23391 @example
23392 2.0.11-3.cabba9e
23393 ^ ^ ^
23394 | | `-- upstream commit ID
23395 | |
23396 | `--- Guix package revision
23397 |
23398 latest upstream version
23399 @end example
23400
23401 It is a good idea to strip commit identifiers in the @code{version}
23402 field to, say, 7 digits. It avoids an aesthetic annoyance (assuming
23403 aesthetics have a role to play here) as well as problems related to OS
23404 limits such as the maximum shebang length (127 bytes for the Linux
23405 kernel.) It is best to use the full commit identifiers in
23406 @code{origin}s, though, to avoid ambiguities. A typical package
23407 definition may look like this:
23408
23409 @example
23410 (define my-package
23411 (let ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7")
23412 (revision "1")) ;Guix package revision
23413 (package
23414 (version (git-version "0.9" revision commit))
23415 (source (origin
23416 (method git-fetch)
23417 (uri (git-reference
23418 (url "git://example.org/my-package.git")
23419 (commit commit)))
23420 (sha256 (base32 "1mbikn@dots{}"))
23421 (file-name (git-file-name name version))))
23422 ;; @dots{}
23423 )))
23424 @end example
23425
23426 @node Synopses and Descriptions
23427 @subsection Synopses and Descriptions
23428
23429 @cindex package description
23430 @cindex package synopsis
23431 As we have seen before, each package in GNU@tie{}Guix includes a
23432 synopsis and a description (@pxref{Defining Packages}). Synopses and
23433 descriptions are important: They are what @command{guix package
23434 --search} searches, and a crucial piece of information to help users
23435 determine whether a given package suits their needs. Consequently,
23436 packagers should pay attention to what goes into them.
23437
23438 Synopses must start with a capital letter and must not end with a
23439 period. They must not start with ``a'' or ``the'', which usually does
23440 not bring anything; for instance, prefer ``File-frobbing tool'' over ``A
23441 tool that frobs files''. The synopsis should say what the package
23442 is---e.g., ``Core GNU utilities (file, text, shell)''---or what it is
23443 used for---e.g., the synopsis for GNU@tie{}grep is ``Print lines
23444 matching a pattern''.
23445
23446 Keep in mind that the synopsis must be meaningful for a very wide
23447 audience. For example, ``Manipulate alignments in the SAM format''
23448 might make sense for a seasoned bioinformatics researcher, but might be
23449 fairly unhelpful or even misleading to a non-specialized audience. It
23450 is a good idea to come up with a synopsis that gives an idea of the
23451 application domain of the package. In this example, this might give
23452 something like ``Manipulate nucleotide sequence alignments'', which
23453 hopefully gives the user a better idea of whether this is what they are
23454 looking for.
23455
23456 Descriptions should take between five and ten lines. Use full
23457 sentences, and avoid using acronyms without first introducing them.
23458 Please avoid marketing phrases such as ``world-leading'',
23459 ``industrial-strength'', and ``next-generation'', and avoid superlatives
23460 like ``the most advanced''---they are not helpful to users looking for a
23461 package and may even sound suspicious. Instead, try to be factual,
23462 mentioning use cases and features.
23463
23464 @cindex Texinfo markup, in package descriptions
23465 Descriptions can include Texinfo markup, which is useful to introduce
23466 ornaments such as @code{@@code} or @code{@@dfn}, bullet lists, or
23467 hyperlinks (@pxref{Overview,,, texinfo, GNU Texinfo}). However you
23468 should be careful when using some characters for example @samp{@@} and
23469 curly braces which are the basic special characters in Texinfo
23470 (@pxref{Special Characters,,, texinfo, GNU Texinfo}). User interfaces
23471 such as @command{guix package --show} take care of rendering it
23472 appropriately.
23473
23474 Synopses and descriptions are translated by volunteers
23475 @uref{http://translationproject.org/domain/guix-packages.html, at the
23476 Translation Project} so that as many users as possible can read them in
23477 their native language. User interfaces search them and display them in
23478 the language specified by the current locale.
23479
23480 To allow @command{xgettext} to extract them as translatable strings,
23481 synopses and descriptions @emph{must be literal strings}. This means
23482 that you cannot use @code{string-append} or @code{format} to construct
23483 these strings:
23484
23485 @lisp
23486 (package
23487 ;; @dots{}
23488 (synopsis "This is translatable")
23489 (description (string-append "This is " "*not*" " translatable.")))
23490 @end lisp
23491
23492 Translation is a lot of work so, as a packager, please pay even more
23493 attention to your synopses and descriptions as every change may entail
23494 additional work for translators. In order to help them, it is possible
23495 to make recommendations or instructions visible to them by inserting
23496 special comments like this (@pxref{xgettext Invocation,,, gettext, GNU
23497 Gettext}):
23498
23499 @example
23500 ;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
23501 (description "ARandR is designed to provide a simple visual front end
23502 for the X11 resize-and-rotate (RandR) extension. @dots{}")
23503 @end example
23504
23505
23506 @node Python Modules
23507 @subsection Python Modules
23508
23509 @cindex python
23510 We currently package Python 2 and Python 3, under the Scheme variable names
23511 @code{python-2} and @code{python} as explained in @ref{Version Numbers}.
23512 To avoid confusion and naming clashes with other programming languages, it
23513 seems desirable that the name of a package for a Python module contains
23514 the word @code{python}.
23515
23516 Some modules are compatible with only one version of Python, others with both.
23517 If the package Foo compiles only with Python 3, we name it
23518 @code{python-foo}; if it compiles only with Python 2, we name it
23519 @code{python2-foo}. If it is compatible with both versions, we create two
23520 packages with the corresponding names.
23521
23522 If a project already contains the word @code{python}, we drop this;
23523 for instance, the module python-dateutil is packaged under the names
23524 @code{python-dateutil} and @code{python2-dateutil}. If the project name
23525 starts with @code{py} (e.g. @code{pytz}), we keep it and prefix it as
23526 described above.
23527
23528 @subsubsection Specifying Dependencies
23529 @cindex inputs, for Python packages
23530
23531 Dependency information for Python packages is usually available in the
23532 package source tree, with varying degrees of accuracy: in the
23533 @file{setup.py} file, in @file{requirements.txt}, or in @file{tox.ini}.
23534
23535 Your mission, when writing a recipe for a Python package, is to map
23536 these dependencies to the appropriate type of ``input'' (@pxref{package
23537 Reference, inputs}). Although the @code{pypi} importer normally does a
23538 good job (@pxref{Invoking guix import}), you may want to check the
23539 following check list to determine which dependency goes where.
23540
23541 @itemize
23542
23543 @item
23544 We currently package Python 2 with @code{setuptools} and @code{pip}
23545 installed like Python 3.4 has per default. Thus you don't need to
23546 specify either of these as an input. @command{guix lint} will warn you
23547 if you do.
23548
23549 @item
23550 Python dependencies required at run time go into
23551 @code{propagated-inputs}. They are typically defined with the
23552 @code{install_requires} keyword in @file{setup.py}, or in the
23553 @file{requirements.txt} file.
23554
23555 @item
23556 Python packages required only at build time---e.g., those listed with
23557 the @code{setup_requires} keyword in @file{setup.py}---or only for
23558 testing---e.g., those in @code{tests_require}---go into
23559 @code{native-inputs}. The rationale is that (1) they do not need to be
23560 propagated because they are not needed at run time, and (2) in a
23561 cross-compilation context, it's the ``native'' input that we'd want.
23562
23563 Examples are the @code{pytest}, @code{mock}, and @code{nose} test
23564 frameworks. Of course if any of these packages is also required at
23565 run-time, it needs to go to @code{propagated-inputs}.
23566
23567 @item
23568 Anything that does not fall in the previous categories goes to
23569 @code{inputs}, for example programs or C libraries required for building
23570 Python packages containing C extensions.
23571
23572 @item
23573 If a Python package has optional dependencies (@code{extras_require}),
23574 it is up to you to decide whether to add them or not, based on their
23575 usefulness/overhead ratio (@pxref{Submitting Patches, @command{guix
23576 size}}).
23577
23578 @end itemize
23579
23580
23581 @node Perl Modules
23582 @subsection Perl Modules
23583
23584 @cindex perl
23585 Perl programs standing for themselves are named as any other package,
23586 using the lowercase upstream name.
23587 For Perl packages containing a single class, we use the lowercase class name,
23588 replace all occurrences of @code{::} by dashes and prepend the prefix
23589 @code{perl-}.
23590 So the class @code{XML::Parser} becomes @code{perl-xml-parser}.
23591 Modules containing several classes keep their lowercase upstream name and
23592 are also prepended by @code{perl-}. Such modules tend to have the word
23593 @code{perl} somewhere in their name, which gets dropped in favor of the
23594 prefix. For instance, @code{libwww-perl} becomes @code{perl-libwww}.
23595
23596
23597 @node Java Packages
23598 @subsection Java Packages
23599
23600 @cindex java
23601 Java programs standing for themselves are named as any other package,
23602 using the lowercase upstream name.
23603
23604 To avoid confusion and naming clashes with other programming languages,
23605 it is desirable that the name of a package for a Java package is
23606 prefixed with @code{java-}. If a project already contains the word
23607 @code{java}, we drop this; for instance, the package @code{ngsjava} is
23608 packaged under the name @code{java-ngs}.
23609
23610 For Java packages containing a single class or a small class hierarchy,
23611 we use the lowercase class name, replace all occurrences of @code{.} by
23612 dashes and prepend the prefix @code{java-}. So the class
23613 @code{apache.commons.cli} becomes package
23614 @code{java-apache-commons-cli}.
23615
23616
23617 @node Fonts
23618 @subsection Fonts
23619
23620 @cindex fonts
23621 For fonts that are in general not installed by a user for typesetting
23622 purposes, or that are distributed as part of a larger software package,
23623 we rely on the general packaging rules for software; for instance, this
23624 applies to the fonts delivered as part of the X.Org system or fonts that
23625 are part of TeX Live.
23626
23627 To make it easier for a user to search for fonts, names for other packages
23628 containing only fonts are constructed as follows, independently of the
23629 upstream package name.
23630
23631 The name of a package containing only one font family starts with
23632 @code{font-}; it is followed by the foundry name and a dash @code{-}
23633 if the foundry is known, and the font family name, in which spaces are
23634 replaced by dashes (and as usual, all upper case letters are transformed
23635 to lower case).
23636 For example, the Gentium font family by SIL is packaged under the name
23637 @code{font-sil-gentium}.
23638
23639 For a package containing several font families, the name of the collection
23640 is used in the place of the font family name.
23641 For instance, the Liberation fonts consist of three families,
23642 Liberation Sans, Liberation Serif and Liberation Mono.
23643 These could be packaged separately under the names
23644 @code{font-liberation-sans} and so on; but as they are distributed together
23645 under a common name, we prefer to package them together as
23646 @code{font-liberation}.
23647
23648 In the case where several formats of the same font family or font collection
23649 are packaged separately, a short form of the format, prepended by a dash,
23650 is added to the package name. We use @code{-ttf} for TrueType fonts,
23651 @code{-otf} for OpenType fonts and @code{-type1} for PostScript Type 1
23652 fonts.
23653
23654
23655
23656 @node Bootstrapping
23657 @section Bootstrapping
23658
23659 @c Adapted from the ELS 2013 paper.
23660
23661 @cindex bootstrapping
23662
23663 Bootstrapping in our context refers to how the distribution gets built
23664 ``from nothing''. Remember that the build environment of a derivation
23665 contains nothing but its declared inputs (@pxref{Introduction}). So
23666 there's an obvious chicken-and-egg problem: how does the first package
23667 get built? How does the first compiler get compiled? Note that this is
23668 a question of interest only to the curious hacker, not to the regular
23669 user, so you can shamelessly skip this section if you consider yourself
23670 a ``regular user''.
23671
23672 @cindex bootstrap binaries
23673 The GNU system is primarily made of C code, with libc at its core. The
23674 GNU build system itself assumes the availability of a Bourne shell and
23675 command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and
23676 `grep'. Furthermore, build programs---programs that run
23677 @code{./configure}, @code{make}, etc.---are written in Guile Scheme
23678 (@pxref{Derivations}). Consequently, to be able to build anything at
23679 all, from scratch, Guix relies on pre-built binaries of Guile, GCC,
23680 Binutils, libc, and the other packages mentioned above---the
23681 @dfn{bootstrap binaries}.
23682
23683 These bootstrap binaries are ``taken for granted'', though we can also
23684 re-create them if needed (more on that later).
23685
23686 @unnumberedsubsec Preparing to Use the Bootstrap Binaries
23687
23688 @c As of Emacs 24.3, Info-mode displays the image, but since it's a
23689 @c large image, it's hard to scroll. Oh well.
23690 @image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}
23691
23692 The figure above shows the very beginning of the dependency graph of the
23693 distribution, corresponding to the package definitions of the @code{(gnu
23694 packages bootstrap)} module. A similar figure can be generated with
23695 @command{guix graph} (@pxref{Invoking guix graph}), along the lines of:
23696
23697 @example
23698 guix graph -t derivation \
23699 -e '(@@@@ (gnu packages bootstrap) %bootstrap-gcc)' \
23700 | dot -Tps > t.ps
23701 @end example
23702
23703 At this level of detail, things are
23704 slightly complex. First, Guile itself consists of an ELF executable,
23705 along with many source and compiled Scheme files that are dynamically
23706 loaded when it runs. This gets stored in the @file{guile-2.0.7.tar.xz}
23707 tarball shown in this graph. This tarball is part of Guix's ``source''
23708 distribution, and gets inserted into the store with @code{add-to-store}
23709 (@pxref{The Store}).
23710
23711 But how do we write a derivation that unpacks this tarball and adds it
23712 to the store? To solve this problem, the @code{guile-bootstrap-2.0.drv}
23713 derivation---the first one that gets built---uses @code{bash} as its
23714 builder, which runs @code{build-bootstrap-guile.sh}, which in turn calls
23715 @code{tar} to unpack the tarball. Thus, @file{bash}, @file{tar},
23716 @file{xz}, and @file{mkdir} are statically-linked binaries, also part of
23717 the Guix source distribution, whose sole purpose is to allow the Guile
23718 tarball to be unpacked.
23719
23720 Once @code{guile-bootstrap-2.0.drv} is built, we have a functioning
23721 Guile that can be used to run subsequent build programs. Its first task
23722 is to download tarballs containing the other pre-built binaries---this
23723 is what the @code{.tar.xz.drv} derivations do. Guix modules such as
23724 @code{ftp-client.scm} are used for this purpose. The
23725 @code{module-import.drv} derivations import those modules in a directory
23726 in the store, using the original layout. The
23727 @code{module-import-compiled.drv} derivations compile those modules, and
23728 write them in an output directory with the right layout. This
23729 corresponds to the @code{#:modules} argument of
23730 @code{build-expression->derivation} (@pxref{Derivations}).
23731
23732 Finally, the various tarballs are unpacked by the
23733 derivations @code{gcc-bootstrap-0.drv}, @code{glibc-bootstrap-0.drv},
23734 etc., at which point we have a working C tool chain.
23735
23736
23737 @unnumberedsubsec Building the Build Tools
23738
23739 Bootstrapping is complete when we have a full tool chain that does not
23740 depend on the pre-built bootstrap tools discussed above. This
23741 no-dependency requirement is verified by checking whether the files of
23742 the final tool chain contain references to the @file{/gnu/store}
23743 directories of the bootstrap inputs. The process that leads to this
23744 ``final'' tool chain is described by the package definitions found in
23745 the @code{(gnu packages commencement)} module.
23746
23747 The @command{guix graph} command allows us to ``zoom out'' compared to
23748 the graph above, by looking at the level of package objects instead of
23749 individual derivations---remember that a package may translate to
23750 several derivations, typically one derivation to download its source,
23751 one to build the Guile modules it needs, and one to actually build the
23752 package from source. The command:
23753
23754 @example
23755 guix graph -t bag \
23756 -e '(@@@@ (gnu packages commencement)
23757 glibc-final-with-bootstrap-bash)' | dot -Tps > t.ps
23758 @end example
23759
23760 @noindent
23761 produces the dependency graph leading to the ``final'' C
23762 library@footnote{You may notice the @code{glibc-intermediate} label,
23763 suggesting that it is not @emph{quite} final, but as a good
23764 approximation, we will consider it final.}, depicted below.
23765
23766 @image{images/bootstrap-packages,6in,,Dependency graph of the early packages}
23767
23768 @c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>.
23769 The first tool that gets built with the bootstrap binaries is
23770 GNU@tie{}Make---noted @code{make-boot0} above---which is a prerequisite
23771 for all the following packages. From there Findutils and Diffutils get
23772 built.
23773
23774 Then come the first-stage Binutils and GCC, built as pseudo cross
23775 tools---i.e., with @code{--target} equal to @code{--host}. They are
23776 used to build libc. Thanks to this cross-build trick, this libc is
23777 guaranteed not to hold any reference to the initial tool chain.
23778
23779 From there the final Binutils and GCC (not shown above) are built.
23780 GCC uses @code{ld}
23781 from the final Binutils, and links programs against the just-built libc.
23782 This tool chain is used to build the other packages used by Guix and by
23783 the GNU Build System: Guile, Bash, Coreutils, etc.
23784
23785 And voilà! At this point we have the complete set of build tools that
23786 the GNU Build System expects. These are in the @code{%final-inputs}
23787 variable of the @code{(gnu packages commencement)} module, and are
23788 implicitly used by any package that uses @code{gnu-build-system}
23789 (@pxref{Build Systems, @code{gnu-build-system}}).
23790
23791
23792 @unnumberedsubsec Building the Bootstrap Binaries
23793
23794 @cindex bootstrap binaries
23795 Because the final tool chain does not depend on the bootstrap binaries,
23796 those rarely need to be updated. Nevertheless, it is useful to have an
23797 automated way to produce them, should an update occur, and this is what
23798 the @code{(gnu packages make-bootstrap)} module provides.
23799
23800 The following command builds the tarballs containing the bootstrap
23801 binaries (Guile, Binutils, GCC, libc, and a tarball containing a mixture
23802 of Coreutils and other basic command-line tools):
23803
23804 @example
23805 guix build bootstrap-tarballs
23806 @end example
23807
23808 The generated tarballs are those that should be referred to in the
23809 @code{(gnu packages bootstrap)} module mentioned at the beginning of
23810 this section.
23811
23812 Still here? Then perhaps by now you've started to wonder: when do we
23813 reach a fixed point? That is an interesting question! The answer is
23814 unknown, but if you would like to investigate further (and have
23815 significant computational and storage resources to do so), then let us
23816 know.
23817
23818 @unnumberedsubsec Reducing the Set of Bootstrap Binaries
23819
23820 Our bootstrap binaries currently include GCC, Guile, etc. That's a lot
23821 of binary code! Why is that a problem? It's a problem because these
23822 big chunks of binary code are practically non-auditable, which makes it
23823 hard to establish what source code produced them. Every unauditable
23824 binary also leaves us vulnerable to compiler backdoors as described by
23825 Ken Thompson in the 1984 paper @emph{Reflections on Trusting Trust}.
23826
23827 This is mitigated by the fact that our bootstrap binaries were generated
23828 from an earlier Guix revision. Nevertheless it lacks the level of
23829 transparency that we get in the rest of the package dependency graph,
23830 where Guix always gives us a source-to-binary mapping. Thus, our goal
23831 is to reduce the set of bootstrap binaries to the bare minimum.
23832
23833 The @uref{http://bootstrappable.org, Bootstrappable.org web site} lists
23834 on-going projects to do that. One of these is about replacing the
23835 bootstrap GCC with a sequence of assemblers, interpreters, and compilers
23836 of increasing complexity, which could be built from source starting from
23837 a simple and auditable assembler. Your help is welcome!
23838
23839
23840 @node Porting
23841 @section Porting to a New Platform
23842
23843 As discussed above, the GNU distribution is self-contained, and
23844 self-containment is achieved by relying on pre-built ``bootstrap
23845 binaries'' (@pxref{Bootstrapping}). These binaries are specific to an
23846 operating system kernel, CPU architecture, and application binary
23847 interface (ABI). Thus, to port the distribution to a platform that is
23848 not yet supported, one must build those bootstrap binaries, and update
23849 the @code{(gnu packages bootstrap)} module to use them on that platform.
23850
23851 Fortunately, Guix can @emph{cross compile} those bootstrap binaries.
23852 When everything goes well, and assuming the GNU tool chain supports the
23853 target platform, this can be as simple as running a command like this
23854 one:
23855
23856 @example
23857 guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs
23858 @end example
23859
23860 For this to work, the @code{glibc-dynamic-linker} procedure in
23861 @code{(gnu packages bootstrap)} must be augmented to return the right
23862 file name for libc's dynamic linker on that platform; likewise,
23863 @code{system->linux-architecture} in @code{(gnu packages linux)} must be
23864 taught about the new platform.
23865
23866 Once these are built, the @code{(gnu packages bootstrap)} module needs
23867 to be updated to refer to these binaries on the target platform. That
23868 is, the hashes and URLs of the bootstrap tarballs for the new platform
23869 must be added alongside those of the currently supported platforms. The
23870 bootstrap Guile tarball is treated specially: it is expected to be
23871 available locally, and @file{gnu/local.mk} has rules do download it for
23872 the supported architectures; a rule for the new platform must be added
23873 as well.
23874
23875 In practice, there may be some complications. First, it may be that the
23876 extended GNU triplet that specifies an ABI (like the @code{eabi} suffix
23877 above) is not recognized by all the GNU tools. Typically, glibc
23878 recognizes some of these, whereas GCC uses an extra @code{--with-abi}
23879 configure flag (see @code{gcc.scm} for examples of how to handle this).
23880 Second, some of the required packages could fail to build for that
23881 platform. Lastly, the generated binaries could be broken for some
23882 reason.
23883
23884 @c *********************************************************************
23885 @include contributing.texi
23886
23887 @c *********************************************************************
23888 @node Acknowledgments
23889 @chapter Acknowledgments
23890
23891 Guix is based on the @uref{http://nixos.org/nix/, Nix package manager},
23892 which was designed and
23893 implemented by Eelco Dolstra, with contributions from other people (see
23894 the @file{nix/AUTHORS} file in Guix.) Nix pioneered functional package
23895 management, and promoted unprecedented features, such as transactional
23896 package upgrades and rollbacks, per-user profiles, and referentially
23897 transparent build processes. Without this work, Guix would not exist.
23898
23899 The Nix-based software distributions, Nixpkgs and NixOS, have also been
23900 an inspiration for Guix.
23901
23902 GNU@tie{}Guix itself is a collective work with contributions from a
23903 number of people. See the @file{AUTHORS} file in Guix for more
23904 information on these fine people. The @file{THANKS} file lists people
23905 who have helped by reporting bugs, taking care of the infrastructure,
23906 providing artwork and themes, making suggestions, and more---thank you!
23907
23908
23909 @c *********************************************************************
23910 @node GNU Free Documentation License
23911 @appendix GNU Free Documentation License
23912 @cindex license, GNU Free Documentation License
23913 @include fdl-1.3.texi
23914
23915 @c *********************************************************************
23916 @node Concept Index
23917 @unnumbered Concept Index
23918 @printindex cp
23919
23920 @node Programming Index
23921 @unnumbered Programming Index
23922 @syncodeindex tp fn
23923 @syncodeindex vr fn
23924 @printindex fn
23925
23926 @bye
23927
23928 @c Local Variables:
23929 @c ispell-local-dictionary: "american";
23930 @c End: