diff --git a/modules/server/hydra.nix b/modules/server/hydra.nix index 97d0f3e..73495fd 100644 --- a/modules/server/hydra.nix +++ b/modules/server/hydra.nix @@ -16,9 +16,6 @@ port = httpPort; notificationSender = "hydra@localhost"; useSubstitutes = true; - extraConfig = '' - allow-import-from-derivation = 1 - ''; }; };