add secret, delete hydra module
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = config.services.hydra;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
services.hydra.extraConfig = lib.mkDefault (
|
||||
lib.concatLines [
|
||||
cfg.extraConfig
|
||||
''
|
||||
<git-input>
|
||||
timeout = 3600
|
||||
</git-input>
|
||||
''
|
||||
]
|
||||
);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user