migrate hydra to ymir

This commit is contained in:
Osman Faruk Bayram 2025-07-27 03:12:40 +03:00
parent 1c6384e576
commit 967b5f45e3
2 changed files with 9 additions and 7 deletions

View file

@ -13,14 +13,7 @@ in
enableNextcloud = true;
};
services.hydra = {
enable = true;
hydraURL = "http://localhost:${builtins.toString hydraPort}";
notificationSender = "hydra@localhost";
buildMachinesFiles = [];
useSubstitutes = true;
};
networking.firewall.allowedTCPPorts = [ hydraPort ];
boot.loader.systemd-boot.enable = true;

View file

@ -30,6 +30,15 @@
networking.hostName = "ymir"; # Define your hostname.
services.hydra = {
enable = true;
hydraURL = "http://localhost:3000";
notificationSender = "hydra@localhost";
buildMachinesFiles = [];
useSubstitutes = true;
};
networking.firewall.allowedTCPPorts = [
8889
8000