From 55a4cfe1e248d39494f41b7252b9176c98fc751d Mon Sep 17 00:00:00 2001 From: dadada <dadada@dadada.li> Date: Sun, 16 Oct 2022 18:56:49 +0200 Subject: [PATCH] hydra: allow dokuwiki-template-bootstrap3 --- nixos/pruflas/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/pruflas/configuration.nix b/nixos/pruflas/configuration.nix index 6de6188..d53867c 100644 --- a/nixos/pruflas/configuration.nix +++ b/nixos/pruflas/configuration.nix @@ -56,7 +56,7 @@ in ]; nix.extraOptions = '' - allowed-uris = https://github.com/NixOS https://github.com/nix-community https://github.com/dadada https://git.dadada.li/ github.com/ryantm/agenix github.com/serokell/deploy-rs https://gitlab.com/khumba/nvd.git https://github.com/real-or-random/dokuwiki-plugin-icalevents + allowed-uris = https://github.com/NixOS https://github.com/nix-community https://github.com/dadada https://git.dadada.li/ github.com/ryantm/agenix github.com/serokell/deploy-rs https://gitlab.com/khumba/nvd.git https://github.com/real-or-random/dokuwiki-plugin-icalevents https://github.com/giterlizzi/dokuwiki-template-bootstrap3 ''; services.nginx = {