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