addin ssh key

This commit is contained in:
2023-11-21 23:24:27 +00:00
parent cdc3af5ec4
commit 12beef0509

View File

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