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 = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedUDPPortRanges = [
|
||||||
14380
|
{ from = 14380; to = 15380; }
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedTCPPortRanges = [
|
||||||
14380
|
{ from = 14380; to = 15380; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.backend = "podman";
|
virtualisation.oci-containers.backend = "podman";
|
||||||
|
|||||||
Reference in New Issue
Block a user