From 4d4c63e9ea83d959852c967ecb28428394b7aa40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= <kropikuba@gmail.com> Date: Tue, 31 Dec 2024 15:40:11 +0100 Subject: [PATCH] reformatted --- nixosModules/services/hydra/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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