Logo
Explore Privacy Policy Terms of Service Help
Sign In
ahuston-0/nix-dotfiles
1
0
Fork 0
You've already forked nix-dotfiles
Code Issues Pull Requests5 Actions Packages Projects Releases Wiki Activity
2b917b8332
BranchesTags
View all branches
nix-dotfiles/modules/hydra.nix

16 lines
261 B
Nix
Raw Normal View History

add hydra (#48)
2024-02-01 05:24:04 +01:00
{ config, lib, ... }:
enable external SMTP for hydra (#49) * external SMTP for hydra Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * nix-serve sops Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * add binary cache * add hydra jobs * cleanup (#50) * finish up cleanup branch merge * switched back to nixpkgs-fmt * add nixpkgs-fmt to hydrajobs.build --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Dennis Wuitz <dennish@wuitz.de> Co-authored-by: Dennis <52411861+DerDennisOP@users.noreply.github.com>
2024-02-01 16:50:14 -05:00
let cfg = config.services.hydra;
in {
add hydra (#48)
2024-02-01 05:24:04 +01:00
config = {
services.hydra.extraConfig = lib.mkDefault (lib.concatLines [
cfg.extraConfig
''
<git-input>
timeout = 3600
</git-input>
''
]);
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 51ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API