Compare commits

...

2 Commits

Author SHA1 Message Date
11166198f6
Disable IPv6 globally 2019-12-09 10:36:20 +01:00
88438033c4
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
2019-12-09 10:35:59 +01:00
3 changed files with 3 additions and 6 deletions

View File

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

View File

@ -30,5 +30,7 @@
connectionTrackingModules = [ "sane" ];
};
# Disable IPv6
networking.enableIPv6 = false;
}

View File

@ -11,7 +11,6 @@
services.nginx = {
enable = true;
resolver.ipv6 = false;
recommendedTlsSettings = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;