mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123123
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
14380
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 14380; to = 15380; }
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
14380
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 14380; to = 15380; }
|
||||
];
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
Reference in New Issue
Block a user