add gitea insecure
This commit is contained in:
@@ -143,6 +143,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"gitea-1.19.4"
|
||||||
|
];
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "Cloonar Gitea server"; # Give the site a name
|
appName = "Cloonar Gitea server"; # Give the site a name
|
||||||
|
|||||||
Reference in New Issue
Block a user