mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-12 23:58:57 -05:00
open udp 53 on podman hosts
This commit is contained in:
parent
9c6c86c604
commit
a591184639
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
|
@ -7,4 +8,7 @@
|
|||
podman-compose
|
||||
];
|
||||
};
|
||||
|
||||
# required for podman DNS resolution
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue