Age | Commit message (Expand) | Author |
2020-08-17 | doc: Fix a typo in the AutoSSH service documentation....* doc/guix.texi (Networking Services)[autossh-configuration]: Fix typo.
| Maxim Cournoyer |
2020-08-16 | services: docker: Add 'enable-iptables?' argument....* gnu/services/docker.scm (docker-configuration): Define the argument.
* gnu/services/docker.scm (docker-shepherd-service): Use it.
* doc/guix.texi (Docker Service): Document it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Alexey Abramov |
2020-08-10 | doc: Fix a typo....* doc/guix.texi (operating-system Reference): Fix a typo & sigh.
Reported by Jakub Kądziołka <kuba@kadziolka.net>.
| Tobias Geerinckx-Rice |
2020-08-09 | doc: Shrink width of deeply-indented code sample....This follows up on commit 4cafdce2102e3ebc7b3a6152464a62a454b6be45.
* doc/guix.texi (operating-system Reference): Shorten comments to fit
everything on an 80-character punch card.
| Tobias Geerinckx-Rice |
2020-08-09 | doc: Explain how to select system package outputs....* doc/guix.texi (operating-system Reference): Document that PACKAGES may
contain traces of tuples and give an example.
| Tobias Geerinckx-Rice |
2020-08-09 | doc: Fix typo....* doc/guix.texi (operating-system Reference): Add missing ‘of’.
| Tobias Geerinckx-Rice |
2020-08-03 | doc: Document 'mount-may-fail?' field....This is a followup to 7c27bd115b14afd142da7684cc349369965f9eab.
* doc/guix.texi (File Systems): Document 'mount-may-fail?'.
| Ludovic Courtès |
2020-08-02 | services: Add zram-device-service....* gnu/services/linux.scm (<zram-device-configuration>): New record.
(zram-device-service-type): New variable.
* doc/guix.texi (Linux Services): Document it.
* tests/services/linux.scm (zram-swap-device-test): New tests.
| Efraim Flashner |
2020-08-01 | doc: Explain how to use psql with peer authentication....* doc/guix.texi (Database Services): Add example of shell commands to use psql
as system user. Also add troubleshooting tip when service fails to start
because of incompatible cluster.
| Pierre Neidhardt |
2020-07-29 | doc: Extend tlp-service-type example....* doc/guix.texi (Power Management Services): Demonstrate
tlp-configuration usage.
Suggested by rovanion on #guix.
| Tobias Geerinckx-Rice |
2020-07-28 | doc: Warn against using the .scm extension for the channel news file....* doc/guix.texi (Writing Channel News): Explain the issue with using the .scm
extension and possible workarounds; fix the example to use the .txt extension instead.
| Pierre Neidhardt |
2020-07-27 | services: auditd: Provide default configuration directory....* gnu/services/auditd.scm (auditd.conf)
(%default-auditd-configuration-directory): New variables.
(<auditd-configuration>): Switch to 'define-record-type*'.
[configuration-directory]: New field.
(auditd-shepherd-service): Honor 'configuration-directory'. Pass #:pid-file.
(auditd-service-type)[description]: Tweak.
[default-value]: Provide 'configuration-directory'.
* doc/guix.texi (Miscellaneous Services): Update docs to reflect
changes.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Robin Green |
2020-07-27 | services: Add 'unattended-upgrade-service-type'....* gnu/services/admin.scm (<unattended-upgrade-configuration>): New
record type.
(%unattended-upgrade-log-file): New variable.
(unattended-upgrade-mcron-jobs, unattended-upgrade-log-rotations): New
procedures.
(unattended-upgrade-service-type): New variable.
* doc/guix.texi (Service Reference): Add 'provenance-service-type' anchor.
(Unattended Upgrades): New section.
| Ludovic Courtès |
2020-07-27 | machine: ssh: Check for potential system downgrades....This is a followup to 8e31736b0a60919cc1bfc5dc22c395b09243484a.
* guix/scripts/system/reconfigure.scm (check-forward-update): Add
#:current-channels. Use it instead of OLD.
* gnu/services.scm (sexp->system-provenance): New procedure.
(system-provenance): Use it.
* gnu/machine/ssh.scm (<machine-ssh-configuration>)[allow-downgrades?]:
New field.
( |