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