feat: Added open ports

This commit is contained in:
uttarayan21
2025-03-04 11:09:57 +05:30
parent 0d86918efd
commit 41fa01ca53

View File

@@ -8,6 +8,8 @@
virtualisation.podman.enable = true;
virtualisation.podman.dockerSocket.enable = true;
users.extraUsers.servius.extraGroups = ["podman"];
networking.firewall.allowedTCPPorts = [21063 21064];
networking.firewall.allowedUDPPorts = [5353];
virtualisation.arion = {
backend = "docker";