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:
parent
0488d83273
commit
88438033c4
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue