diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 18:46:45 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-20 13:27:16 +0100 |
| commit | 72e724cef438a7e16052dd1a38bf03027635f2bc (patch) | |
| tree | ec6ea468ae736b115af16611ec70bb136054171b /gnu/system | |
| parent | 1ae20f03f43a2af2bcde3751a2809fe152298d34 (diff) | |
services, tests: Refer to inherited field values where applicable.
* gnu/machine/hetzner.scm (operating-system-authorize): Refer to ‘services’
instead of calling ‘operating-system-user-services’.
* gnu/services/virtualization.scm (secret-service-operating-system): Likewise.
* gnu/tests.scm (operating-system-with-console-syslog): Likewise.
* gnu/tests/avahi.scm (%avahi-os): Likewise.
* gnu/tests/base.scm (%test-guix-daemon-unprivileged): Likewise.
* gnu/tests/nfs.scm (%nfs-os): Likewise.
(run-nfs-full-test): Likewise.
* gnu/system/vm.scm (virtualized-operating-system): Refer to ‘initrd-modules’
instead of calling ‘operating-system-initrd-modules’.
Change-Id: I00c5f5c1e171b174bf0ca709b2dbd13a2fe161b5
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/vm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index a3db2991d60..626b5039acc 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013-2025 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013-2026 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> | 3 | ;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org> |
| 4 | ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> | 4 | ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> |
| 5 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | 5 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> |
| @@ -185,7 +185,7 @@ environment with the store shared with the host. MAPPINGS is a list of | |||
| 185 | ;; XXX In 6.14, the kernel renamed the "cirrus" module to "cirrus-qemu", so | 185 | ;; XXX In 6.14, the kernel renamed the "cirrus" module to "cirrus-qemu", so |
| 186 | ;; we account for that here. The renaming was done in this commit: | 186 | ;; we account for that here. The renaming was done in this commit: |
| 187 | ;; https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/commit/?id=5c3c99868aa2e0b68ac69f8050a6b9c994e73397 | 187 | ;; https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/commit/?id=5c3c99868aa2e0b68ac69f8050a6b9c994e73397 |
| 188 | (initrd-modules (let* ((modules (operating-system-initrd-modules os)) | 188 | (initrd-modules (let* ((modules initrd-modules) |
| 189 | (kernel-version | 189 | (kernel-version |
| 190 | (package-version (operating-system-kernel os))) | 190 | (package-version (operating-system-kernel os))) |
| 191 | (cirrus-module | 191 | (cirrus-module |
