add fleet and gitea unsecure

This commit is contained in:
2023-12-05 20:11:40 +01:00
parent f3d64c7249
commit d4a5d45f68
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ let
};
in
{
nixpkgs.config.permittedInsecurePackages = [
"gitea-1.19.4"
];
users.users.gitea = user;
users.groups.gitea = group;