diff --git a/nixosModules/services/hydra/default.nix b/nixosModules/services/hydra/default.nix index bbaf552..0cdbdf6 100644 --- a/nixosModules/services/hydra/default.nix +++ b/nixosModules/services/hydra/default.nix @@ -42,11 +42,12 @@ in port = cfg.port; }; - nix.settings.allowed-uris = [ - "github:" - "git+https://github.com/" - "git+ssh://github.com/" - ]; + nix.settings.allowed-uris = [ + "github:" + "https://github.com/" + "git+https://github.com/" + "git+ssh://github.com/" + ]; networking.firewall.allowedTCPPorts = [ cfg.port