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 25c4065..985ec41 100644
--- a/roles/host/templates/etc_rc.conf.j2
+++ b/roles/host/templates/etc_rc.conf.j2
@@ -41,7 +41,7 @@ cleanvar_enable="YES"
auditd_enable="YES"
devd_enable="YES"
{% if is_prod %}
-kld_list="pf if_wg i915kms fdescfs linux64"
+kld_list="pf if_wg fdescfs linux64"
{% else %}
kld_list="pf if_wg linux64"
{% endif %}