change network

This commit is contained in:
2023-12-05 09:03:31 +01:00
parent e039fa91da
commit 83f2a219c4
2 changed files with 2 additions and 8 deletions

View File

@@ -6,13 +6,6 @@ in {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
driver = "macvlan";
network_interface = "vserver";
ipam_options = {
driver = "dhcp";
};
};
};
};
}