hosts: dmz: enable hydra
This commit is contained in:
12
modules/services/dmz/hydra.nix
Normal file
12
modules/services/dmz/hydra.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
port = true;
|
||||
hydraURL = "http://localhost:3000";
|
||||
notificationSender = "hydra@localhost";
|
||||
useSubstitutes = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user