diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 17:34:14 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 17:34:14 +0300 |
| commit | 659238b46057ed8a57e28004bb9dc07d6415a959 (patch) | |
| tree | 973353c6af95c0641714ef806b578fed15385e5f /roles/host/templates | |
| parent | c101bc05df0960f97ba621fc3c86e8b3f3f07615 (diff) | |
Set up dl jail
Diffstat (limited to 'roles/host/templates')
| -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 %} |
