Update to 23.05

This commit is contained in:
Alexander Kobjolke 2023-06-23 11:25:01 +02:00
parent 074ab56782
commit e2f20f0278
6 changed files with 253 additions and 139 deletions

View file

@ -23,7 +23,6 @@ in {
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
# boot.loader.grub.efiSupport = true;
# boot.loader.grub.efiInstallAsRemovable = true;
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
@ -261,14 +260,17 @@ in {
enable = true;
database.type = "sqlite3";
lfs.enable = true;
domain = "git.failco.de";
rootUrl = "https://git.failco.de";
httpAddress = "127.0.0.1";
httpPort = 3001;
settings = {
service.DISABLE_REGISTRATION = true;
server = {
DOMAIN = "git.failco.de";
ROOT_URL = "https://git.failco.de";
HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 3001;
};
mailer = {
ENABLED = true;
MAILER_TYPE = "smtp";
@ -353,7 +355,7 @@ in {
"alex@kobjolke.de" = "me@failco.de";
};
certificateScheme = 3;
certificateScheme = "acme-nginx";
enableImapSsl = true;
enableManageSieve = true;