migrate hydra to ymir
This commit is contained in:
parent
1c6384e576
commit
967b5f45e3
2 changed files with 9 additions and 7 deletions
|
|
@ -13,14 +13,7 @@ in
|
||||||
enableNextcloud = true;
|
enableNextcloud = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hydra = {
|
|
||||||
enable = true;
|
|
||||||
hydraURL = "http://localhost:${builtins.toString hydraPort}";
|
|
||||||
notificationSender = "hydra@localhost";
|
|
||||||
buildMachinesFiles = [];
|
|
||||||
useSubstitutes = true;
|
|
||||||
|
|
||||||
};
|
|
||||||
networking.firewall.allowedTCPPorts = [ hydraPort ];
|
networking.firewall.allowedTCPPorts = [ hydraPort ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,15 @@
|
||||||
|
|
||||||
networking.hostName = "ymir"; # Define your hostname.
|
networking.hostName = "ymir"; # Define your hostname.
|
||||||
|
|
||||||
|
services.hydra = {
|
||||||
|
enable = true;
|
||||||
|
hydraURL = "http://localhost:3000";
|
||||||
|
notificationSender = "hydra@localhost";
|
||||||
|
buildMachinesFiles = [];
|
||||||
|
useSubstitutes = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
8889
|
8889
|
||||||
8000
|
8000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue