add gitea insecure
This commit is contained in:
parent
1f008042ac
commit
8db9d3382e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue