mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
addin ssh key
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
}: {
|
}: {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [4646 4647 4648];
|
allowedTCPPorts = [4646 4647 4648 8123];
|
||||||
allowedUDPPorts = [4646 4647 4648];
|
allowedUDPPorts = [4646 4647 4648 8123];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nomad = {
|
services.nomad = {
|
||||||
|
|||||||
Reference in New Issue
Block a user