addin ssh key

This commit is contained in:
2023-11-22 20:41:34 +00:00
parent 49367ee00e
commit cad3637763
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
];
networking.search = ["node.dc1.consul" "service.dc1.consul"];
networking.firewall.enable = false;
# networking.firewall.enable = false;
services.openssh = {
enable = true;

View File

@@ -7,8 +7,8 @@
}: {
virtualisation.docker.enable = true;
networking.firewall = {
allowedTCPPorts = [4646 4647 4648 8123 80 443];
allowedUDPPorts = [4646 4647 4648 8123 80 443];
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
};
#