diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-14 09:40:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-14 09:40:02 +0300 |
| commit | 7872660a4fb6c272619283617856d87f901c850c (patch) | |
| tree | 585afae8c8d573a107850951b0a070ecf35e09e2 /roles/host | |
| parent | 51e53772a7fedae0b96ab99d35dc548d96c6b17d (diff) | |
Fix volume mounts
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 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 %} |
