summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-12-30 10:30:00 +0100
committerLudovic Courtès <ludo@gnu.org>2024-12-30 11:01:43 +0100
commit13e7caf52c467d2fb0f2d59a908e2aebcd430367 (patch)
treedeaf00de922007fa1854ab089c813f323b22eb96 /doc
parent3a6c5922aa224c6f994f2944b29f0b1534f5d3e7 (diff)
services: resize-file-system: Remove invalid default value.
The default value of #f for the ‘file-system’ field is invalid and would trigger a type error when running ‘guix system search’. * gnu/services/admin.scm (<resize-file-system-configuration>)[file-system]: Remove default value. (resize-file-system-service-type)[default-value]: Remove. * doc/guix.texi (Miscellaneous Services): Adjust accordingly. Change-Id: If73f8923f49d38827059ba98bd53636a7f3917fe
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 7bf14a49e9..dbcb39010a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -42314,7 +42314,7 @@ systems.
@table @asis
-@item @code{file-system} (default: @code{#f}) (type: file-system)
+@item @code{file-system} (type: file-system)
The file-system object to resize (@pxref{File Systems}). This object
must have the @code{device} and @code{type} fields set. Other fields
are ignored.