diff options
Diffstat (limited to 'roles/host')
| -rw-r--r-- | roles/host/templates/etc_rc.conf.j2 | 2 |
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 7cdf65e..b343df0 100644 --- a/roles/host/templates/etc_rc.conf.j2 +++ b/roles/host/templates/etc_rc.conf.j2 @@ -46,5 +46,5 @@ vm_list="alpine0" vm_delay="5" kld_list="pf if_wg i915kms" {% else %} -kld_list="pf" +kld_list="pf if_wg" {% endif %} |
