mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-13 19:07:17 +00:00
addin ssh key
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.search = ["node.dc1.consul" "service.dc1.consul"];
|
networking.search = ["node.dc1.consul" "service.dc1.consul"];
|
||||||
networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
}: {
|
}: {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [4646 4647 4648 8123 80 443];
|
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||||
allowedUDPPorts = [4646 4647 4648 8123 80 443];
|
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||||
};
|
};
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user