mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -23,6 +23,14 @@
|
|||||||
"${matchAll}".allowedUDPPorts = [ 53 ];
|
"${matchAll}".allowedUDPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
14380
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
14380
|
||||||
|
];
|
||||||
|
};
|
||||||
virtualisation.oci-containers.backend = "podman";
|
virtualisation.oci-containers.backend = "podman";
|
||||||
|
|
||||||
# Containers
|
# Containers
|
||||||
|
|||||||
Reference in New Issue
Block a user