allow dokuwiki-plugin-icalevents in inputs

This commit is contained in:
Tim Schubert 2022-10-16 18:33:21 +02:00
parent 5c9706685a
commit 611204f036
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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
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
'';
services.nginx = {