From aa4de6133a1f611da2cb564aaacb80f042094adc Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 15 Jul 2026 13:19:05 +0300 Subject: Disable vm, fix ingress/postgres to support immich --- roles/host/templates/etc_rc.conf.j2 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'roles/host') diff --git a/roles/host/templates/etc_rc.conf.j2 b/roles/host/templates/etc_rc.conf.j2 index 561d472..25c4065 100644 --- a/roles/host/templates/etc_rc.conf.j2 +++ b/roles/host/templates/etc_rc.conf.j2 @@ -35,16 +35,13 @@ syslogd_flags="-s" jail_enable="YES" jail_parallel_start="YES" jail_reverse_stop="YES" +linux_enable="YES" clear_tmp_enable="YES" cleanvar_enable="YES" auditd_enable="YES" devd_enable="YES" {% if is_prod %} -vm_enable="YES" -vm_dir="zfs:zroot/vm" -vm_list="alpine0" -vm_delay="5" -kld_list="pf if_wg i915kms fdescfs" +kld_list="pf if_wg i915kms fdescfs linux64" {% else %} -kld_list="pf if_wg" +kld_list="pf if_wg linux64" {% endif %} -- cgit v1.3