change podman interface to lan
This commit is contained in:
parent
f69bcce5ef
commit
b72910e8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in {
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings = {
|
defaultNetwork.settings = {
|
||||||
driver = "macvlan";
|
driver = "macvlan";
|
||||||
network_interface = "server";
|
network_interface = "lan";
|
||||||
# subnets = [
|
# subnets = [
|
||||||
# {
|
# {
|
||||||
# subnet = "10.42.97.0/24";
|
# subnet = "10.42.97.0/24";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue