diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-30 18:42:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-07 00:59:56 +0100 |
commit | eaabc5e87f4e48d7bce88ca231f5fc2d554ca3d6 (patch) | |
tree | 9f9d300bc392a632765bf1e2e4b830307c1167ca /doc | |
parent | b85836d3067a0faccc945d584dfb88cf557eee97 (diff) | |
download | guix-eaabc5e87f4e48d7bce88ca231f5fc2d554ca3d6.tar guix-eaabc5e87f4e48d7bce88ca231f5fc2d554ca3d6.tar.gz |
machine: Add provenance tracking to each machine operating system.
* gnu/machine.scm (<machine>): Rename accessor to
'%machine-operating-system'.
(machine-operating-system): New procedure.
* doc/guix.texi (Service Reference): Mention it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bd7cb7a3da..4c2ecd4b84 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27129,8 +27129,8 @@ comparison less trivial. @end quotation This service is automatically added to your operating system -configuration when you use @command{guix system reconfigure} or -@command{guix system init}. +configuration when you use @command{guix system reconfigure}, +@command{guix system init}, or @command{guix deploy}. @end defvr @node Shepherd Services |