From 8db9d3382eb05eae1510ac94101ab02b044fc2dd Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 11:20:50 +0100 Subject: [PATCH] add gitea insecure --- hosts/fw.cloonar.com/modules/gitea.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 480cf7a..52adf7d 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -143,6 +143,10 @@ in }; }; + nixpkgs.config.permittedInsecurePackages = [ + "gitea-1.19.4" + ]; + services.gitea = { enable = true; appName = "Cloonar Gitea server"; # Give the site a name