Transition the home server to the dynamic netgraph devices.

This commit is contained in:
Tom Alexander
2023-04-27 16:58:06 -04:00
parent 24bfa840ff
commit 8867761939
4 changed files with 20 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
dagger {
path = "/jail/main/jails/dagger";
path = "/jail/main/jails/${name}";
vnet;
vnet.interface += "wg_link2";
vnet.interface += "dagger";
exec.start += "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown jail";