fix podman dns
This commit is contained in:
parent
4d8162522e
commit
8b72771a89
@ -70,5 +70,5 @@
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
|
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
|
||||||
}
|
}
|
@ -96,6 +96,6 @@ with config.deviceSpecific; {
|
|||||||
"/var/lib/lxd"
|
"/var/lib/lxd"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
|
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user