1
0
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:
Ludovic Courtès
2024-12-30 10:30:00 +01:00
parent 3a6c5922aa
commit 13e7caf52c
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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.