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";
|
||||
buildMachinesFiles = [ ];
|
||||
useSubstitutes = true;
|
||||
listenHost = "fcde:ad::1";
|
||||
port = 3000;
|
||||
};
|
||||
|
||||
nix.buildMachines = [
|
||||
|
@ -58,6 +60,7 @@ in
|
|||
22 # SSH
|
||||
80
|
||||
443 # HTTPS
|
||||
3000 # Hydra
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
51234 # Wireguard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue