diff options
| author | Jan Sydänviita <jan@sydanviita.fi> | 2026-08-27 08:33:58 +0300 |
|---|---|---|
| committer | Jan Sydänviita <jan@sydanviita.fi> | 2026-08-27 08:33:58 +0300 |
| commit | 4d1a03c71c62a20a2e0ed4a8e892fdb8f412c16b (patch) | |
| tree | 27a6b0f7c35cde24133b1914432fa6abff617881 | |
| parent | 3289d8991fe4661d28998689fcbc5b30942f16e7 (diff) | |
| -rw-r--r-- | roles/host/templates/etc_rc.conf.j2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/roles/host/templates/etc_rc.conf.j2 b/roles/host/templates/etc_rc.conf.j2 index 985ec41..2fa289d 100644 --- a/roles/host/templates/etc_rc.conf.j2 +++ b/roles/host/templates/etc_rc.conf.j2 @@ -19,6 +19,7 @@ ifconfig_lan0_ipv6="inet6 accept_rtadv" ifconfig_wan0="up" ifconfig_brlan0="addm lan0 up" ifconfig_brwan0="addm wan0 up" +kld_list="pf if_wg fdescfs linux64" {% else %} ifconfig_bridge0_name="brlan0" ifconfig_bridge1_name="brwan0" @@ -26,6 +27,7 @@ ifconfig_vtnet0="inet {{ lan_ipv4_cidr }}" ifconfig_vtnet0_ipv6="inet6 accept_rtadv" ifconfig_brlan0="addm vtnet0 up" ifconfig_brwan0="up" +kld_list="pf if_wg linux64" {% endif %} zpool_gpt_labels_enable="YES" smartd_enable="YES" @@ -40,8 +42,4 @@ clear_tmp_enable="YES" cleanvar_enable="YES" auditd_enable="YES" devd_enable="YES" -{% if is_prod %} -kld_list="pf if_wg fdescfs linux64" -{% else %} -kld_list="pf if_wg linux64" -{% endif %} +netdata_enable="YES" |
