fix podman dns issue
This commit is contained in:
parent
7aeaf79b1a
commit
d264d4b974
@ -69,4 +69,6 @@
|
||||
startGid = 10000;
|
||||
}];
|
||||
};
|
||||
|
||||
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
|
||||
}
|
@ -95,5 +95,7 @@ with config.deviceSpecific; {
|
||||
"/var/lib/containers"
|
||||
"/var/lib/lxd"
|
||||
];
|
||||
|
||||
networking.firewall.interfaces."podman-+".allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user