Sync with upstream module updates
This commit is contained in:
parent
45710c9a76
commit
9ec6c50a2b
@ -11,7 +11,6 @@ in {
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
swapDevices = [
|
||||
@ -40,27 +39,30 @@ in {
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
appName = "${hostname}";
|
||||
domain = "${hostname}";
|
||||
rootUrl = "https://${hostname}";
|
||||
disableRegistration = true;
|
||||
|
||||
settings = {
|
||||
"ui" = {
|
||||
DEFAULT_THEME = "gitea";
|
||||
server = {
|
||||
ROOT_URL = "https://${hostname}";
|
||||
DOMAIN = "${hostname}";
|
||||
};
|
||||
"attachment" = {
|
||||
ENABLED = true;
|
||||
ALLOWED_TYPES = "*/*";
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
"other" = {
|
||||
attachment = {
|
||||
ENABLED = false;
|
||||
};
|
||||
other = {
|
||||
SHOW_FOOTER_VERSION = false;
|
||||
};
|
||||
"repository.signing" = {
|
||||
DEFAULT_TRUST_MODEL = "committer";
|
||||
repository = {
|
||||
signing = {
|
||||
DEFAULT_TRUST_MODEL = "committer";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.acme.email = "letsencrypt@dumpstack.io";
|
||||
security.acme.defaults.email = "letsencrypt@dumpstack.io";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
services.nginx = {
|
||||
|
Loading…
Reference in New Issue
Block a user