aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-15 13:19:05 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-15 13:19:05 +0300
commitaa4de6133a1f611da2cb564aaacb80f042094adc (patch)
treee8c2d0fb81feb6683d257b065fd9ed10c632d688 /roles/host
parent6524107008a601fa747cf9015c297a7e9303954e (diff)
Disable vm, fix ingress/postgres to support immich
Diffstat (limited to 'roles/host')
-rw-r--r--roles/host/templates/etc_rc.conf.j29
1 files changed, 3 insertions, 6 deletions
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 %}