diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 9cca32a..797f7e0 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -9,18 +9,9 @@ in { defaultNetwork.settings = { driver = "macvlan"; network_interface = "lan"; - subnets = [ - { - subnet = "10.42.96.0/24"; - gateway = "10.42.96.1"; - } - ]; ipv6_enabled = false; internal = false; dns_enabled = false; - ipam_options = { - driver = "dhcp"; - }; }; }; };