[host/elysia-clarki] Close port, update hydra config

This commit is contained in:
Malte Tammena 2022-05-26 21:31:16 +02:00
parent 648a784f3f
commit 6666f61774

View file

@ -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";