pruflas: open hydra port to tunnel
This commit is contained in:
parent
e3a797a98f
commit
b444906e42
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,8 @@ in
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
listenHost = "fcde:ad::1";
|
||||||
|
port = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
|
@ -58,6 +60,7 @@ in
|
||||||
22 # SSH
|
22 # SSH
|
||||||
80
|
80
|
||||||
443 # HTTPS
|
443 # HTTPS
|
||||||
|
3000 # Hydra
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
51234 # Wireguard
|
51234 # Wireguard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue