feat: Added open ports
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
virtualisation.podman.dockerSocket.enable = true;
|
virtualisation.podman.dockerSocket.enable = true;
|
||||||
users.extraUsers.servius.extraGroups = ["podman"];
|
users.extraUsers.servius.extraGroups = ["podman"];
|
||||||
|
networking.firewall.allowedTCPPorts = [21063 21064];
|
||||||
|
networking.firewall.allowedUDPPorts = [5353];
|
||||||
|
|
||||||
virtualisation.arion = {
|
virtualisation.arion = {
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
|
|||||||
Reference in New Issue
Block a user