Remove gitea extra config

Change Gitea default theme

Disable SSH in Gitea

Remove gitea server additional config

Force rebuild of Gitea

Remove git-lfs package

Remove indentation in Gitea extra config

fixup! Force rebuild of Gitea

fixup! fixup! Force rebuild of Gitea

Enable modified ui gitea service

Remove gitea extra config
This commit is contained in:
coolneng 2019-12-09 06:56:30 +01:00
parent 0488d83273
commit 88438033c4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gitea gitea
git-lfs
]; ];
# Gitea setup with daily backup # Gitea setup with daily backup
@ -20,10 +19,7 @@
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = true; useWizard = true;
extraConfig = '' appName = "Gitea";
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
'';
}; };
} }