Enable optimization for hydra ISO.

This commit is contained in:
Tom Alexander
2025-03-30 21:56:27 -04:00
parent 295ac24361
commit 33f582d17a
3 changed files with 10 additions and 26 deletions

View File

@@ -22,11 +22,10 @@
{
services.hydra = {
enable = true;
hydraURL = "http://localhost:3000"; # externally visible URL
notificationSender = "hydra@localhost"; # e-mail of Hydra service
hydraURL = "http://localhost:3000"; # Externally visible URL
notificationSender = "hydra@localhost"; # "From" address for hydra emails.
# a standalone Hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/machines
buildMachinesFiles = [ ];
# you will probably also want, otherwise *everything* will be built from scratch
useSubstitutes = true;
};