From 13e7caf52c467d2fb0f2d59a908e2aebcd430367 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 30 Dec 2024 10:30:00 +0100 Subject: services: resize-file-system: Remove invalid default value. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ()[file-system]: Remove default value. (resize-file-system-service-type)[default-value]: Remove. * doc/guix.texi (Miscellaneous Services): Adjust accordingly. Change-Id: If73f8923f49d38827059ba98bd53636a7f3917fe --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 7bf14a49e93..dbcb39010af 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. -- cgit v1.2.3