hosts: dmz: enable hydra
This commit is contained in:
parent
941276e83f
commit
f864f543b8
@ -12,6 +12,7 @@
|
||||
|
||||
[
|
||||
./microvm.nix
|
||||
./hydra.nix
|
||||
]
|
||||
|
||||
# picom, polybar and sxhkd are pulled from desktop module
|
||||
|
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;
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user