addin ssh key

This commit is contained in:
2023-11-22 21:07:32 +00:00
parent cad3637763
commit db98ad82a6

View File

@@ -6,9 +6,11 @@
...
}: {
virtualisation.docker.enable = true;
networking.firewall = {
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
trustedInterfaces = ["docker0"];
};
#