From 7872660a4fb6c272619283617856d87f901c850c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 14 Jul 2026 09:40:02 +0300 Subject: Fix volume mounts --- roles/host/templates/etc_rc.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/host') diff --git a/roles/host/templates/etc_rc.conf.j2 b/roles/host/templates/etc_rc.conf.j2 index b343df0..561d472 100644 --- a/roles/host/templates/etc_rc.conf.j2 +++ b/roles/host/templates/etc_rc.conf.j2 @@ -44,7 +44,7 @@ vm_enable="YES" vm_dir="zfs:zroot/vm" vm_list="alpine0" vm_delay="5" -kld_list="pf if_wg i915kms" +kld_list="pf if_wg i915kms fdescfs" {% else %} kld_list="pf if_wg" {% endif %} -- cgit v1.3