From 84b2141d38fe519e1251aca4dffb3df85be4e7ff Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 29 Aug 2025 21:06:14 +0800 Subject: [PATCH] services: zfs: Export variable. * modules/rosenthal/services/file-systems.scm (zfs-service-type): Export. --- modules/rosenthal/services/file-systems.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/rosenthal/services/file-systems.scm b/modules/rosenthal/services/file-systems.scm index 80c9e0c..3f008aa 100644 --- a/modules/rosenthal/services/file-systems.scm +++ b/modules/rosenthal/services/file-systems.scm @@ -17,7 +17,9 @@ #:export (btrbk-service-type btrbk-configuration - dumb-runtime-dir-service-type)) + dumb-runtime-dir-service-type + + zfs-service-type)) ;;;