diff options
Diffstat (limited to 'usecases/server/hydra-server.nix')
-rw-r--r-- | usecases/server/hydra-server.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usecases/server/hydra-server.nix b/usecases/server/hydra-server.nix index 6fbbdee..3a1d62e 100644 --- a/usecases/server/hydra-server.nix +++ b/usecases/server/hydra-server.nix | |||
@@ -15,8 +15,9 @@ inputs: | |||
15 | config = { | 15 | config = { |
16 | services.hydra = { | 16 | services.hydra = { |
17 | enable = true; | 17 | enable = true; |
18 | #hydraURL = "https://hydra.huh.gdn"; | 18 | # TODO: for NixOS 21.05 |
19 | #notificationSender = "hydra@huh.gdn"; | 19 | #hydraURL = "https://hydra.${config.networking.fqdn}"; |
20 | #notificationSender = "hydra@${config.networking.fqdn}"; | ||
20 | buildMachinesFiles = [ ]; | 21 | buildMachinesFiles = [ ]; |
21 | # Don't build *everything* from source | 22 | # Don't build *everything* from source |
22 | useSubstitutes = true; | 23 | useSubstitutes = true; |