aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host/templates/etc_rc.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/templates/etc_rc.conf.j2')
-rw-r--r--roles/host/templates/etc_rc.conf.j22
1 files changed, 1 insertions, 1 deletions
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 %}