mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
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
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user