Enable the nat_dhcp jail on boot so its always available.

This commit is contained in:
Tom Alexander 2022-12-02 20:19:16 -05:00
parent d4e9caad67
commit e4f5754a91
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -41,6 +41,7 @@ jail_zfs_dataset: zroot/freebsd/release/jails
jail_zfs_dataset_mountpoint: /jail/main jail_zfs_dataset_mountpoint: /jail/main
jail_list: jail_list:
- name: nat_dhcp - name: nat_dhcp
enabled: true
conf: conf:
src: nat_dhcp src: nat_dhcp
bhyve_dataset: zroot/freebsd/release/vm bhyve_dataset: zroot/freebsd/release/vm