dockerzzzzzzzzzzzz

This commit is contained in:
stitchy 2024-01-24 07:27:40 +00:00
parent 733fb2daac
commit 7c998d4b15
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedTCPPorts = [ 22 25565 ];
networking.firewall.allowedUDPPorts = [ 51820 ];
virtualisation.docker.enable = true;