From 1a17e95575105b4320293fef530f01e4ecf38f0f Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 23 Nov 2025 13:57:54 +0100 Subject: [PATCH] hydra: remove extraArgs --- modules/server/hydra.nix | 3 --- 1 file changed, 3 deletions(-) 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 - ''; }; };