add 'https' to hydra link for proper website links
This commit is contained in:
parent
2a722dbf73
commit
fe3bdd4949
|
@ -4,7 +4,7 @@
|
|||
# https://gist.github.com/joepie91/c26f01a787af87a96f967219234a8723
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
hydraURL = "http://hydra.nani.wtf";
|
||||
hydraURL = "https://hydra.nani.wtf";
|
||||
notificationSender = "hydra@nani.wtf";
|
||||
useSubstitutes = true;
|
||||
package = unstable-pkgs.hydra_unstable;
|
||||
|
|
Loading…
Reference in New Issue