[host/elysia-clarki] Close port, update hydra config
This commit is contained in:
parent
648a784f3f
commit
6666f61774
|
@ -90,13 +90,11 @@ in {
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.hydra;
|
package = pkgs.hydra;
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@home";
|
||||||
hydraURL = "elysia-clarki";
|
hydraURL = "hydra.home";
|
||||||
#listenHost = "looking-glas";
|
|
||||||
minimumDiskFree = 10;
|
minimumDiskFree = 10;
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [config.services.hydra.port];
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "helix-texta";
|
hostName = "helix-texta";
|
||||||
|
|
Loading…
Reference in a new issue